T-SQL Archives - SQLOPS https://www.sqlops.com The Most Advanced Data Management Company Mon, 15 Apr 2024 12:12:09 +0000 en-US hourly 1 https://wordpress.org/?v=6.5.6 https://i0.wp.com/www.sqlops.com/wp-content/uploads/2018/08/cropped-SQLOPS_Favicon.jpg?fit=32%2C32&ssl=1 T-SQL Archives - SQLOPS https://www.sqlops.com 32 32 151967784 Decrypting T-SQL: Advanced Techniques for SQL Server Developers  https://www.sqlops.com/decrypting-t-sql-advanced-techniques-for-sql-server-developers/ https://www.sqlops.com/decrypting-t-sql-advanced-techniques-for-sql-server-developers/#respond Fri, 24 May 2024 16:00:00 +0000 https://www.sqlops.com/?p=226813 Introduction  Transact-SQL (T-SQL) is the foundation upon which SQL Server developers build queries, scripts, and routines to interact with databases. While many are familiar with its basics, mastering advanced techniques can significantly enhance your ability to solve complex database problems and optimize performance. This guide dives into some of the lesser-known T-SQL features and strategies […]

The post Decrypting T-SQL: Advanced Techniques for SQL Server Developers  appeared first on SQLOPS.

]]>
https://www.sqlops.com/decrypting-t-sql-advanced-techniques-for-sql-server-developers/feed/ 0 226813
Implementing Row-Level Security in SQL Server for Data Privacy https://www.sqlops.com/implementing-row-level-security-in-sql-server-for-data-privacy/ https://www.sqlops.com/implementing-row-level-security-in-sql-server-for-data-privacy/#respond Wed, 13 Mar 2024 13:30:00 +0000 https://www.sqlops.com/?p=226562 Data privacy and security are paramount in today’s digital landscape, where sensitive information is increasingly stored and processed within relational databases such as SQL Server. One of the key features SQL Server offers to address these concerns is Row-Level Security (RLS). RLS allows you to control access to rows in a database table based on […]

The post Implementing Row-Level Security in SQL Server for Data Privacy appeared first on SQLOPS.

]]>
https://www.sqlops.com/implementing-row-level-security-in-sql-server-for-data-privacy/feed/ 0 226562
What is XP_DIRTREE?  What are the alternatives to XP_Dirtree https://www.sqlops.com/what-is-xp_dirtree/ https://www.sqlops.com/what-is-xp_dirtree/#respond Fri, 15 Jul 2022 01:32:39 +0000 https://www.sqlops.com/?p=225336 This extended and undocumented stored procedure can be used to list all folders and subfolders (recursively) from a given directory.  XP_DIRTREE has three parameters:   Directory – This is the directory you pass when you call the stored procedure; for example, ‘D:\Backup_Files’.  Depth – This tells the stored procedure how many subfolder levels to display.  The default […]

The post What is XP_DIRTREE?  What are the alternatives to XP_Dirtree appeared first on SQLOPS.

]]>
https://www.sqlops.com/what-is-xp_dirtree/feed/ 0 225336