Viewing 10 posts - 196 through 205 (of 205 total)
Ok, now I understand. Thanks
November 16, 2010 at 12:25 pm
Thank you again for your advice.
The only thing I do not understand is "FOR XML PATH('')". What is use for?
November 16, 2010 at 12:10 pm
It works great! Thank you.
November 16, 2010 at 7:12 am
Sorry, it is in SSMS. (SQL server management studio)
I want to print out line number with content in a store procedure.
November 10, 2010 at 8:43 am
Thank you for help. I used code below. It works fine.
select column_name
into NewTable
FROM INFORMATION_SCHEMA.COLUMNS
WHERE TABLE_NAME = 'myTable'
October 14, 2010 at 8:02 am
Thank you for help. I am learning and will try...
September 24, 2010 at 10:14 am
case #TUploadTo.WCFComplete
when 1 then 'WC'
else 'WI'
end as result
I got multi-part idendifier "#TUploadTo.WCFComplete" could not be bound error
September 21, 2010 at 12:30 pm
September 21, 2010 at 8:44 am
I need to drop and restore a database in about 20 user's pc once a week but I do not want to open Studio Management in each pc.
September 14, 2010 at 8:32 am
I posted some questions but can not find out them.
June 10, 2010 at 8:11 am
Viewing 10 posts - 196 through 205 (of 205 total)