Viewing 15 posts - 1,396 through 1,410 (of 6,105 total)
Jeff Wood (11/18/2007)
That is a very good question about how did it ever work? The only difference on the systems, is maybe...
November 19, 2007 at 6:11 am
Jim Russell (11/19/2007)
November 19, 2007 at 6:10 am
MarkusB (11/19/2007)
But even if you haven't defined any of those the...
November 19, 2007 at 6:05 am
This is a nice write-up. I know a few folks who could use this. On a related note, how are you moitoring the performance counters outside of SQL Server, such...
November 19, 2007 at 3:47 am
If it's SQL Server 2000, there's no better tool than:
dSQLSRVD - dOMNAR's SQL Server SysComments Decryptor
It doesn't work on SQL Server 2005, which requires an admin connection, etc., but it's...
November 18, 2007 at 5:58 am
Take a look at the following KB article. Basically, MS has created a stored procedure you'll need to create on your SQL Server. Then, you'll need to execute it via...
November 17, 2007 at 9:56 pm
In SQL Server 2000 there is no log for this unless you set it up. Depending on your recovery mode, you may be able to use a tool like Apex...
November 17, 2007 at 8:40 pm
Andy Leonard (SQL Server MVP) and I have blogged about this... a lot. If you go back through the archives of either of our blogs, you should find the cross...
November 16, 2007 at 8:58 pm
Vescogni (11/16/2007)
You can search the syscomments tables text value for the name...
November 16, 2007 at 8:37 pm
I wrote a DTS package like this a long time ago (back in 2001). Basically I used ADO to attempt to make a connection. I then checked the status of...
November 16, 2007 at 8:32 pm
If you script this, you could use some sort of external timer, say in a Windows service. There's no point dropping and re-establishing the connection every second when you know...
November 16, 2007 at 8:29 pm
Wow. (pun intended)
I wonder what caused the file to disappear. That seems a bit unusual.
November 16, 2007 at 8:22 pm
The only thing I've found, which even seems remotely related, is if you've turned on FIPS compliant algorithms. However, that should only affect .NET 1.1 apps and SQL Server 2005...
November 16, 2007 at 8:20 pm
Any issues with migration should be flagged by the Microsoft SQL Server 2005 Upgrade Advisor (downloadable from Microsoft). If you haven't run it already, you may want to do so.
With...
November 16, 2007 at 8:10 pm
Actually, if I read your stored procedure right, you don't need to do this. You're taking the EventID being passed in via the parameter @EventID and modifying the row corresponding...
November 16, 2007 at 8:02 pm
Viewing 15 posts - 1,396 through 1,410 (of 6,105 total)