Viewing 15 posts - 466 through 480 (of 1,248 total)
Performance tuning may be a very complex task. Whether or not to use covering indexes also depend on data types of these columns. Changing indexes may do good for one...
April 8, 2008 at 8:06 pm
How about this one,
sp_msforeachtable 'UPDATE STATISTICS ? WITH FULLSCAN'
April 8, 2008 at 7:49 pm
Port number will not be changed. Connection string may need to be changed. In SQL Server 2005, the client tools use SQL Native Client driver.
April 7, 2008 at 4:01 pm
A lot of jobs can cause slowness of an SQL Server because of they may eat up most resources on this server. Once I wrote a snippet to freeze an...
April 7, 2008 at 3:51 pm
I did come across it. You may try to kill the process in the Task Manager.
I guess that it is because of memory leak in MS.
April 7, 2008 at 3:48 pm
In a regular replication setup, these stored procedures should not be there. Please check whether or not there was any other application, or the third party software, applied to your...
April 7, 2008 at 3:38 pm
Did you check whether or not there is a firewall in between?
April 7, 2008 at 3:32 pm
Did you shorten the retention time to see whether or not the issue will be gone?
April 7, 2008 at 3:26 pm
I would like to recommend LOG SHIPPING. Using triggers may result in performance headache when so many rows are added.
April 7, 2008 at 3:23 pm
By default, BUILTIN\Adminstrators, has sa role.
April 7, 2008 at 3:06 pm
If you would like to audit the change, you may consider to add triggers on sysusers and sysxlogins tables.
April 1, 2008 at 8:20 pm
Although it is a doable task, I wonder why we have to do so. If we create a stored procedure in myDB after myProc, why cannot we use the script...
March 31, 2008 at 9:14 pm
May this link help.
March 31, 2008 at 9:03 pm
Viewing 15 posts - 466 through 480 (of 1,248 total)