Viewing 7 posts - 1 through 8 (of 8 total)
Thank you. Works great now.
Thanks for the quick response too. 🙂
July 26, 2011 at 9:21 am
Thanks. It is working now. Very Clever. 🙂
What if I needed to replace more then one field, ie. firstname and lastname?
Can you help me with the syntax?
July 25, 2011 at 1:34 pm
I hope this helps.
SELECT TOP 1000 [SurveyID]
,[SurveyTypeID]
,[Survey]
,[SurveyDesc]
...
July 25, 2011 at 1:15 pm
Thank you. Got it.
But, that is not what I want to do.
I want to retrieve a local variable that is stored in aolumn in a table. For ex....
July 25, 2011 at 1:06 pm
Yes, please send example of how I can do this.
Thank you.
July 25, 2011 at 11:17 am
What would happen if I switched from Full to Simple to Full in a stored procedure?
When I back up the transaction log after I set it back to Full, would...
April 11, 2011 at 9:54 am
Hi There,
I got the exact problem. You may have a SQL Server job running at the same time there is an operating system back up running. Try changing the...
December 6, 2005 at 7:33 am
Viewing 7 posts - 1 through 8 (of 8 total)