Viewing 15 posts - 1 through 15 (of 17 total)
Actually in SQL I think it's:
'''' + Format(FieldName, '####') + ''''
to output a leading zero suppressed four digit number surrounded by apostrophes.
September 3, 2014 at 7:55 pm
Steve Jones - Editor (7/18/2009)
We don't allow deleting of posts, and we're prefer if you figure it out, just post again.
And you can't remove the delete button?
July 18, 2009 at 11:19 am
Unfortunately I got stuck at the second step where I detach msdb. Since I think I followed the first step exactly as laid out by Microsoft I will give them...
August 18, 2007 at 11:34 pm
Just thought you would like to know it works great. The only other change was the insert into A also had to be a list of columns.
Otherwise it worked as...
April 19, 2007 at 10:59 pm
Thank you! Much better than the solution I came up with!
April 18, 2007 at 10:34 pm
Wow, that's a tough one. My guess would be security/privileges. Has someone recently changed group policy for your systems?
July 12, 2006 at 10:40 am
So instead of answering his question you flame him on syntax?
July 4, 2006 at 12:45 pm
I learned a lot about T-SQL from this post!
Thank you very much!
June 23, 2006 at 11:55 am
The lists and arrays article is perfect! Thanks!!!
June 22, 2006 at 12:18 pm
Thanks for the information; that was what I was missing! I will try an alternative.
June 21, 2006 at 5:26 pm
Sure, I have four stored procedures that create stored procedures (prMakeDeleteRecordProc, prMakeInsertRecordProc, prMakeSelectRecordProc, prMakeUpdateRecordProc) and they each take a table name is an input parameter. I want to loop through all...
June 16, 2006 at 12:11 pm
Viewing 15 posts - 1 through 15 (of 17 total)