Table

  • Hi,

    Can anybody let me know that how we can create table on secondary file group?

    Thanks

  • assuming you have created your secondary file group (lets call it second) you can use this

    Create table dbo.MyTable

    (

    col1 int,

    col2 varchar(10)

    ) on Second

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply