(Ohad Srur) SQL Server Reporting Services (SSRS) has a great feature called Subscriptions for delivering reports at a specific time or in response to an event. Reporting Services supports two ways of delivering reports: Standard and Data-Driven. The Standard option allows you to send only to a speci
Tag: sql server
Fundamentals of table expressions, Part 2 – Derived tables, logical considerations
(Itzik Ben-Gan) Last month I provided a background to table expressions in T-SQL. I explained the context from relational theory and the SQL standard.
SQL SERVER – Performance Test – sqlcmd vs SSMS
(Pinal Dave) The primary reason, I keep on writing blog is all of you who keep on asking an interesting question as I publish new blog posts. Yesterday I wrote about SQL SERVER – Performance Test – oStress vs SSMS and later the same day I have received an email from my clients of Comprehensive Datab
Could not obtain information about Windows NT group/user
(Kenneth Fisher) This is an interesting error that you’ll occasionally get when accessing an AD/Windows ID.
SSMS Quick Tip
(Daniel Janik) Today’s quick tip is for SQL Server Management Studio (SSMS). From time to time when I’m speaking I’ll get a question on how I pulled up help for a given DMV or table.
Understanding SQL Server Ownership Chaining
(K. Brian Kelley) I’ve heard of a security feature within Microsoft SQL Server called ownership chaining. However, I don’t understand what it is or how it works. When is it applied? What does it affect?
Query Acceleration for ADLS
(James Serra) Just announced is Query Acceleration for Azure Data Lake Storage Gen2 (ADLS) as well as Blob Storage.
SQL SERVER – Performance Test – oStress vs SSMS
(Pinal Dave) Earlier on this blog post, I wrote about how one can do the stress testing with the help of oStress in this blog post over here: SQL SERVER – Stress Testing with oStress – Load Testing.
Calling The Power BI Export API From Power Automate, Part 3: Creating An Alerting Solution
(Chris Webb) In my last two posts (see here and here) I showed you how you can call the new endpoints in the Power BI REST API for exporting a report.
Database Fundamentals #24: More Filtering Data
(Grant Fritchey) In this Database Fundamentals post we continue discussing the functionality of the WHERE clause. We started with the basics of the logic using things like AND, OR and LIKE or ‘=’. Now, we’ll expand into some other areas.