Viewing 15 posts - 31 through 45 (of 60 total)
SQL Server creates a self signed certificate when starting to be able to respond to encrypted connection attemps. You can see it in the ERRORLOG file:
"2008-12-11 12:12:09.68 Server ...
July 7, 2010 at 5:48 am
Hi ,
The KB articles are referring to SQL 2000. Please post the full build number for your SQL Server 2005.
It is difficult to answer without a close look at...
July 7, 2010 at 1:45 am
You can use sys.dm_os_performance_counters from your distributor to access the perfmon counters for replication:
\SQLServer:Replication Logreader\Logreader:Delivery Latency ...
July 7, 2010 at 1:17 am
Hi,
Be carefull if you plan to use SSMS to run sp_addarticle and you need to have your NC indexes on the subscribers, because it will by default skip the NC...
July 5, 2010 at 8:26 am
Hi Gail,
I totally agree. I don't consider CONTINUE_AFTER_ERROR as a *must* option either. I just wanted to mention that in some circumstances you may need to have the backup finish...
June 30, 2010 at 8:20 am
Hi Beppe,
You'll find plenty of examples on the web. The idea is to run BACKUP DATABASE with the CHECKSUM option. The CONTINUE_AFTER_ERROR option will force SQL Server to carry...
June 30, 2010 at 3:54 am
...and the SSMS reports won't work either if the database is still in 80 mode.
David B.
June 22, 2010 at 11:12 am
2) My favourite is Kim Tripp's WP: http://msdn2.microsoft.com/en-us/library/ms345146.aspx
Ron Talmage has made an update for SQL 2008 here http://msdn.microsoft.com/en-us/library/dd578580.aspx
David B.
June 22, 2010 at 11:09 am
Hi,
How did you upgrade the databases ? Was it an in-place upgrade, or did you restore backups / attached db files ? Did you use SQL Upgrade Advisor ?
You may...
June 22, 2010 at 11:03 am
Hi beppe,
Indeed the maintenance plan offers a 'Verify Backup Integrity' check box in the backup section. The command runs a restore verifyonly but the backup hasn't been generated with checksums....
June 22, 2010 at 10:55 am
Hi,
top of my head, what you should focus on:
STORAGE:
- page and row compression.
- filestream storage.
- sparse columns.
- spatial datatypes.
- Partition-level lock escalation.
MAINTENANCE:
- backup compression.
HA:
- compressed log streams through DBM.
- Automatic...
April 8, 2010 at 1:07 am
George
In the context of DR/relocation, I absolutely agree. I felt like the original question was only a matter of curiosity on 'how-to' manage system databases relocation, rather than building...
April 7, 2010 at 6:43 am
Hi,
Just a quick word,
In SQL 2008 resource is not requested to be under the same location as master anymore. The resource files are stored in the binaries directory, you don't...
April 6, 2010 at 1:10 am
Lee,
here is an explanation in PSS blog about 665 errors and dbcc checkdb snapshot errors:
It matches your scenario of running CHECKDB with high IO activity. You should schedule...
April 2, 2010 at 10:23 am
Hi Lee,
DBCC CHECKDB uses an internal database snapshot to get a consistent view of the data and not report false errors anymore. You won't be able to see what it...
April 2, 2010 at 8:52 am
Viewing 15 posts - 31 through 45 (of 60 total)