Viewing 15 posts - 3,301 through 3,315 (of 6,104 total)
It means there are duplicate entries in Active Directory for this service principal name. A directory administrator can use ldp.exe to search for the duplicates and either ldp.exe again or...
K. Brian Kelley
@kbriankelley
October 15, 2004 at 6:14 pm
SQL Server 2000 SP3a w/ MS03-031 hotfix applied is a completely patched SQL Server (this doesn't include the OS). If you run a SELECT @@VERSION query it should come back...
K. Brian Kelley
@kbriankelley
October 15, 2004 at 12:39 pm
Do you have full-text indexing installed? Is SQL Server Agent running under the System account (you can check this by running services.msc and looking at the login account).
NT Authority\System corresponds...
K. Brian Kelley
@kbriankelley
October 15, 2004 at 12:32 pm
I do mine manually...
<a href="link" target="_blank">link description</a>
The target="_blank" just makes it open in a new window. I don't include this if it's a reference within the sqlservercentral.com site itself.
K. Brian Kelley
@kbriankelley
October 14, 2004 at 10:28 am
Stop and disable the Task Scheduler service.
K. Brian Kelley
@kbriankelley
October 14, 2004 at 8:48 am
Both Task Scheduler and the Microsoft Search service must be run under the System account. Task Scheduler will allow you to set a different service account and will even attempt...
K. Brian Kelley
@kbriankelley
October 14, 2004 at 7:26 am
You can also simply execute the system stored procedure sp_helprotect against each database.
K. Brian Kelley
@kbriankelley
October 14, 2004 at 7:09 am
If you're looking to decrypt a SQL Server login password, you're not going to find a simple script for it. NGS Software has tools (commercial) that can perform password cracks:...
K. Brian Kelley
@kbriankelley
October 14, 2004 at 7:08 am
If they are doing an in-place upgrade the groups, domain name, etc., should stay the same. So too should the SIDs, if I remember right. Therefore there should be little,...
K. Brian Kelley
@kbriankelley
October 14, 2004 at 7:04 am
My thoughts on this are at a top-notch conference, you'll see seminars like Brian's and Andy's. That's to be expected. However, a vendor being very open with their next product...
K. Brian Kelley
@kbriankelley
October 12, 2004 at 12:42 pm
SQL Server 2000 Reporting Services does use ASP.NET. There may be an issue with the hotfix and Reporting Services (I encountered one). You can find a workaround here:
October 11, 2004 at 3:46 pm
Create a user-defined database role for the appropriate database. You can do so in Enterprise Manager or through Query Analyzer. If using QA, you'll want to execute the following (make...
K. Brian Kelley
@kbriankelley
October 11, 2004 at 3:34 pm
Agreed on managing resources carefully on a cluster. It's a given you must plan for the case where all the instances are on one node with respect to processors and...
K. Brian Kelley
@kbriankelley
October 8, 2004 at 6:59 am
There are quite a few third party tools out there like Spotlight from Quest Software and NetIQ's suite of tools. However, you can do a lot of it yourself using...
K. Brian Kelley
@kbriankelley
October 7, 2004 at 12:38 pm
Just as a clarification, xp_startmail and xp_sendmail belong on the SQL Mail side. This is through SQL Server (and the SQL Server service itself). SQL Agent Mail (for SQL Server...
K. Brian Kelley
@kbriankelley
October 7, 2004 at 12:24 pm
Viewing 15 posts - 3,301 through 3,315 (of 6,104 total)