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.

 All Forums
 SQL Server 2005 Forums
 Other SQL Server Topics (2005)
 Extract file folder from Database

Author  Topic 

tlaws
Starting Member

1 Post

Posted - 2008-03-07 : 10:46:07
I have a repository that is currently stored on our SQL 2005 database. I would like to pull this repository from the database and place it on our files server. Is there anyway for me to extract this from our database?

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2008-03-07 : 12:02:45
You need to do this via a programming language such as C# or VB.NET. SQL Server does not have the capability to do this on its own.

Tara Kizer
Microsoft MVP for Windows Server System - SQL Server
http://weblogs.sqlteam.com/tarad/
Go to Top of Page
   

- Advertisement -