Sharepoint Forum

 
Home » Forum » Sharepoint       Ask a questionRSS Feeds

docs table from _SITE database

  Asked By: Darren Andrews         Date: Nov 14, 2007      Category: Sharepoint      Views: 179
 

Can Documents/ Document data be sucked from Docs table in _SITE database.?

Tagged:          

 

1 Answer Found

 
Answer #1       Answered By: Tiana Whitaker          Answered On: Nov 14, 2007       

Yes they can but it is not supported. You can use a utility
on the sql server called textcopy which is a command line tool that you can
use to extract blob files out of SQL. You could write your own to do it
using .Net, which isn't that hard at all. It really depends what you are
trying to do with it.

 
Didn't find what you were looking for? Find more on docs table from _SITE database Or get search suggestion and latest updates.


Your Answer
  • Answer should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].