Viewing 4 posts - 1 through 5 (of 5 total)
I was able to figure it out myself.
select distinct substring(convert(varchar(6), replicate('0',6-datalength(ltrim(str (NAME_MASTER.id_num,6))))
+ ltrim(str(NAME_MASTER.id_num,6))),1,6)
+ ' '
+ 'Y'
+...
October 7, 2010 at 1:16 pm
#1233897
My format is not staying when I paste it in. Is there a different tool I can use?
October 7, 2010 at 7:52 am
#1233576
Ok, thanks. I will add the data definitions and the execution plan.
October 7, 2010 at 7:42 am
#1233563
Thank you for the replies. I was about to restore the backups and my server is back up.
September 8, 2010 at 1:40 pm
#1218218