Log in
::
Register
::
Not logged in
Home
Tags
Articles
Editorials
Stairways
Forums
Scripts
Videos
Blogs
QotD
Books
Ask SSC
SQL Jobs
Training
Authors
About us
Contact us
Newsletters
Write for us
Content with tag
Migration
Items 1 to 20 of 21
Next 20 >>
Migrating Databases Checklist Part1
SQL Server databases move around as an organisation’s data grows, applications are enhanced or new versions of the database software are released. If not anything else, servers become old and unreliable and databases eventually need to find a new home. Here's what to do when migrating your databases.
Read more...
By
Additional Articles
2013/06/12
|
Source:
SQL Server Performance
|
Category:
migration
Rating:
(not yet rated)
Rate this
|
Briefcase
|
3,427 reads
How to move a SQL Server Log Shipped Secondary Database to Different SQL Server
This tip I will explains a step-by-step method to perform the SQL Server Log Shipping migration.
Read more...
By
Additional Articles
2013/03/04
|
Source:
MSSQLTips.com
|
Category:
log shipping
Rating:
(not yet rated)
Rate this
|
Briefcase
|
1,514 reads
Generate MERGE statements with Table data
A stored procedure that produces a MERGE statement for a given table containing a VALUES clause for all rows, useful for migrating static data between environments.
Read more...
By
Daniel Nolan
2012/10/08
|
Source:
SQLServerCentral.com
|
Category:
generate
Rating:
|
Discuss
|
Briefcase
|
2,623 reads
sa_help_rev.erse.sa.login
A script to generate a recovery script for setting your sa account back to the password it is using at the time of running this script.
Read more...
By
James Marsh
2012/05/14
|
Source:
SQLServerCentral.com
|
Category:
sa
Rating:
|
Discuss
|
Briefcase
|
851 reads
20 tips on converting MySQL views to MS SQL
This article gives 20 tips how to modify MySQL views to make it compatible with Microsoft SQL Server.
Read more...
By
Andrew Kuprianov
2012/05/02
|
Source:
SQLServerCentral.com
|
Category:
mysql
Rating:
|
Discuss
|
Briefcase
|
2,968 reads
Migrating SQL Reporting Services to a new server
I need to move all the objects off the 2005 Reporting Server to the 2008 Reporting Server. Is there an easy way to do this without saving each report file (edit report and save .rdl) then uploading the report to the new server? This would also mean recreating the data sources and subscriptions.
Read more...
By
Additional Articles
2012/04/16
|
Source:
MSSQLTips.com
|
Category:
reporting services (ssrs)
Rating:
Rate this
|
Briefcase
|
3,308 reads
Generate MERGE statements with Table data
A stored procedure that produces a MERGE statement for a given table containing a VALUES clause for all rows, useful for migrating static data between environments.
Read more...
By
Daniel Nolan
2012/10/08
|
Source:
SQLServerCentral.com
|
Category:
generate
Rating:
|
Discuss
|
Briefcase
|
2,623 reads
Migrating SQL Server Databases – The DBA’s Checklist (Part 2)
Continuing from Part 1 , our Migration Checklist continues: Step 5: Update statistics It is always a good idea to update the statistics of the database that you have just installed or migrated
Read more...
By
Additional Articles
2011/07/25
|
Source:
SQL Server Performance
|
Category:
migration
Rating:
(not yet rated)
Rate this
|
Briefcase
|
2,345 reads
Migrating SQL Server Databases – The DBA’s Checklist (Part 1)
It is a fact of life: SQL Server databases change homes. They move from one instance to another, from one version to the next, from old servers to new ones. They move around as an organisation’s data grows, applications are enhanced or new versions of the database software are released.
Read more...
By
Additional Articles
2011/07/18
|
Source:
SQL Server Performance
|
Category:
migration
Rating:
(not yet rated)
Rate this
|
Briefcase
|
3,313 reads
Script Server Roles
Script Server Roles in case of migration or documentation
Read more...
By
Rasmus Glibstrup
2010/08/27
|
Source:
SQLServerCentral.com
|
Category:
migration
Rating:
|
Discuss
|
Briefcase
|
2,719 reads
Oracle to SQL Server, Crossing the Great Divide, Part 3
We soon learn, in SQL Server, that heaps are a bad thing, without necessarily understanding how or why. Jonathan Lewis is an Oracle expert who doesn't like to take such strictures for granted, especially when they don't apply to Oracle. Jonathan discovers much about how SQL Server places data, and concludes from his experiments that heaps perform badly in SQL Server because you cannot specify a fill factor for them.
Read more...
By
Additional Articles
2010/07/23
|
Source:
SimpleTalk
|
Category:
migration
Rating:
Rate this
|
Briefcase
|
2,801 reads
Turn on CHECKSUM after an upgrade
When reloading or attaching a SQL 2000 database to SQL 2005 or 2008, the database objects are upgraded automatically. Some database options don't change, though. PAGE_VERIFY is one of them.
Read more...
By
David Baffaleuf
2010/07/20
|
Source:
SQLServerCentral.com
|
Category:
page_verfify
Rating:
|
Discuss
|
Briefcase
|
6,814 reads
Conversion of default objects to column defaults
This script can convert the usage of bound default objects in tables to column defaults
Read more...
By
Michael Søndergaard
2010/01/29
|
Source:
SQLServerCentral.com
|
Category:
sp_unbindefault
Rating:
|
Discuss
|
Briefcase
|
356 reads
Conversion of rule objects to column check constraints
This script can convert the usage of bound rule objects in tables to column check constraints
Read more...
By
Michael Søndergaard
2010/01/28
|
Source:
SQLServerCentral.com
|
Category:
sp_bindrule
Rating:
(not yet rated)
|
Discuss
|
Briefcase
|
443 reads
Migrating SQL Server Databases - The DBA's Checklist (Part 3)
The final part of the series will examine full text catalogs and indexing, database collation, service broker considerations, encryption and high availability.
Read more...
By
Additional Articles
2009/10/02
|
Source:
SQL Server Performance
|
Category:
migration
Rating:
(not yet rated)
Rate this
|
Briefcase
|
3,166 reads
Migrating SQL Server Databases - The DBA's Checklist (Part 2)
Part 2 of the database migration series examines setting database options, mapping database users to logins, recovery models, backups, and changing the code associated with configurations.
Read more...
By
Additional Articles
2009/09/22
|
Source:
SQL Server Performance
|
Category:
migration
Rating:
Rate this
|
Briefcase
|
2,365 reads
Migrating SQL Server Databases - The DBA's Checklist (Part 1)
Migrating a database is often a task fraught with complications, this series examines the key issues in a simple checklist.
Read more...
By
Additional Articles
2009/09/16
|
Source:
SQL Server Performance
|
Category:
migration
Rating:
Rate this
|
Briefcase
|
3,195 reads
Ten steps to migrate databases between servers in a .Net environment
How to move databases from one server to another with limited downtime
Read more...
By
Edward Elliott
2009/08/17
|
Source:
SQLServerCentral.com
|
Category:
database mirroring
Rating:
|
Discuss
|
Briefcase
|
7,679 reads
Migrating A SQL Server 2005 Reporting Services Named Instance, The Missing Manual
Microsoft has always been pretty good at one thing, ease on install. One of the things I always says is the greatest thing about SQL Server is any idiot can install it. The other thing I also say is the worst thing about SQL Server is any idiot can install...
Read more...
By
Wesley Brown
2009/07/01
|
Source:
SQLServerCentral.com
|
Category:
blogs
Rating:
(not yet rated)
Rate this
|
Briefcase
|
3,237 reads
Large Analysis Database Migration
large Analysis Database migration (hundreds of gigabytes, hundreds of users and thousands of user MDX queries)
Read more...
By
Robert Srna
2009/04/14 (first published: 2009/04/13)
|
Source:
SQLServerCentral.com
|
Category:
migration
Rating:
|
Discuss
|
Briefcase
|
2,972 reads
Items 1 to 20 of 21
Next 20 >>
Tags
administration
(2)
reporting services (ssrs)
(2)
analysis services (ssas)
(1)
backup password
(1)
blogs
(1)
change password
(1)
change sa
(1)
checksum
(1)
data
(1)
database maintenance
(1)
database mirroring
(1)
default
(1)
delete
(1)
domain
(1)
generate
(1)
insert
(1)
log shipping
(1)
login
(1)
lookup
(1)
merge
(1)
mysql
(1)
oracle
(1)
page_verfify
(1)
password
(1)
proclarity
(1)
reference
(1)
rules
(1)
sa
(1)
server role
(1)
sp_bindefault
(1)
sp_bindrule
(1)
sp_unbindefault
(1)
sp_unbindrule
(1)
static
(1)
torn_page_detection
(1)
update
(1)
Copyright © 2002-2013 Simple Talk Publishing. All Rights Reserved.
Privacy Policy.
Terms of Use.
Report Abuse.