CREATE DATABASE statement Questions

1

asked by:
5 pts.

Creating a database in Access 2007
I am not an expert on Access; however, as a student in college my professor commented that my Microsoft Database was built from a table. Can someone tell me what does that mean? And do your templates build from a table? I guess I really want to know how to prevent a template from building [...]

Answer Question   |  April 24, 2010  12:08 PM
Access 2007, Access Database, CREATE DATABASE statement
asked by:
5 pts.

Errors creating database with SQL Server 2008 I&M Training Manual
I’m going through the SQL Server 2008 I&M self-paced training manual, and when I do the exercise for creating a database, here’s what happens: CREATE DATABASE TK432 ON PRIMARY ( NAME = N’TK432_Data’, FILENAME = N’c:testTK432.mdf’, SIZE = 8MB, MAXSIZE = UNLIMITED, FILEGROWTH = 16MB ), FILEGROUP FG1 ( NAME = N’TK432_Data2′, FILENAME = N’c:testTK432.ndf’, [...]

Answer Question   |  February 6, 2011  4:11 PM
CREATE DATABASE statement, SQL Server 2008, SQL Server 2008 error messages, SQL Server 2008 training, SQL Server administration
asked by:
20 pts.

1