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 |
|
trisner
Starting Member
1 Post |
Posted - 2009-04-09 : 13:08:54
|
| I'm pretty new to SQL, so bear with me. I'm looking to catalog all of the contents of a directory on a file server to a table in a sql database on SQL Server 2005. I figure it would be best to put a link to the file in the database, but have no clue how to go about doing this. If more files are added to the directory, I'd like for entries to be made on the database. |
|
|
SwePeso
Patron Saint of Lost Yaks
30421 Posts |
Posted - 2009-04-15 : 18:02:45
|
Are you using SQL Server 2005?Have a SSIS package run in regular interval to scan your directories. E 12°55'05.63"N 56°04'39.26" |
 |
|
|
|
|
|