Viewing 15 posts - 196 through 210 (of 330 total)
"Always be wary of using 2005 tools against earlier versions of sql server."
Can you please amplify that remark?. I always thought that backward compatibility (except for deprecated keywords, sql constructs and stuff...
July 10, 2006 at 8:44 pm
Great!
Everything you said checks out. The more of these types of "problems" I encounter the more I think Microsoft must have been rushed to get this product out th door.
TIA,
Bill
P.S. Here's...
June 8, 2006 at 8:16 pm
Jamie,
I haven't had time to thoroughly read your blog but it looks real good!
Thanks,
Bill
May 15, 2006 at 8:07 pm
Unfortunately I didn't try that (good idea).
Bill
April 25, 2006 at 7:41 pm
Sushila,
Thanks. I liked that article.
By extension I guess the author would also qualify all stored proc and view name references.
Bill
April 21, 2006 at 10:41 am
I use the defragger that comes with Windows 2003 (and stop SQL). Can you recommend any other production-quality defrag tools from third parties?
TIA,
Bill
April 7, 2006 at 9:17 am
Thanks, Chris. That's exactly what I was thinking. Until the need is apparent I'm using the dbo schema only.
TIA,
Bill
March 22, 2006 at 1:30 pm
Excellent answer...but another question.
I was told that in the 64-bit environment the OS will still claim half of the available RAM (i.e. 4GB) leaving sql 2005 a max of 4GB...
February 28, 2006 at 12:48 pm
>> You really don't want to enable SQL authentication anyway or
Correct, but on some of our sql 2000 servers we have users accessing the same database via Sql authenticaiton and...
February 15, 2006 at 9:25 am
>> Default installation is windows only authentication
I tried to change it to suuport both Windows and Sql. I found that I could have one or the other, per sever, but...
February 14, 2006 at 4:10 pm
I spoke with Symantec about LiveState 6.0. These said they use VSS to copy databases BUT for best results I should STOP/start the sql server engine before/after the image process. (That rules...
January 31, 2006 at 8:50 am
I found more info.....
Latest release is: MDAC 2.8 SP2 (2.82.1830.0) for Windows 2003 SP1
MDAC 2.8 SP1 ( (2.81.1117.6) on Windows XP SP2
Bill
January 26, 2006 at 12:30 pm
David,
Great response but I need a point clairifed.
>>we find that on certain servers the agent just dies.. >>
Are you referring to the sql server agent?
Also,
>>>if you find that some of...
January 24, 2006 at 7:32 pm
Thanks to all. VBCity. com look good and so does the MS newsgroups. I found a browser-based way to access the MS Newsgroups:
January 14, 2006 at 11:51 am
Thanks for the help. I have never used sp_MSforeachdb before. As a learning experience I tried this statement
EXEC sp_MSforeachdb "USE ? IF db_name() NOT IN ('master', 'tempdb', 'model', 'msdb') print '?',...
January 11, 2006 at 2:07 pm
Viewing 15 posts - 196 through 210 (of 330 total)