August 8, 2011 at 9:12 am
Hi,
I am using SQL Server 2008 R2 and am trying to make use of the FileStream facilities for storing documents. I'm a real novice at this (but am a programmer by profession, just not a SQL DBA).
I have it working on my PC, but when moving the database to my client's site I need to tell it to use a different folder. How do I do this?
August 8, 2011 at 10:07 am
Looks like when doing the restore or attach, you alter the location there.
August 8, 2011 at 11:01 am
Thanks. Will doing that mess with the security setup on the database?
August 8, 2011 at 11:07 am
No, the changing of the location during attach or restore shouldn't affect that.
August 8, 2011 at 11:37 am
Thanks Steve,
so far it looks like it has worked, now to let the users at it 🙂
Viewing 5 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply