Dynamic management views

Technical Article

Find Top 5 executed queries ordered by execution count

  • Script

I wrote this query that helps us find executed queries with most number of execution counts. The DMV that we have used in this script is sys.dm_exec_query_stats and the function that we have used is sys.dm_exec_sql_text.

4.75 (8)

You rated this post out of 5. Change rating

2015-03-04 (first published: )

3,828 reads

Technical Article

RE: LINK Servers in Mix Mode giving Error 18452

  • Reply

Were you running the query from the source server (ie the server where linked server is setup) ? If you are running from a client then delegation needs to be setup for the windows authentication to be carried to the linked servers. Just to verify this run the query from the server (ie EM on […]

You rated this post out of 5. Change rating

2004-04-07

Technical Article

RE: sql injection articles

  • Reply

In the example the person is building a call to an SP in dynamic SQL whether it is in TSQL or VB it is still putting strings together thus the problem. If you are using ADO and a command object with parameters then SQL is passed to the SQL engine slightly differently each parameter value is […]

2004-03-29

Technical Article

RE: T-SQL Experts - Can this SP be recoded to work as a UDF

  • Reply

I believe this needs "DECLARE <name> INSENSITIVE CURSOR FOR";otherwise its not in a loop...Insert Into @temp   Select Distinct employeeid   From directory   Where higmanagerempid = @empidMy suggestion was: recalling a UDF with @empid (for each level) until none found. You can still share temp tables and results, so all iterations provide a complete tree […]

2004-03-22

Blogs

Our Contributions Towards a Stronger Open Source Future

By

Whether you’re a developer at an agency or an aspiring creator, you can trust...

Rebuilding a SQL Server Database Transaction Log

By

“Could you help me, we deleted the database’s transaction log file and now that...

Copying Content from One Databricks Unity Catalog Catalog to Another

By

I had a couple of clients who were moving content from development catalogs to...

Read the latest Blogs

Forums

7 sept, scheduled book

By philip.scott

Comments posted to this topic are about the item 7 sept, scheduled book

7 sept, schedlued article

By philip.scott

Comments posted to this topic are about the item 7 sept, schedlued article

6 sept, published book

By philip.scott

Comments posted to this topic are about the item 6 sept, published book

Visit the forum

Question of the Day

Azure Data Lake Storage Gen 2

Azure Data Lake Storage Gen 2 is built on ...?

See possible answers