Viewing 15 posts - 31 through 45 (of 322 total)
What type of Replication you are using? Is the Data replicating to distributor?
October 4, 2012 at 8:06 am
Is there any input parameter for Query?
September 27, 2012 at 5:21 am
Create an Clustered index. Try to minimize the no of non clustered by creating include indexes.
September 27, 2012 at 1:47 am
Check AUTO_CREATE_STATISTICS
September 26, 2012 at 7:40 am
Using Replace is good logic and it will be faster
September 26, 2012 at 7:25 am
You better maintain two for each loop so the process will be faster
September 26, 2012 at 7:19 am
Please check following URL:
http://sqlblog.com/blogs/louis_davidson/archive/2007/07/22/sys-dm-db-index-usage-stats.aspx
September 26, 2012 at 7:17 am
You can run check point on any database.
The performance impact of using checkpoint_duration depends on the number of dirty pages, the activity on the system, and the actual duration specified....
September 26, 2012 at 6:56 am
Please read the following URL:
http://databases.about.com/od/sqlserver/a/free_sql_server.htm
September 26, 2012 at 6:38 am
Please check the following URL:
http://blogs.msdn.com/b/grahamk/archive/2008/12/08/database-mirroring-error-1418-troubleshooter.aspx
September 26, 2012 at 5:00 am
check the following URL may be useful to you
http://social.msdn.microsoft.com/Forums/en/transactsql/thread/a49fc6d8-7631-4d74-a2fa-7c4211dbcac6
September 25, 2012 at 7:22 am
You can only exprot the data and use.
September 25, 2012 at 6:29 am
The following URL will help you more
http://blog.sqlauthority.com/2008/02/23/sql-server-2005-understanding-licensing-model/
September 25, 2012 at 6:27 am
Keep SSRS and SSIS to one box and put SSAS on its own as it is more resources intensive.
September 25, 2012 at 6:20 am
Viewing 15 posts - 31 through 45 (of 322 total)