vote up 0 vote down star

Greetings, I am seeking help on building a script that will allow my msi installer to check for an exsisting db or exsisting user on the local server of sql server 2000 Personal Edition, during the pre install, the script needs to return the sql response and not run/resintall the sql scripts if the db name or db user is on the server already. thanks very much for any help

flag

1 Answer

vote up 0 vote down

You can execute master..sp_helpdb

This will give you a list of the databases that you have access to on the server.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.