VIII.1.3. Generating Configuration Scripts

Microsoft subscribes to the database administration philosophy that wizards and graphical tools are good, and repetitive, tedious hand coding is bad. Despite this natural preference toward wizard-driven automation, circumstances still exist where database administrators might need to create or modify scripts that manage their databases. Some DBAs even prefer to work this way, rather than always using graphical tools. For this important constituency, SQL Server makes it easy to generate, and then edit, all kinds of administrative scripts. We close this chapter by seeing how this is done.

To get started, launch the SQL Server Management Studio. You'll soon be in an excellent position to generate all the scripts you need. Here's how:

  1. Launch SQL Server Management Studio.

  2. Connect to the appropriate SQL Server instance.

  3. Expand the connection's entry in the Object Explorer view.

  4. Expand the Databases folder.

  5. Right-click the database that you want to administer.

  6. Choose Tasks.

  7. Choose Generate Scripts.

    This launches the Generate SQL Server Scripts Wizard. For the purpose of this example, we show you how to generate a simple script that creates a table. When you start to use this wizard, however, you can do much more.

  8. Highlight the database where the object(s) that you want to script can be found, and click Next.

  9. Customize the script options that you want an SQL Server to employ, and click Next.

    More than two dozen ways to tweak your script exist, ranging ...

Get Microsoft® SQL Server™ 2008 All-In-One Desk Reference For Dummies® now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.