Please forgive me as I am not a SQL programmer. We have a tool, I3 for SQL performance monitoring. You can select a database, then drill down into the code that's executing and see what it does, what it hits and how it is performing.
So, we are looking in it today. And we see from our production database, code that is clearly hitting our test database. It references the test database by name (they do reside on the same server). We looked at the stored procedure, but the database name is not prefixed on any of the select statements. We checked the ODBC connections from our application server, and it appears to be fine too. How could this be happening? Something in .net or a bad index or what?
Any ideas?
Thanks in advance,
Debi
SQL 2000 SP3a
So, we are looking in it today. And we see from our production database, code that is clearly hitting our test database. It references the test database by name (they do reside on the same server). We looked at the stored procedure, but the database name is not prefixed on any of the select statements. We checked the ODBC connections from our application server, and it appears to be fine too. How could this be happening? Something in .net or a bad index or what?
Any ideas?
Thanks in advance,
Debi
SQL 2000 SP3a