2022-01-10
470 reads
2022-01-10
470 reads
2021-12-27
434 reads
2021-12-20
376 reads
2021-12-13
375 reads
Lots of organizations are moving to the cloud, but having different levels of success. This change can be powerful and create tremendous opportunity, but it can also be a disappointment.
2021-10-20
245 reads
2021-09-06
353 reads
2021-08-16
381 reads
2021-07-26
378 reads
The use of cloud databases is growing, and Azure SQL Database is one of the more popular ones.
2021-05-05
276 reads
A company decides to move to the cloud and outsource database administration.
2021-04-27
109 reads
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