Viewing 15 posts - 32,896 through 32,910 (of 39,740 total)
We're still working on it and we've gone through a few revs, including a new one today, to try and make it less of a load on your systems.
Thanks for...
September 7, 2006 at 9:03 pm
Thanks, rare to get a complement. Glad it helped.
September 7, 2006 at 8:22 am
I think this is an error on a blocking issue. The query was blocked by something else and timed out. Try increasing your query timeout and see if this helps.
Also,...
September 7, 2006 at 8:18 am
Maybe try a new sysadmin account as well.
Are you going through a firewall? I wouldn't expect it, but I wonder if DTS Designer uses some different port.
September 7, 2006 at 8:17 am
The forum search is a little flaky. Seems to sometimes show the last page, sometimes not.
Use the site search instead (http://www.sqlservercentral.com/search/turbo.asp).
September 6, 2006 at 4:05 pm
From a few friends:
We do mostly Hardware Raid so I don’t believe that will show in the registry. You might want to look under HKLM\Hardware\Devicemap or HKLM\System\Currentcontrolset\mountedDevices
-----
We do mostly...
September 5, 2006 at 10:50 am
In HKLM/Microsoft/MSSQLServer/MSSQLServer/SuperSocketNetLib there's a TCP key and a TCPPort flag below that you can scan. That's W2K, not sure about other versions.
You can use some port scan tool, like nmap,...
September 5, 2006 at 9:14 am
Not sure I agree with the Open Source argument. It does allow you to choose when you upgrade, at least theoretically since you have the code, but if you don't...
September 5, 2006 at 8:58 am
The easy way to lock this is use a transaction around it.
Begin transaction
...
commit
September 5, 2006 at 8:06 am
Alter table 1 to make the length 25.
Not sure why you want them to be different. Especially with varchar, just put the smaller one at the length of the larger...
September 5, 2006 at 8:00 am
That should work. I'd look to move the full backups the day before, or before your window and let transaction logs catch you up from there.
So if you plan on...
September 5, 2006 at 7:56 am
The jacket might be optional, but you can't go wrong with it. Shirt and tie unless you've made inquiries already.
I always ask this in the telephone interview/pre-interview process to know....
September 4, 2006 at 10:48 am
It's out now. This was a reprint from late last year.
You can get the book here: http://www.sqlservercentral.com/books/books.asp?categoryid=12&categorynm=SQL+Server+2005
September 4, 2006 at 10:46 am
Your first one should work, but I'd be wary of stripping the alphas. They are your markers. Otherwise how do you know if "244" is 2 of 44 or 24...
September 4, 2006 at 9:33 am
September 4, 2006 at 9:31 am
Viewing 15 posts - 32,896 through 32,910 (of 39,740 total)