dbTalk Databases Forums  

SQL Server Error 5520

microsoft.public.sqlserver.server microsoft.public.sqlserver.server


Discuss SQL Server Error 5520 in the microsoft.public.sqlserver.server forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
sathish B R
 
Posts: n/a

Default SQL Server Error 5520 - 01-31-2012 , 05:05 AM






I am getting the SQL Server Error 5520 when i try to add a FILSTREAM file into a filegroup. I am trying to add multiple files to a FILESTREAM filegroup.
Error Message is:
"FILESTREAM file 'MyFileStream' cannot be added because its destination filegroup cannot have more than one file."

Reply With Quote
  #2  
Old   
Erland Sommarskog
 
Posts: n/a

Default Re: SQL Server Error 5520 - 01-31-2012 , 03:57 PM






sathish B R (brs.sathish (AT) gmail (DOT) com) writes:
Quote:
I am getting the SQL Server Error 5520 when i try to add a FILSTREAM
file into a filegroup. I am trying to add multiple files to a FILESTREAM
filegroup.
Error Message is:
"FILESTREAM file 'MyFileStream' cannot be added because its destination
filegroup cannot have more than one file."

Isn't that message rather self-explanatory?

The "file" in case of a FILESTREAM file group is a folder, which may
include a number of files.

What do you want to achieve?

--
Erland Sommarskog, SQL Server MVP, esquel (AT) sommarskog (DOT) se

Links for SQL Server Books Online:
SQL 2008: http://msdn.microsoft.com/en-us/sqlserver/cc514207.aspx
SQL 2005: http://msdn.microsoft.com/en-us/sqlserver/bb895970.aspx

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.