Sign in
Zen and the Art of SQL Server Maintenance
A blog about 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
Tags
SQL Server 2012 Availability Group Configuration
SQL Server Identity
Archive
Archives
January 2012
(2)
December 2011
(2)
May 2010
(1)
February 2010
(1)
January 2010
(1)
December 2009
(1)
November 2009
(1)
October 2009
(3)
September 2009
(1)
January 2008
(7)
December 2007
(7)
January, 2008
MSDN Blogs
>
Zen and the Art of SQL Server Maintenance
>
January, 2008
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Zen and the Art of SQL Server Maintenance
Partitioned Tables and Indexes
Posted
over 5 years ago
by
Mike Wilmot
2
Comments
Here is a good article on SQL Server 2005 Partitioned Tables and Indexes.
Zen and the Art of SQL Server Maintenance
Virtual PC 2007 Console System Tray Problem Options.xml doesn't exist
Posted
over 5 years ago
by
Mike Wilmot
1
Comments
I have a common Virtual PC 2007 problem with dual monitors for my SQL VMs... when I most need to use my Virtual PC software, often the console goes insane when using a dual monitor, and though I can limp along by using Virtual PC from the system tray...
Zen and the Art of SQL Server Maintenance
Terminal Services Configuration Settings for SQL Server Virtual Machine
Posted
over 5 years ago
by
Mike Wilmot
1
Comments
Though this article is a bit outdated, it is helpful in setting up the Terminal Services settings for a SQL Server VM: http://www.microsoft.com/technet/prodtechnol/win2kts/maintain/optimize/secw2kts.mspx
Zen and the Art of SQL Server Maintenance
SharePoint and SSRS (Reporting Services) IIS Port Conflict
Posted
over 5 years ago
by
Mike Wilmot
1
Comments
I have been having trouble installing SharePoint on the same Server as SQL 2005 due to port 80 conflicts. If you search on "SharePoint" in SQL BOL (Books On Line) there are some good links to configure both on the same machine. Here is some initial...
Zen and the Art of SQL Server Maintenance
Determine SQL Server Version
Posted
over 5 years ago
by
Mike Wilmot
1
Comments
Here is a nice way to determine SQL Server Version Information aside from @@version: SELECT SERVERPROPERTY ( 'productversion' ), SERVERPROPERTY ( 'productlevel' ), SERVERPROPERTY ( 'edition' )
Zen and the Art of SQL Server Maintenance
AdventureWorks Sample Databases for SQL 2005
Posted
over 5 years ago
by
Mike Wilmot
0
Comments
Here are the AdventureWorks Samples for SQL 2005 and 2008 . Here is a good pointer to the AdventureWorks Sample Databases overview for SQL 2005. I also found that there is a SqlRun_Tools.msi file under the setup disk ..\Tools\Setup that willl...
Zen and the Art of SQL Server Maintenance
Determine Space Used By a SQL Server Database with sp_SpaceUsed
Posted
over 5 years ago
by
Mike Wilmot
1
Comments
Here is a nice link about how to determine space consumed by a SQL Server database for each table by Nigel Rivett: and some other useful scripts :
Page 1 of 1 (7 items)