Sign In
Engine Watch
database engine technology and SQL Server
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
No tags have been created or used yet.
Archive
Archives
March 2006
(1)
January 2006
(1)
November 2005
(2)
October 2005
(2)
September 2005
(5)
August 2005
(4)
July 2005
(3)
June 2005
(2)
May 2005
(3)
April 2005
(3)
March 2005
(6)
February 2005
(3)
January 2005
(2)
November 2004
(5)
October 2004
(4)
August, 2005
MSDN Blogs
>
Engine Watch
>
August, 2005
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Engine Watch
[sql 2005] Q: How do we verify page checksum in a database to make sure I have no hardware problem?
Posted
over 7 years ago
by
weix
0
Comments
DBCC CHECKDB will do just what you want. The PHYSICAL_ONLY option is probably the fastest way to get the checksums validated.
Engine Watch
[SQL 2005] Q: How to find out how much space is used in database ?
Posted
over 7 years ago
by
weix
2
Comments
Somebody asked me this question. So here it is: SQL 2005 still supports the following three ways to report data and log space usage for a database: DBCC SQLPERF ( LOGSPACE ) can tell you the log size and used size. sp_spaceused for space...
Engine Watch
SQL2005 CLR: two white papers
Posted
over 7 years ago
by
weix
0
Comments
DBA focus: http://www.sqlskills.com/resources/Whitepapers/SQL%20Server%20DBA%20Guide%20to%20SQLCLR.htm Developer focus: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnsql90/html/sqlclrguidance.asp
Engine Watch
SkyServer based on SQL Server
Posted
over 7 years ago
by
weix
0
Comments
This is a quite old paper (Jan 02): http://research.microsoft.com/~gray/Papers/MSR_TR_O2_01_20_queries.pdf I was reading some news on astronomy which mentioned the SDSS. So I looked up this paper for some more detail. I thought you might like the...
Page 1 of 1 (4 items)