July 11, 2002 at 4:15 am
Does anyone one know if is possible to specify the file group for the table you are creating in an insert into statement.
July 11, 2002 at 4:50 am
I meant to say select into ...
July 11, 2002 at 6:19 am
I dont think so. Usually better to do an explicit create of the table anywhere and that would let you set the filegroup.
Andy
July 11, 2002 at 6:19 am
The answer is you cannot. You can only specify with CREATE TABLE.
"Don't roll your eyes at me. I will tape them in place." (Teacher on Boston Public)
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply