Viewing 9 posts - 1 through 9 (of 9 total)
Thank you for the answer .. there isn't a little check box somewhere that says "Truncate"?
I have 270 fields to export ....
February 26, 2008 at 8:28 am
Jeff you are right that all the tables have matching records.
Indexes have been verified lots of times over.
The "parent" table has over a million records, and the two children each...
April 25, 2007 at 4:14 pm
I am interested as why you would say this in this case?
This is a one off query to extract information about some transactions that would be rarely used.
March 22, 2007 at 7:15 pm
That's awesome to know - thank you for your help!
September 8, 2006 at 9:57 am
I was wondering, and I obviously need to do some tests but where you have:
SELECT @Return = CASE WHEN EXISTS (Select * from dbo.MyTable where id = @ID) THEN 1...
September 8, 2006 at 9:41 am
I was looking for just a procedure that returned whether or not a record or records existed for a particular ID.
September 8, 2006 at 9:13 am
That's it exactly! Beauty thanks!
July 26, 2006 at 10:10 am
Viewing 9 posts - 1 through 9 (of 9 total)