Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Newbie q Making databases downloadable

Status
Not open for further replies.

partymong

Programmer
Nov 5, 2003
39
GB
Hi,
I hope someone can help me, I'm new to SQL server.

What I want to do is make the databases I have on my server downloadable via the web. I have IIS installed.

I can get a list of all the databases querying the sql server master database, but can't make them downloadable because the SQL server has them attached/open.

Would I have to create backups and make them available?

Any help would be appreciated.

Thanks

P



 
Probably best to backup the database and then zip the file and allow the zipped backup to be downloaded.


======================================
Cursors are useful if you don't know sql.
DTS can be used in a similar way.
Beer is not cold and it isn't fizzy.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top