Presentation is loading. Please wait.

Presentation is loading. Please wait.

Microsoft SQL Server 2008 R2 IT:Network:Applications.

Similar presentations


Presentation on theme: "Microsoft SQL Server 2008 R2 IT:Network:Applications."— Presentation transcript:

1 Microsoft SQL Server 2008 R2 IT:Network:Applications

2 SQL Server Administration Tasks Verify data Import data Backup data Schedule/backup/maintain databases

3 Verify Data Review target data for consistency/integrity Define delimiter ▫Comma, tab, etc Remove inconsistencies if possible Possibly define columns

4 Verify Data

5 Align indexes/table links (if multiple relationships exist

6 Import Data Open Microsoft SQL Server Management Studio Connect to your SQL Server Right click on your database  Tasks  Import Data

7 Import Data Select Import data Choose data source Choose columns Complete import

8 Import Data

9 Backup Data In SQL Server Mgmt Studio ▫Right click on Database  Tasks  Backup  Delete “default” backup destination and Add new one

10 Backup Data

11 Equivalent Script ▫BACKUP DATABASE [ABCCompany] TO DISK = N'C:\backup\ABCCompany' WITH NOFORMAT, NOINIT, NAME = N'ABCCompany-Full Database Backup', SKIP, NOREWIND, NOUNLOAD, STATS = 10

12 Schedule/backup/maintain Databases SQL Server Mgmt Studio  Management  Maintenance Plans  Maintenance Plan Wizard

13 Schedule/backup/maintain Databases

14 Select maintenance tasks ▫Integrity ▫Rebuild Index ▫Backup ▫Etc.

15 Questions?


Download ppt "Microsoft SQL Server 2008 R2 IT:Network:Applications."

Similar presentations


Ads by Google