Mega Code Archive
Search
.Net
ASP .Net
ASP .Net Tutorial
C#
C# Book
C# by API
C# Tutorial
VB.Net
VB.Net by API
VB.Net Tutorial
Visual C++ .Net
VisualBasic Script
Java
Java
Java Book
Java by API
Java Tutorial
Script
Flash ActionScript
Flex
JavaScript DHTML
JavaScript Reference
JavaScript Tutorial
Database
MSSQL
MSSQL Tutorial
MySQL
MySQL Tutorial
Oracle PLSQL
Oracle PLSQL Tutorial
PostgreSQL
Languages
Android
C
C Tutorial
C++
C++ Tutorial
Delphi
Perl
PHP
Python
Python Tutorial
Ruby
Silverlight
Office
MSOfficeExcel 2007 Tutorial
MSOfficePowerPoint 2007 Tutorial
MSOfficeWord 2007 Tutorial
Data
XML
XML Tutorial
MSSQL Tutorial
Database 23 codes
Home
MSSQL Tutorial
Database
1 A CREATE DATABASE Example
2 A statement that attaches an existing database file
3 Alter a database and set the recovery to simple
4 ALTER DATABASE pubs SET RECOVERY FULL
5 Altering a Database
6 Attach a mdf file to database
7 Backup a database with DIFFERENTIAL
8 Backup a database with init
9 BACKUP DATABASE
10 Change schema
11 Changes the user access option of the pubs database to SINGLE_USER and generates an error if any other connections to the pubs da
12 Create a database by indicating the mdf file
13 Create a database by specifying the mdf file
14 Create and drop database
15 Creates a database with explicit specifications for database and transaction log files
16 Creation of a Database
17 How to set a databases updatability value to READ_ONLY and how to determine the updatability of a database
18 If a database exists
19 Increases the size of a database file
20 OFFLINE ONLINE
21 RESTORE DATABASE WITH FILE = 2, RECOVERY
22 RESTORE DATABASE WITH NORECOVERY
23 SINGLE_USER RESTRICTED_USER MULTI_USER