How to identify database in SQL Server Profiler? -


in sql server profiler, i've added filter for:

databasename mydatabase 

i log same server , run:

select * mydatabase 

i don't see entries in profiler. remove above filter , run statement again. shows in profiler.

any idea why isn't working filter?

also, there way filter on 3 databases? in other words, want see execution against 3 databases.

on events selection tab of trace properties window, hit "column filters..." button , click on databasename. here can filter database(s). if double click on "like" group after entering first database name, add blank spot enter new name.


Comments

Popular posts from this blog

python - pip install -U PySide error -

arrays - C++ error: a brace-enclosed initializer is not allowed here before ‘{’ token -

cytoscape.js - How to add nodes to Dagre layout with Cytoscape -