Difference between revisions of "DD Class14"

esse quam videri
Jump to: navigation, search
Line 11: Line 11:
 
[[Image:DataBaseTakeOffline.png]]
 
[[Image:DataBaseTakeOffline.png]]
  
Once a databse is detached the data files my be copied to another server. You need to have access to the file system on the data server to do this.
+
Once a database is detached the data files my be copied to another server. You need to have access to the file system on the data server to do this.
  
the databse may also be backed up and restored using the Management Studio.  
+
the database may also be backed up and restored using the Management Studio.  
  
 
==Export==
 
==Export==
Line 21: Line 21:
 
[[Image:GenerateScript.png]]
 
[[Image:GenerateScript.png]]
  
this will start the wiazrd to generate sql script
+
this will start the wizard to generate sql script
  
 
[[Image:GenerateScriptWizard.png]]
 
[[Image:GenerateScriptWizard.png]]
  
notice that the genrated scrtip does not contain any data.
+
notice that the generated script does not contain any data.
  
 
You can export the data to an access database.
 
You can export the data to an access database.

Revision as of 02:23, 3 May 2007


xml and objects

http://iam.colum.edu/dd/classsource/class14/class.aspx -source

Backup and Restore

The data files can be detached from the server

DataBaseTakeOffline.png

Once a database is detached the data files my be copied to another server. You need to have access to the file system on the data server to do this.

the database may also be backed up and restored using the Management Studio.

Export

You can backup the work you did on your database by generating an sql script for you database.

GenerateScript.png

this will start the wizard to generate sql script

GenerateScriptWizard.png

notice that the generated script does not contain any data.

You can export the data to an access database.

Start by making an empty access database

homework

finish final project