Viewing 15 posts - 52,741 through 52,755 (of 59,064 total)
Wow... that's pretty rude... I just found your other 10 cross posts that you posted every 30 to 60 minutes.
January 23, 2008 at 5:38 am
This is a cross post...
http://www.sqlservercentral.com/Forums/Topic445746-145-1.aspx#bm446281
January 23, 2008 at 5:33 am
Those symptoms seem to match the symptoms in the KB article that VYas mentioned. Did you read the article?
We need to know what the current service pack...
January 23, 2008 at 5:29 am
Ok, thanks for the info. I'll see what I can do tonight after work.
January 23, 2008 at 5:21 am
James,
Are you expecting the TestID to repeat, starting at 1, for each HeaderID in the test table?
January 22, 2008 at 10:21 pm
Just add the column as a nullable column. Then populate it. When you're done, alter the column to be not null.
January 22, 2008 at 10:07 pm
Bulk Insert can see the files on the user desktops if the server is logged into the domain with the correct privs.
January 22, 2008 at 10:05 pm
...If anyone knows, please post it here so we can all learn something...
January 22, 2008 at 10:02 pm
Lester Policarpio (1/22/2008)
Just like human torch said "Flame On!!!!" peace to all :):D
It was a real life coach... I think Karthik can go a long way if he changes his...
January 22, 2008 at 9:01 pm
Thanks for the feedback... as always, my test data may not be 100% the same as your situation... once you've tried the index, lemme know how it works... might be...
January 22, 2008 at 8:56 pm
There is... assuming that your serial numbers are actually integers...
SELECT GapStart = (SELECT ISNULL(MAX(b.SerialNumber),0)+1
...
January 22, 2008 at 8:25 pm
Heh... make sure you get rid of that pesky TempDB database while your at it. 😛 All it does is take up room and cause headaches... saves a lot...
January 22, 2008 at 8:00 pm
ashishchap (1/22/2008)
We are storing the information as xml instead of the tables to minimize the storage space. XML is a MUST for our database.
Just a passing thought... maybe even a...
January 22, 2008 at 7:49 pm
Viewing 15 posts - 52,741 through 52,755 (of 59,064 total)