Viewing 5 posts - 1 through 5 (of 5 total)
Sorry, Forget this posting; all fixed !!
February 17, 2006 at 3:50 am
The nested sp is called by "EXECUTE spname" in T-SQL. I like the idea of referencing a temp table created in the "main"-sp in the called-sp but how can I...
February 6, 2006 at 2:56 am
Try:
SELECT * INTO NewTable FROM existingdb.dbo.existingtable;
July 15, 2005 at 1:00 am
Could it be that you meant to spell Traction as Transaction in the final FROM clause ?
November 24, 2004 at 12:43 am
I agree with David Poole. Don't forget that if you store the file as a "blob" image you will not be storing the file attributes. What I do is to...
October 22, 2004 at 12:51 am
Viewing 5 posts - 1 through 5 (of 5 total)