Viewing 15 posts - 55,471 through 55,485 (of 59,067 total)
Absolutely! You want a new file name each time or do you want to reuse the same file name?
August 6, 2007 at 5:48 pm
We use a "ticketing" system... you could probably build a nice little Access front-end on a couple of tables (Access or SQL). Expect it to get pretty big in a...
August 6, 2007 at 5:42 pm
Not a problem, Cole... "hijacked" was probably the wrong word... just wanted to make sure the original poster got what she needed. ![]()
August 6, 2007 at 5:35 pm
Heh... and you're good at it, too
Good "seeing" you again.
August 6, 2007 at 5:33 pm
Works fine (pretty cool solution, too, Peter) if you guarantee the order by loading a temp table... bit of a problem otherwise...
-- Prepare sample data
DECLARE @Sample TABLE (RowID INT IDENTITY(1,1), col1...
August 6, 2007 at 5:32 pm
You want just the names of the PK's and FK's along with the related table name?
August 6, 2007 at 5:21 pm
Have you considered just using TSQL and a call to OSQL?
August 6, 2007 at 5:03 pm
In light of Peter's solution, I'd have to say "Yeah, you're wrong"
Also, what's wrong with putting "the work in the query"? Isn't...
August 6, 2007 at 5:02 pm
Don't forget... Op wants numbers to restart at 1 at the beginning of each group. ![]()
August 6, 2007 at 4:56 pm
Read the post, Joe... he's a rookie and he said he'd take the advice I gave him to format in the front end ![]()
August 6, 2007 at 4:54 pm
Heh... or concatenate the groups on a single line? ![]()
August 6, 2007 at 11:22 am
Heh... that's why I asked to see the code... I'll be doing the ol' million row testing on these solutions tonight... Ladies and Gentlemen, place your bets
August 6, 2007 at 11:20 am
Or... just use the set based solution I provided to do the whole table at once ![]()
August 6, 2007 at 11:19 am
Viewing 15 posts - 55,471 through 55,485 (of 59,067 total)