Viewing 15 posts - 4,921 through 4,935 (of 6,105 total)
How about simply modifying sp_password? You could insert logic to keep track of when a login's password was changed in a separate table. Then have a job run nightly that...
November 5, 2002 at 2:46 pm
You'll just want ActivePerl. Here is a short "Getting Started" guide I put together:
http://www.truthsolutions.com/perl/getting_started.htm
As far as the DTS package, when ActivePerl is installed, you'll see an option for "PerlScript Language"...
November 4, 2002 at 2:21 pm
You might take a look at either HFNetChk or the Microsoft Baseline Security Analyzer, both available from Microsoft's Security site at http://www.microsoft.com/security/ and they should give you the info you...
November 4, 2002 at 10:53 am
The reason I use Perl is because the Win32::EventLog wraps the Windows API calls for the Event Log. It was the simplest solution for me. Here's an example of a...
November 4, 2002 at 10:49 am
If you have PerlScript installed, you can use the Win32::EventLog package to interrogate the event log. PerScript is considered an ActiveX script like VBScript and JScript. PerlScript is part of...
November 4, 2002 at 8:46 am
MKS Toolkit is a Unix sub-kernel which installs on your system, much the same way as Microsoft's Interix. I don't believe MKS Toolkit has any native interfaces with SQL Server....
November 4, 2002 at 8:34 am
Here are the requirements for the various services should you choose to use non-administrator level accounts for them:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/instsql/in_overview_6k1f.asp
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
November 1, 2002 at 3:30 pm
If you are just interested in catching the error itself (no details other than error 8152 has happened), you can setup an alert for error #8152 using SQL Server Agent....
November 1, 2002 at 3:19 pm
You'll probably want to look at making the Oracle database a linked server. If you have SQL code that can run entirely on the Oracle side, take a look at...
November 1, 2002 at 3:04 pm
I think the combination of a link as suggested by Antares and leaving the time at 5 days would work. Crticial threads should be seen by the first mechanism and...
October 25, 2002 at 6:40 am
I would shrink the time interval. If someone has a serious issue, 5 days may be a long time to wait. What about either 24 or 48 hours?
K. Brian Kelley
http://www.truthsolutions.com/
Author:...
October 24, 2002 at 8:10 am
Based on the level of some masters degrees with respect to Information Systems, I don't value this degree very highly, either. It really depends on the school. Certainly the degree...
October 24, 2002 at 8:01 am
Simple way to prove your argument:
(1) on a client, configure an alias using Client Network Utility to a known server. Ensure the netlib is TCP/IP. Choose a name like OnlyViaTCP,...
October 23, 2002 at 2:01 pm
Who controls the database server?
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
October 22, 2002 at 7:09 pm
Or if you are a brave soul you can query against sysprocesses, though sp_who is what Microsoft will recommend since sp_who should return the same results, regardless if Microsoft makes...
October 22, 2002 at 7:04 pm
Viewing 15 posts - 4,921 through 4,935 (of 6,105 total)