Wednesday, January 19, 2011
Create Database
To create a database using Microsoft SQL Server without defining any tables in our create statement we would create it using the following syntax:
USE
master;
GO
CREATE
DATABASE
Library;
This will create an empty database named "Library"
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
I Break Code
Where code gets done.
ASP.NET
|
HTML
|
SQL Server
|
VB.NET
|
Request A Topic
|
No comments:
Post a Comment