What are the different ways of moving data or databases
between servers and databases in SQL Server?
Answers were Sorted based on User's Feedback
Answer / pandians
Moving Data :
-------------
1. Configuring Linked Server between servers and move the
data using four part naming convension
i.e: Server.Database.Schema.Table
2. Use Export and Import wizard
3. Using SSIS or DTS Package to move data to different
database or server
4. Use three part naming convension to move data to
different database within the server/instance.
5. Using BCP to move data.
Moving Database:
----------------
1. Detach...Attach
2. Backup and Restore
3. Stop the Service
3.1 Using Alter statement to relocate the database path
3.2 Copy the files into new location
3.3 Start the Service
4. But, Moving system database except Master and Resource
can follow the above way
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / santo
export/import...attach/detach...DTS....backup/restore!
| Is This Answer Correct ? | 2 Yes | 1 No |
Where would you look for errors from the database engine?
What questions might be they ask in managerial round in capgemini.
which background process invoke at the time of upgradation tell me???
What view(s) do you use to associate a user's SQLPLUS session with his o/s process?
Which dictionary view(s) would you first look at to understand or get a high-level idea of a given Advanced Replication environment?
How do you tell what your machine name is and what is its IP address?
Database crashes. Corruption is found scattered among the file system neither of your doing nor of Oracle's. What database recovery options are available? Database is in archive log mode.
Can you redefine a table online?
can u plz tell me what r the mandatory skills for getting job as a sql dba......plz send me all details thank you my id :k.mohann.mohan@gmail.com
Which autogrowth database setting is good? : sql server DBA
what is the last version,the release date of that version and fix pack of ibm db2 udb?
I want to reuse a piece of code inside a stored procedure. This piece of code need to be invoked multiple times inside the procedure based on some different conditions. How to achieve this?
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)