Viewing 15 posts - 31 through 45 (of 79 total)
Checkpoint will work only when log is >70% full.
So Run Checkpoint manually in the SSMS and see if -ve value exists or not?
March 12, 2013 at 4:03 am
When are you facing this problem?
March 12, 2013 at 3:21 am
In SQL Server versions before Denali single page allocations and multi-Page allocations are handled by different components, the Single Page Allocator (which is responsible for Buffer Pool allocations and governed...
March 12, 2013 at 3:14 am
Good to start by referring below site.
http://www.katieandemil.com/bi-tutorial-from-beginner-to-expert-microsoft-products
March 11, 2013 at 10:58 am
In Database mirroring ,mirror server name should be specified in two modes.
1.Implicit mode
No need to specify failover partner here.By the use of SQL provider ,failover will done with mirror server...
March 11, 2013 at 10:20 am
I have come across the below nice tutorials.
Automatic failover failovers all the principal databases to mirror server .
March 11, 2013 at 10:05 am
From the replication monitor as you can see the value for Performance critical, Expiring soon/Expired, and Uninitialized subscription are warnings. When a warning is displayed, the Status column also displays...
January 2, 2013 at 7:20 am
Hi Friend,
If the number of undistributed commands was very high and increasing. Go and restart the sql server agent at the distributor, and like magic the undistributed commands was back...
January 2, 2013 at 5:54 am
See the another thread having resolution..
http://www.sqlservercentral.com/Forums/Topic1030483-146-1.aspx
January 2, 2013 at 4:32 am
How can i start the next job step of job in the same job?
I have tried like '--EXEC msdb.DBO.sp_start_job @job_name ='dhhjdhjj', @server_name = N'Sdhjhjfhjfhj',@step_name ='step1'
But getting the...
December 27, 2012 at 5:12 am
Please answer the below questions
1.When did log shipping starts failing?
2.Is any associated logs in SQL Server Error log?If yes,send that
3.When did you change 'enabling the compression for full backup'?
October 10, 2012 at 11:16 am
I have found the answers in the below url.
October 10, 2012 at 6:39 am
Hi ,
Try to use the below script
DECLARE @ServiceaccountName varchar(250)
EXECUTE master.dbo.xp_instance_regread
N'HKEY_LOCAL_MACHINE', N'SYSTEM\CurrentControlSet\Services\MSSQLSERVER',
N'ObjectName',@ServiceAccountName OUTPUT, N'no_output'
SELECT @ServiceAccountName
October 8, 2012 at 8:08 am
Check the following factors are considered or not?
1.Database size and growth should be mentioned initially.
2.Check the unused index and drop the unused index.
Then set up your maintenance plan for backup,dbcc...
October 8, 2012 at 2:32 am
Viewing 15 posts - 31 through 45 (of 79 total)