Forum Replies Created

Viewing post 16 (of 16 total)

  • RE: Change DB for Exec

    Try this...

    Create Table [dbname]..[TableName]

    example:

    From the master db I would use:

    Create Table MyDatabase..MyTable

    (

    MyColumn1 Int,

    MyColumn2 Float

    )

    To create a table in MyDatabase

Viewing post 16 (of 16 total)