Viewing 15 posts - 46 through 60 (of 545 total)
Saravanan T (3/22/2010)
Hi,What are the possibilities for database going into Suspect mode???
There can be possibilities if some of the following are true. (there may be more...
March 22, 2010 at 10:07 am
use NETIQ. we use it for monitoring stuff. Also IBM Tivoli is helpful. Or check this:
March 22, 2010 at 9:56 am
Is this Just a single Database or several databases.
Are any of the databases in read_only mode or something.
Are all databases in single compatibility mode and none in 70 or 80.
Are...
March 11, 2010 at 8:38 am
you can extend the statement as below for all databases and also create a Table to capture this info on regular intervals.
sp_msforeachdb @command1 = 'USE [?]; SELECT db_name() as dbname,...
March 11, 2010 at 8:32 am
This is probably a IO sub system issues. I assume your Database Files and Log Files are all on same disks/Volumes. so the IO on your system is more than...
January 25, 2010 at 1:08 pm
MS does not support SQL Server under VMWARE.
December 17, 2009 at 12:19 pm
Is this a single login or is the application creating logins at runtime too.. Pl describe how the logins/users are created vias the application.
December 17, 2009 at 11:57 am
Right, so this is the trickier part. you can create another table for horizontal partition. At least your regular transactions(inserts/updates/deletes) wont be hurt, and the reporting can continue off another...
December 17, 2009 at 11:52 am
Just to be on the same page.
Is this a Static partition - Creating a table for storing historical records based on a range OR a Partition for managing simultaneous...
December 17, 2009 at 9:57 am
Here is some more info of your interest.
Query with TEXT and average CPU time for the top five queries.
SELECT TOP 5 total_worker_time/execution_count AS [Avg CPU Time],
SUBSTRING(st.text,...
December 17, 2009 at 9:07 am
This issue might arrise, when you have either installed SQL Server tools and sevice pack and top it it you install windows service pack or another hot fixes. you...
September 11, 2009 at 2:05 pm
The SSIS will throw an Error.
September 11, 2009 at 2:02 pm
Friend, why dont you Just upgrade to SP3 insted of Individual HotFixes... (I am not sure what that hotfix does/corrects). but SP3 will have everything...
August 20, 2009 at 10:21 am
your error might be related to a BUG: if i am right.
August 20, 2009 at 10:17 am
LogShipping is the option you should follow, it doesnt matter what the service accounts are.
you Just take care to see that your logs are not heafty in full recovery mode....
August 20, 2009 at 10:10 am
Viewing 15 posts - 46 through 60 (of 545 total)