Groups | Blog | Home
all groups > sql server data mining > november 2006 >

sql server data mining : referring to a database



nnmmss
11/14/2006 1:55:01 AM
how can i get that how many referes or records calling is being done on a
Dejan Sarka
11/14/2006 7:45:29 AM
[quoted text, click to view]

If I understand the question, you should check the SQL Profiler, a tool
shipped with SQL Server.

--
Dejan Sarka
http://www.solidqualitylearning.com/blogs/

nnmmss
11/15/2006 12:42:01 AM
ok but what variables in there i should check, it has lots parameteres

[quoted text, click to view]
Dejan Sarka
11/15/2006 7:46:38 AM
[quoted text, click to view]

Can you be more specific on your goal, what are you trying to measure or
catch?

--
Dejan Sarka
http://www.solidqualitylearning.com/blogs/

nnmmss
11/17/2006 9:44:02 PM
well i actully i need how many records are retrived from a sepecific database
.. for example n records for select and m record for insert.

or if it is not possible how many times are referred to a database in a day?
[quoted text, click to view]
Dejan Sarka
11/18/2006 12:00:00 AM
[quoted text, click to view]
With Profiler, you can trace statements only. For deatails, you have to
check the @@rowcount variable after each statement in your code.

--
Dejan Sarka
http://www.solidqualitylearning.com/blogs/

AddThis Social Bookmark Button