Counting database applications
How do you know how many applications exist in the database?
-3
user34929
source
to share
2 answers
Not really sure what you are asking here. I am assuming you mean "Applications written using SQL Server 2005 as a database".
If that's what you want to know, I don't know of a single place where you could get this information, it would always be a good idea to try starting here .
+1
Mat Nadrofsky
source
to share
Do you mean stored procedures? You can have multiple applications using the same credentials to log into a given database from the same web server, so you cannot just count databases or tables to get that number.
0
Dillie-O
source
to share