|
Home > Archive > microsoft.public.sqlserver.server > November 2002 > Filegroup name change??
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Filegroup name change??
|
|
| Javier Rosas 2002-11-29, 9:23 pm |
| Hi,
Might I change the filegroup name? if that, could somebody
tell me how???
Thanks in advance,
Javier Rosas
| |
| lindawie 2002-11-29, 10:23 pm |
| Javier,
> Might I change the filegroup name? if that, could somebody
> tell me how???
ALTER DATABASE database_name
MODIFY FILEGROUP filegroup_name (NAME = new_filegroup_name)
Linda
|
|
|
|
|