Viewing 3 posts - 1 through 3 (of 3 total)
I don't know exactly what you are looking for. If you just want a logic for incrementing the userid, try this
declare @userid varchar(100), @delimpos int, @delimiter char(1)
set
September 29, 2005 at 9:22 am
#594072
I think it may be a good idea to check what kind of queries are running on the server. I believe some of these queries may need lot of tempdb...
July 8, 2003 at 7:24 am
#464494
#464493