Forum Replies Created

Viewing post 1 (of 2 total)

  • RE: Code samples in the forums

    I've got no admin permissions, but here's a code block:

    USE [master]

    GO

    CREATE DATABASE [Test_DB] ON PRIMARY

    (

    NAME = N'Test_DB',

    ...

Viewing post 1 (of 2 total)