Sign In
MSDN Blogs
Microsoft Blog Images
More ...
CSS SQL Server Engineers
This is the official team Web Log for Microsoft Customer Service and Support (CSS) SQL Support. Posts are provided by the CSS SQL Escalation Services
MSDN Blogs
>
CSS SQL Server Engineers
>
August, 2008
August, 2008
Common Tasks
Blog Home
Email Blog Author
RSS for comments
RSS for posts
Atom
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
2005
2005 SP2
2008
2008 R2
Adam
Connectivity
Engine
How It Works
Memory
Performance
READTRACE
Reporting Services
RML Utilities
Security
Setup
SQL 2005
SQL 2008
SQL Server 2005 SP2
SQL Server 2008
SQL Server 2008 SP1
SQLOS
Tools
Trace
Tracing
Troubleshooting: The DB Engine
Archives
Archives
January 2012
(7)
December 2011
(2)
November 2011
(3)
October 2011
(4)
September 2011
(6)
August 2011
(1)
July 2011
(3)
June 2011
(6)
May 2011
(9)
April 2011
(11)
March 2011
(5)
February 2011
(9)
January 2011
(7)
December 2010
(5)
November 2010
(5)
October 2010
(4)
September 2010
(3)
August 2010
(7)
July 2010
(7)
June 2010
(7)
May 2010
(8)
April 2010
(7)
March 2010
(4)
February 2010
(5)
January 2010
(5)
December 2009
(9)
November 2009
(6)
October 2009
(4)
September 2009
(9)
August 2009
(5)
July 2009
(8)
June 2009
(9)
May 2009
(12)
April 2009
(8)
March 2009
(13)
February 2009
(14)
January 2009
(13)
December 2008
(8)
November 2008
(9)
October 2008
(3)
September 2008
(9)
August 2008
(10)
July 2008
(7)
June 2008
(4)
May 2008
(1)
April 2008
(11)
March 2008
(10)
February 2008
(6)
January 2008
(10)
December 2007
(1)
November 2007
(1)
October 2007
(2)
September 2007
(2)
August 2007
(2)
June 2007
(2)
May 2007
(1)
April 2007
(2)
March 2007
(2)
February 2007
(7)
January 2007
(2)
December 2006
(4)
November 2006
(9)
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
CSS SQL Server Engineers
How to Rebuild System Databases in SQL Server 2008
Posted
over 4 years ago
by
psssql
15
Comments
In SQL Server 2005, we introduced a different method than in previous versions to rebuild system databases (affectionately known as "rebuild master"). You were required to use the setup.exe program with command line switches. This is no different...
CSS SQL Server Engineers
How It Works: Creating An EndPoint Adds An Entry To SysLogins
Posted
over 4 years ago
by
psssql
1
Comments
My SQL Server does not have individual windows users established as separate logins. Instead it has the Domain\SQLUsers group established as a WINDOWS GROUP login. You can review your mappings using the following DMVs. select * from...
CSS SQL Server Engineers
SQL Server 2008 Express, .Net Framework 2.0 SP2, and 3.5 SP1 explained...
Posted
over 4 years ago
by
psssql
7
Comments
Many of you may have read my post about dependencies with Visual Studio 2008 SP1 and the .Net Framework 3.5 SP1 and SQL Server 2008. I have some related information to provide to you about SQL Server 2008 Express. If you are a user of SQL Server 2008...
CSS SQL Server Engineers
Using Locking Like Synchronization Object
Posted
over 4 years ago
by
psssql
2
Comments
This post is more of a T-SQL trick and NOT a recommendation practice, but since I addressed this in a recent customer case I thought I would share it. Problem: Application needs to lock a row for the duration of the transaction and ensure no data...
CSS SQL Server Engineers
Why you should read the Release Notes for SQL Server 2008
Posted
over 4 years ago
by
psssql
1
Comments
Do the release notes really ever contain anything that can help you with your deployment of a product? Well in the case of SQL Server 2008, the answer is YES. Here are the following benefits for using the Releases Notes which can be found at the following...
CSS SQL Server Engineers
IsNumeric Returns (1/TRUE) and I Expected (0/FALSE)
Posted
over 4 years ago
by
psssql
2
Comments
The string '100,200,300' has fooled many a customer and support engineer alike. select cast('100,200,300' as bigint) Msg 8114, Level 16, State 5, Line 1 Error converting data type varchar to bigint. One might argue that this is a bigint value. However...
CSS SQL Server Engineers
How It Works: SQLIOSim [Audit Users] and .INI Control File Sections with User Count Options
Posted
over 4 years ago
by
psssql
2
Comments
The Page Audit User is one of the main execution paths for data integrity checking. SQLIOSim runs test cycles and during each test cycle the [Audit User] section of the .INI configuration file is used. These workers perform various page...
CSS SQL Server Engineers
Timeouts when connecting to Named Instances
Posted
over 4 years ago
by
psssql
1
Comments
When connecting to a SQL Named Instance, you may encounter a Timeout error when trying to connect to it if the client is Vista or Windows 2008 with the client Firewall enabled. This particular issue is only present if you are running the SQL 2008 Browser...
CSS SQL Server Engineers
Is it really the released version of SQL Server 2008?
Posted
over 4 years ago
by
psssql
5
Comments
The following is a question we have received from a few folks who were concerned after installing SQL Server 2008 that they did not have the final released build. When you use SQL Server Management Studio and select the Help/About menu choice to see what...
CSS SQL Server Engineers
SQL Server 2008, Visual Studio 2008 SP1, and .Net Framework 3.5 SP1 explained....
Posted
over 4 years ago
by
psssql
57
Comments
PLEASE NOTE: This blog post has been updated from its original posting to clarify other details about installation of SQL Server 2008 and Visual Studio 2008 SP1. I must say that I'm personally proud to see our release of SQL Server 2008. I've been involved...
Page 1 of 1 (10 items)