Viewing 15 posts - 1,006 through 1,020 (of 1,655 total)
I know that these four options are listed in Configuration manager under Protocols, but I wonder in how far "shared memory" can be described as a NETWORK protocol, since it...
December 4, 2007 at 1:06 am
Jo Pattyn (12/3/2007)
Where did you add the max transfersize? (is this replication?)I can't find it in the BOL
The reason you can't find it in BOL is that this option was...
December 3, 2007 at 1:36 pm
Yes, you can add the maxtransfersize to your maintenance plan.
Check this article for details:
December 3, 2007 at 1:34 pm
I agree with Steve. If you need replication then the firewall ports must be opened.
If merge replication is an option for you you can replicate via http using either...
December 3, 2007 at 1:27 pm
Since you're using 2005, the management views can help you in optimizing your indexes.
This will show you if and how your existing indexes are used:
SELECT *
FROM sys.dm_db_index_usage_stats
ORDER...
December 3, 2007 at 10:38 am
Just add a filter to your trace which filters on duration > 30000.
You must use 30000 because the duration is measured in milliseconds.
December 3, 2007 at 7:38 am
Dan Gong (12/3/2007)
I have come to realise the hard way that SQL agent on MS SQL 2000 does not work properly.
What do you mean by that ?
I've been...
December 3, 2007 at 7:34 am
Actually I didn't look in BOL.
I have a short list of Tips & Tricks I often use in reports, and that's just one of them.
December 3, 2007 at 6:48 am
Sorry but I can't help you with this. I found the documentation in BOL not that good when it comes to formatting options. What I did a lot was looking...
December 3, 2007 at 6:05 am
SQL Server 2005 native backup can't compress the backup files, but there are several third-party solutions like SQL Litespeed, RedGate SQL Backup or SQLZip.
Alternatively you could call an utility like...
December 3, 2007 at 5:14 am
Brandie,
right-click on the textbox which contains your values and select properties. Go to the Format tab and in the field "Format code" enter the value "#,#".
This will format the values...
December 3, 2007 at 4:48 am
Did you by any chance changed the location for the errologs recently?
I once had a server there I changed the startup parameter and didn't noticed that it had a trailing...
November 30, 2007 at 4:59 am
Yes,
definetely change the AUTO_Close to false. My guess is that opening the datbase takes too long, so the backup process can't read the file and reports an error file...
November 30, 2007 at 3:21 am
From what you wrote I would say there's nothing wrong with the index. Fragmentation is well within the acceptable range. Maybe it's just not the best index to use ?
Can...
November 30, 2007 at 2:08 am
Your answer is in step 3: dbo or better said db_owner rights is needed for this. Except the jobmanagement part which is a bit tricky since jobs are stored in...
November 30, 2007 at 2:05 am
Viewing 15 posts - 1,006 through 1,020 (of 1,655 total)