Viewing 5 posts - 1 through 6 (of 6 total)
Thanks peter, this works perfectly.
April 28, 2009 at 7:23 am
Thanks Samuel, It works now. Silly me, I should figure out myself.
April 28, 2009 at 6:56 am
Hi,
Thanks for all reply. I am working on SQL server 2005. However, Samuel's solution does not work on my SQL server, which returns following error message:
Msg 4104, Level 16, State...
April 28, 2009 at 5:58 am
Hi,
Firstly, test table can be prepared as:
IF OBJECT_ID('dbo.TestData') IS NOT NULL
DROP TABLE dbo.TestData
CREATE TABLE dbo.TestData ...
April 28, 2009 at 5:14 am
Hello,
I recently had to use curosr to do a function in my work. Although I knew I should try to avoid cursor, but could not find a way. I wonder...
April 28, 2009 at 4:23 am
Viewing 5 posts - 1 through 6 (of 6 total)