Dynamic SQL for beginners in 33 minutes
Learn some of the basics of using Dynamic SQL in a short series of videos.
2019-08-12
7,125 reads
Learn some of the basics of using Dynamic SQL in a short series of videos.
2019-08-12
7,125 reads
2019-04-29
9,454 reads
In this article, we will see of a quick way to load CSV files from a directory on your computer.
2018-09-18
3,200 reads
Dynamic SQL allows stored procedures to “write” or dynamically generate their SQL statements. The most common use case for dynamic SQL is stored procedures with optional parameters in the WHERE clause.
2018-07-24
4,817 reads
Based on a real fact, this article demonstrates how a bad use of sp_executesql can lead to unpleasant surprises
2018-04-30
1,580 reads
Dynamic SQL is essentially normal SQL written in such a way that you end up with a “customised” SQL script at run-time.
2018-02-12
2,620 reads
2017-08-25
959 reads
In some applications having hard coded SQL statements is not appealing, because of the dynamic nature of the queries being issued against the database server. Because of this sometimes there is a need to dynamically create a SQL statement on the fly and then run that command. This can be done quite simply from the application perspective where the statement is built on the fly whether you are using ASP.NET, ColdFusion or any other programming language. But how do you do this from within a SQL Server stored procedure?
2016-05-03
5,701 reads
This example demonstrates how to perform a pivot using dynamic headers based on the row values of a table. The article also shows how to pass a temp table variable to a Dynamic SQL call.
2017-08-04 (first published: 2015-10-22)
9,376 reads
2016-05-17 (first published: 2014-08-25)
2,361 reads
By Devin-Knight
Welcome back to my series on Power Platform quick tips! In this episode you...
Maybe you’re using DevOps within your database development and deployment. Maybe you’re not. Maybe...
By Steve Jones
This is for me, not necessarily for you, but I decided to go with...
Hi, I was hoping somebody would be able to offer advice in relation to...
Hi Experts, Does anyone has a powershell script which displays below information: for a...
Hi Experts, Is there a way to find out which windows user has stopped...