sql - Find what application is connected with what login to what database what table and what columns -


is there script finds current activity application->login->database->table->column level ?

i have used

  • sp_who2, sp_who2'active',sysprocesses

  • activity monitor

  • audit
  • profiler
  • trigger
  • extended events

and coludnt column level data connections, able sql statements, table name, database,instance, application, login name ...but couldn't column names

the reason trying find track usage , re architect database..

any appreciated

sp_who2 , sp_who ones have used required information. can check against sys.sysprocesses know processes running on instance of sql server.

if want columns involved in queries consider using sql server tracing probably.


Comments

Popular posts from this blog

python - TypeError: start must be a integer -

html - How can i make an element from a bottom stacking context stays in front of another higher stacking context? -

html - href attribute breaking an element -