Viewing 15 posts - 331 through 345 (of 395 total)
cant you run a profiler trace on users or certain people, whom you suspect of doing so. And if you catch them, then fire them?
January 7, 2005 at 4:05 am
see if you can put your requirements in the text field. I used to have a similar situation, but even limiting to dbid and objectid( that what i also had)...
January 6, 2005 at 12:42 pm
Steve,
It is correct. So let me repeat my original question. If I saved original (old) links without forumid (relying on the design of a website), how can I access it...
December 23, 2004 at 9:00 pm
Change a recovery mode to Simple, do a reindexing and change back to Full. Last step could be Backup and Verify. You could do that in a 4-Step Job. ...
December 23, 2004 at 8:56 pm
PSSDIAG is very space consuming, and if I remember correctly is has to run from C Drive(?!). We had an issue about 6 months ago when we were running it...
December 22, 2004 at 12:26 pm
can you change your recovery mode to simple when reindexing is being done?
December 22, 2004 at 12:01 pm
we have 2 production databases at 600GB running on DataCenter. I would suggest to configure propertly RAID (we use 1+0) and filegroups, tempdb ( you may need much more then...
December 15, 2004 at 12:15 pm
shot in a dark: do you have the same service packs/MDACS applied on all machines?
December 14, 2004 at 3:43 pm
boot.ini should be there. It could'be been hidden.
December 8, 2004 at 5:16 pm
Yes, we have about 200 hundred SQL Servers(6.5-2000; up to DataCenter). We have 3 companywise prod DBA on top of the other DBAs who work closely in each of the...
December 4, 2004 at 10:42 am
what you can do ( that we do in my company with few hundreds servers):
Create one central server, where you will be keeping all essential info about your servers. Link...
December 3, 2004 at 11:50 am
shot in a dark: Can it be open connections to your Server, AFAIR each open connections occupies 24kb. Also check out sp_who2 (sp_who2 active)
December 2, 2004 at 11:55 am
Shot in a dark, but you can add 0 ( zeroes) to the first union with the smaller amount of rows:
Select Customerid, 0 from Orders
Union
Select CustomerID, MemberID from your table
November 18, 2004 at 12:06 pm
Which Service Pack you have? As far as I remember sp2 for SQL Server has memory issues....
My 0.02 cents
November 18, 2004 at 11:42 am
In addition you can/should monitor:
Logshipping (if any);
Replication (if any);
SQL Server logs;
Events Logs;
Failed Jobs;
Space Issues.........
I have over 15 items in my checklist, but as it was mentioned above, it largely depends on...
November 16, 2004 at 11:57 am
Viewing 15 posts - 331 through 345 (of 395 total)