Viewing 15 posts - 1 through 15 (of 65 total)
Hmmm... Of course, make sure Notification Services is installed. I'll check any documentation once I get back on Wed. Are you getting any errors?
December 21, 2009 at 3:30 pm
No problem at all. Glad to help.
Here's my Errors database, which contains the proc and table. This is my standard, BTW. I don't like doing error logging or the like...
December 17, 2009 at 1:53 pm
No, I never did. I've mentally moved on to other things, so I doubt I'll be doing it.
I found all the scripts and I attached them to this post....
December 17, 2009 at 12:08 pm
Here you go:
create procedure [dbo].[usp_CheckUserPassword]
/*======================================================================
Name of Procedure: usp_CheckUserPassword
Date Created: 02/23/06
Created By: Brian Laws
Description: Check to see if a given password is valid for a server
Returns: 0 = Success, 1...
April 9, 2008 at 10:14 am
Actually, I'm thinking better of posting my whole solution here. Since this system is incredibly sensitive, I'm conerned that my posting it may expose any security holes and thus make...
November 14, 2007 at 11:40 am
Yelena Varshal (11/14/2007)
these are good points and we do have SOX and FDA auditors. I am not sure they will be happy if we have uniformed SA passwords...
November 14, 2007 at 11:30 am
Yelena Varshal (11/14/2007)
Hi Dave,Is there a reason you want to change passwords on 100+ servers? The password change is a unique event individual for each users.
Yes, I believe there is....
November 14, 2007 at 9:44 am
Hello! Here's the main stored proc that I use (usp_ChanageSAPassword). I simply loop through a list of servers and call this procedure for each one. It's worked pretty well so...
November 14, 2007 at 9:43 am
Donna, I'm experiencing the same thing. I have no idea what's going on. The only thing unusual that I can think of is that my install was different than my...
August 7, 2006 at 1:14 pm
Thanks for the feedback! I already have a stored procedure that I use throughout our enterprise for removing old backup files. I was just hoping that I wouldn't have to...
August 4, 2006 at 11:54 am
Well, I figured it out. It was my own stupdity (most of life's problems usually are). When I copied the CDs locally, I copied the 2nd disk to the Servers...
June 19, 2006 at 1:55 pm
I also like doing clean installs, but the problem is the password-protected DTS packages. I suppose I can hack the password via the parameter in the scheduled job. I know...
June 14, 2006 at 11:20 am
You're right! You got it! You're awesome! :>
The only difference with what you had above is that I was going from a SQL 2005 to a SQL 2005, with no...
May 15, 2006 at 9:43 am
No, unfortunately that's not it. I tried creating a test user and using him in the connection string. No luck -- it still rolls back. Well, at least the MSDASQL...
May 12, 2006 at 8:39 am
Well, I never was able to get that trigger to work. However, I found another way to do it: event notifications and the Service Broker. I created a Service Broker...
March 31, 2006 at 1:56 pm
Viewing 15 posts - 1 through 15 (of 65 total)