Click to Rate and Give Feedback
MSDN
MSDN Library
Online Services
Windows Azure SDK
 DevTableGen Command-Line Tool
Collapse All/Expand All Collapse All
DevTableGen Command-Line Tool
[This is prerelease documentation and is subject to change in future releases.]

The DevTableGen command-line tool (devtablegen.exe) generates database tables for use with the local Table service from a list of managed assemblies. You can create assemblies that model your desired table schema in your code and call the DevTableGen tool to generate the table in the Microsoft® SQL Server™ Express database.

For detailed information about how to use the DevTableGen tool, see About Development Storage.

If you have installed the Windows® Azure™ SDK to the default location, the DevTableGen tool can be found at C:\Program Files\Windows Azure SDK\v1.0\bin\DevTableGen.exe.

DevTableGen <assemblies> [options]

 

Option Description

<assemblies>

A semicolon-separated list of assembly file names.

/database

The name of the database to generate. If not specified, the database name defaults to the name of the first assembly in the list of assemblies.

/server

The instance of SQL Server to use to create the database. If this option is omitted, the default server is set to localhost\SQLExpress.

/forceCreate

This option forces creation of the database. If the named database already exists, it will be recreated and all existing data will be lost.


Copyright © 2009 by Microsoft Corporation. All rights reserved.
© 2009 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement | Site Feedback
Page view tracker