Viewing 4 posts - 31 through 34 (of 34 total)
Hi,
The data types used in the tables is varchar. So I understand that its not unicode supported. So I was thinking that I should be using -n option. Do you...
January 2, 2005 at 8:44 am
Hi Kenneth,
I tried that & its found working.
Because of this problem I got to learn about SET IDENTITY_INSERT off &
DBCC CHECKIDENT ('table_name', RESEED, new_reseed_value) properties
December 29, 2004 at 8:33 am
Hi,
Thanks for your kind help. I was trying to find out the reason for the wrong result my program was fetching & somebody told me that this could be the...
December 29, 2004 at 8:28 am
Hi,
Thanks everyone for your kind suggestions.
Franks dynamic SQL is doing the trick. But since it is advicible not to use dynamic SQL, I changed my logic to acheive the results.
what Frank said...
December 29, 2004 at 8:23 am
Viewing 4 posts - 31 through 34 (of 34 total)