Without changing your connection string, you should be able execute this SQL statement: SELECT name FROM master..sysdatabases You could then determine whether or not your database is installed on that server. This of course will only work if the user you are connecting with has the proper permissions to access the master tables. Give it a shot. :thumbsup: