2020-06-02
152 reads
2020-06-02
152 reads
2020-05-22
The choices found when provisioning storage in Azure can be overwhelming. In this article, Monica Rathbun explains the options to help your organization research which storage might be right for your solution.
2019-12-06
2019-10-12
230 reads
2019-08-06
294 reads
2019-07-23
10,507 reads
The future of databases is in the cloud. Maybe not for everyone, but it is becoming a trend.
2019-07-09
362 reads
There are a couple big changes that the cloud brings to us. Steve has a few comments today.
2019-06-06
425 reads
I just noticed today that there is a new blade in ...
2019-05-24
While architecting cloud native applications, you need to ensure that your system is highly available, performant, scalable, fault tolerant, and has the capability to recover from a disaster scenario. In this article, Samir Behara discusses the options available when designing the database architecture to achieve scalability.
2019-05-22
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