Viewing 4 posts - 1 through 4 (of 4 total)
You just need to turn off the identity using the syntax mentioned above, then add a higher value, then turn it back on. Sql server will automatically insert at values...
May 11, 2004 at 4:16 pm
SQL server now is able to figure out to use the composite index even if you only query on one or two fields. Sql Server 7 didn't do that. But...
May 11, 2004 at 4:13 pm
Here's one solution using a user_defined function. You may need to check it for syntax, but I think it'll be right. I also have one that doesn't use a user-defined function,...
May 7, 2004 at 12:47 pm
I've seen this error when running a query/process/sp that uses a lot of temp tables specified with a # at the beginning. A way to get around this is to...
May 6, 2004 at 5:40 pm
Viewing 4 posts - 1 through 4 (of 4 total)