Viewing 3 posts - 1 through 4 (of 4 total)
Here is some more information
Query:
select * from calls where calldate between '20050504' and getdate() and username='.isdfh'
Execution time: 1st time 5 mins approx, 2nd time mins 48 secs
DDL file: http://202.3.130.27/test/calls.sql
Sample data...
May 12, 2005 at 7:58 am
#558395
thanks, but isn't there any way in mssqlsrv to do this without any overhead?
March 31, 2005 at 6:05 am
#549788
Sql profiler is a temporary solution. I want a permenant solution like anybody who is reading/ writing to database through isqlw at anytime, their queries should be logged.
Any suggestions?
March 24, 2005 at 6:03 am
#548711