Automating CRUD procedures generation using T-SQL (enhanced).
In this post I will describe the helper procedure that based on metadata generates numerous database objects around views and...
2019-01-03
395 reads
In this post I will describe the helper procedure that based on metadata generates numerous database objects around views and...
2019-01-03
395 reads
In this article I continue to explore the ways to secure the data via contextual views and describe the technique...
2018-10-18
533 reads
In this post we will discuss how to fetch data from a large dataset for web applications using pagination technique....
2018-10-17
417 reads
This post helps in deciding between choosing foreign key and check constraints in case we need to constraint the data...
2018-10-16
455 reads
We are often required to pass the data between different database procedures and functions. In this post I will review...
2018-09-06
327 reads
In this post I will show how in some cases we can split a long procedure to a small and...
2018-05-23
1,783 reads
I try to avoid dynamic SQL as much as possible and consider it as a necessary evil. However, in some...
2018-05-21 (first published: 2018-05-09)
2,511 reads
In this post you will find two small functions that convert binary value to a decimal one and vice versa.
2018-05-19
429 reads
Deployment process equally responsible for deploying both database objects as well as an initial state of the database/applications. In this...
2018-05-10
629 reads
Designing implementation of interface is as critical as designing interface itself. In this post we will discuss some advice on...
2018-04-14
1,306 reads
Fabric deployment pipelines look like they solve CI/CD for Fabric content, especially for people...
By Steve Jones
We aren’t the only company that does this, but Redgate Software does try to...
By James Serra
Microsoft Fabric makes it wonderfully easy to put many analytics workloads on one platform....
Comments posted to this topic are about the item The New World Of AI...
Thanks in advance, I'm trying to avoid using IIF for performance reasons, but the...
Security has long been a problem for me. Every time I think I understand...
What does this return on SQL Server 2025?
select bit_count(null)See possible answers