We are using SQL Server 2008.We want to enable both successful logins and attempted connections to Database. I have a question on DB connection.
Does the application open connections to the db
primarily at startup? Or does it open/close connections regularly as
part of normal behavior. just want to know whether excessive log files
could be generated.
Thanks for you help.