[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.

Tool Location
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.

Command Line Syntax
DevTableGen <assemblies> [options]

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. |

See Also
Copyright © 2009 by Microsoft Corporation. All rights reserved.