I have a website that is configured with ASP.NET and references data from a MSSQL 2000 server. I can see references in the code to the databases it needs, but the SQL server is not installed locally on the webserver, and I don't see where it references the server location.
My ultimate purpose is to decomission the MSSQL 2000 server and consolidate its databases over to another SQL server I have running, but I need to be sure that the website picks up the database once it has been transferred to the new server.