Viewing 15 posts - 4,666 through 4,680 (of 6,105 total)
You may want to post in the Microsoft public newsgroups. Microsoft usually has personnel perusing them... it's a way to get some free support. It may...
January 28, 2003 at 10:12 am
BTW, the header should be:
23:22:34 Begin Setup
23:22:34 Version on Media: 8.00.760
Or something of that sort where the version is 8.00.760.
K. Brian Kelley
http://www.truthsolutions.com/
Author: Start to Finish Guide to SQL Server Performance...
January 27, 2003 at 12:37 pm
Check the sqlsp.log file in your system directory (C:\WINNT\ or C:\WINDOWS\ or whatever you used). Are there any errors being reported?
K. Brian Kelley
http://www.truthsolutions.com/
Author: Start to Finish Guide to SQL Server...
January 27, 2003 at 12:36 pm
For a SQL 2K cluster, you shouldn't have to uncluster. Find out what physical node is running the instance you want to patch (you've got two since you've got an...
January 27, 2003 at 12:30 pm
Is this continuing to happen?
K. Brian Kelley
http://www.truthsolutions.com/
Author: Start to Finish Guide to SQL Server Performance Monitoring
http://www.netimpress.com/shop/product.asp?ProductID=NI-SQL1
January 27, 2003 at 12:09 pm
Do you see any errors in the sqlstp.log file (also look at the other sqlstpX.log files). They should be in the C:\WINNT\ or C:\WINDOWS\ or whatever your system dir is....
January 27, 2003 at 12:07 pm
I'm not following here. The postings I've seen indicate it's using the Buffer Overflow vulnerability found by NGSSoftware and reported in MS02-039. SP3 and the patch from MS02-039 (to include...
January 27, 2003 at 12:00 pm
I just BCPed out without any issues. Are there any errors in your sqlsp.log file (should be in C:\WINNT\ or C:\WINDOWS\ or what have you)?
K. Brian Kelley
http://www.truthsolutions.com/
Author: Start to Finish...
January 27, 2003 at 11:55 am
For SQL Server, this may help:
http://support.microsoft.com/default.aspx?scid=kb;EN-US;330391
Basically, run the Hot Fix Installer from the node that currently has the resource. It'll bring SQL Server off-line and update the binaries on all...
January 27, 2003 at 11:37 am
quote:
prohibit the creation of a new account with a null password
Well, this is what they...
January 27, 2003 at 11:29 am
The @password option was added for the case where the DBA runs sp_change_users_login with @action = Auto_Fix. The idea is to prevent new logins from being created that have blank...
January 27, 2003 at 9:46 am
As far as making a table read-only, one of the things you can do is create a separate filegroup and build that table in the filegroup. Then use the ALTER...
January 26, 2003 at 9:36 pm
The original commented vulnerability only reported that SQL Server 2000 versions were vulnerable. Block UDP port 1434 at the firewall to be safe.
K. Brian Kelley
http://www.truthsolutions.com/
Author: Start to Finish Guide to...
January 26, 2003 at 2:13 pm
It attacks a vulnerability reported in MS02-039. Service Pack 3 includes the patch.
K. Brian Kelley
http://www.truthsolutions.com/
Author: Start to Finish Guide to SQL Server Performance Monitoring
http://www.netimpress.com/shop/product.asp?ProductID=NI-SQL1
January 25, 2003 at 9:58 am
I didn't encounter any major problems, but there were a couple of issues during beta testing. Most seemed to have been present in previous releases, though.
As Antares suggested, backup your...
January 21, 2003 at 8:39 pm
Viewing 15 posts - 4,666 through 4,680 (of 6,105 total)