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 |
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 KizerMicrosoft MVP for Windows Server System - SQL Serverhttp://weblogs.sqlteam.com/tarad/ |
 |
|
|
|
|