Learn about programmatically obsoleting unused SSRS reports from your Report Server.
As many companies consider moving data to NoSQL, Cassandra may be the choice. In this series, Shel Burkow discusses design considerations for porting a SQL Server schema to Cassandra. The first article explains the Cassandra primary key.
Learn how to set up Polybase in containers to access an Oracle database.
In this tip we look at what happens if we replace the SQL Server model database with a regular user database
Cowboy coding can be a problem, and in a case Steve talks about, a temptation for someone to get more work.
Even simple changes that don't look like they will affect anything often do.
Steve thinks one of the ways you can stand out with your resume or CV is by writing well and attracting the attention of hiring managers.
By Steve Jones
If it fails where you thought it would fail that is not a failure....
By Kevin3NF
Some of the best career enhancers you can buy. Why I Go to...
By Steve Jones
One of the language changes in SQL Server 2025 that I’ve seen a lot...
SQL 2022 hangs on xp_delete_file, it works for a while when sever is rebooted...
Comments posted to this topic are about the item Getting the Object Code
What happens when I run this on SQL Server 2022 in the AdventureWorks2022 database?
SELECT OBJECT_DEFINITION (OBJECT_ID(N'dbo.uspGetBillofMaterials')) AS [Object Definition]; GOSee possible answers