Sign In
MSDN Blogs
Microsoft Blog Images
More ...
Common Tasks
Blog Home
Email Blog Author
About
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
Archives
Archives
January 2012
(1)
September 2011
(1)
June 2011
(1)
February 2011
(1)
July 2010
(1)
April 2010
(2)
December 2009
(1)
November 2009
(1)
September 2009
(1)
August 2009
(2)
Blog - Title
April, 2010
Der deutsche Education Blog
April, 2010
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Data, Design, and SQL Server
Adding the IDENTITY property to a column of an existing table
Posted
over 2 years ago
by
Dimitri Furman
1
Comments
Until SQL Server 2005, it was not possible to alter a column in an existing table to add the IDENTITY property. To achieve that, it was necessary to create a new table with an IDENTITY column, and move the data into that table. For large tables, this...
Data, Design, and SQL Server
Tempdb configuration check script
Posted
over 2 years ago
by
Dimitri Furman
0
Comments
There is a number of well known best practices for configuring the tempdb database on SQL Server. Specifically: Multiple data files are used (some sources recommend 1 data file per CPU core, while others recommend anywhere from 1/4 to 1 file per...
Page 1 of 1 (2 items)
MSDN Blogs
>
Data, Design, and SQL Server
>
April, 2010