Sign in
Notes from SQL Server Premier Field Engineer
Tags
error logs
ETL
failover clustering
high availability
Pages
Performance tuning
relational datawarehouse tuning
resource group
service pack
sp_configure
SQL 2008
SQL internals
SSIS
statistics
storage
Sydney SQL Server User Group
tools
training
TSQL coding patterns
Browse by Tags
MSDN Blogs
>
Notes from SQL Server Premier Field Engineer
>
All Tags
>
ssis
Tagged Content List
Blog Post:
Moving large tables between environments
yuriyt
Hello readers! Couple of days ago I had to move large table (~43 mln rows) from production environment to a dev environment. Below is a table structure as follows: CREATE TABLE [mmm].[Music Band]( [BandID] [int] IDENTITY(1,1) NOT NULL, [BandTypeID] [tinyint] NOT NULL, [BandName...
on
2 Jun 2010
Page 1 of 1 (1 items)