Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
johnny1walker
Starting Member
17 Posts |
Posted - 2012-03-09 : 14:49:48
|
hi,,this forum best. I have a problemhow i can do;connect file = test3 data FILE to testgroup2 FILEGROUP and thisconnect file = test4 data FILE to testgroup2 FILEGROUPLITTLE DETAIL ==>------------------ALTER DATABASE testADD FILE (NAME = test3,FILENAME = 'c:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Data\test3.ndf',SIZE = 5MB, MAXSIZE=100MB, FILEGROWTH = 5MB)GO---------------------ALTER DATABASE testADD FILE (NAME = test4,FILENAME = 'c:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Data\test4.ndf',SIZE = 5MB, MAXSIZE=100MB, FILEGROWTH = 5MB)GO----------------------ALTER DATABASE testADD FILEGROUP testgrup2GO |
|
|
|
|
|