Sign in
SQL, Analysis Services & related stories.
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 CLR
SQL Server 2005
SQL Server 2005 Administration
SQL Server 2005 Security
SQL Server Administration
SQL Server Troubleshooting
TSQL
Archive
Archives
April 2007
(2)
March 2007
(2)
January 2007
(3)
December 2006
(1)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
SQL, Analysis Services & related stories.
SQL 2000 to SQL 2005 migration: temporary tables reuse issue.
Posted
over 6 years ago
by
Igor Kovalenko
5
Comments
During the same project the next issue was found: temporary table reuse. Here is an example on “how to reproduce”: USE tempdb GO CREATE PROCEDURE dbo.usp_step_one AS BEGIN CREATE TABLE #temp (ID INT NOT NULL, NUM INT) ALTER TABLE...
SQL, Analysis Services & related stories.
SQL 2000 to 2005 migration: execution plan change issue.
Posted
over 6 years ago
by
Igor Kovalenko
11
Comments
Last week I was engaged on SQL 2000 to SQL 2005 migration project, and we had identified some issues related to significant changes in execution plans. Before migration we tested the application with using Upgrade Advisor (test passed without any caution...
Page 1 of 1 (2 items)