IIS 7.5 log to: sql server vs file
- by stacker
I want to know if get IIS to log directly to the sql server is resource costive, and a better solution maybe generate log files, and each hour import this files to sql server.
Does it VERY big cost to log to sql server each request directly? The pages are open connection to the database anyway for each request.