Viewing 15 posts - 1,531 through 1,545 (of 2,436 total)
Here's the link that you need:
http://support.microsoft.com/default.aspx?scid=kb;EN-US;Q290991
January 30, 2006 at 10:51 am
There is no such table or mechanism to query for the 'PAST' information that you seek. Your only option is SQL Profiler - a great tool, but not for long...
January 27, 2006 at 3:07 pm
Talk to your MOM Admin. There is a link on the MOM console for every error generated to a MS article. That's a good place to start. If that does...
January 27, 2006 at 9:49 am
Here's something I posted under another thread:
http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=5&messageid=253481#bm253802
I prefer a less hands-on approach. First off communication to the user community. Then I'll put the databse into 'read only'...
January 27, 2006 at 9:37 am
There is one other option - take the 5 day 2000 admin course. Then take a 3 day upgrading your 2000 skills to 2K5. In lieu of the 3 day...
January 26, 2006 at 11:48 am
I prefer a less hands-on approach. First off communication to the user community. Then I'll put the databse into 'read only' mode for a few days, maybe a week. If...
January 26, 2006 at 9:54 am
Here's a little something for all of the system tables ...
http://www.microsoft.com/sql/prodinfo/previousversions/systables.mspx
January 25, 2006 at 5:13 pm
Do not forget the msdbdatabase. It contains lots of 'stuff' ... Jobs, Schedules, DTS package information ... Just having master and no msdb backup can really ruin your day (unless...
January 25, 2006 at 5:04 pm
I've been in IT 23+ years, most of them as a DBA. After my first 2 employers (years 1 through 4 in my career), every successive one has offered and...
January 25, 2006 at 11:23 am
Sounds interesting enough ... but why ... the only user group I can think of to really want to 'take off' with this (aside from cyber-phobes) would be the terrorist...
January 23, 2006 at 2:48 pm
It's really quite simple, it boils down to:
January 23, 2006 at 12:47 pm
Have you looked into the application eventlog or the system event log ? If there is nothing there then possibly try re-installing the client tools. Also, even though isql is...
January 23, 2006 at 8:46 am
You can also mark multiple SP's as well. Multpile SPs are excecuted alphabetically I believe. So in order to enforce an execution order you'd have to name them accordingly.
January 13, 2006 at 12:10 pm
In SQL2000 the 'if @@error' coding construct will work but is dependent on the 'severity' level of the error encountered and a 'set' option or two for the session.
SQL 2K5 has...
January 11, 2006 at 10:03 am
512 Mb of RAM is very, very small for a SQL Server with an application executing on it. If this were my SQL Server I'd pull out the stops and...
January 11, 2006 at 9:56 am
Viewing 15 posts - 1,531 through 1,545 (of 2,436 total)