Microsoft Tools

The use of tools from Redmond to get your software work done. These days I am concentrating on learning SQL Server.

Dynamic Management Views

›
Dynamic Management Views (DMVs) allow you to inspect SQL Server internals. These views exist in the SYS schema. Here are some examples of ...

Transactions

›
A transaction is a group of database statements that are all done as a single atomic unit. Or they might all be invalidated (rolled back)....

Temporal Tables

›
SQL Server allows you to create temporal tables. This functionality is new as of SQL Server 2016. These tables store the latest version of...

Using JSON in SQL Server

›
If you want to extract a single value out of a JSON string, you can use the JSON_VALUE() function. Note that parameters passed to it are c...

Introduction to JSON

›
JSON stands for JavaScript Object Notification. It is a text format for object. It is similar and simpler than XML. It is also shorter. It...

Bulk Operations

›
Sometimes you need to Extract/Transform/Load data en masse. In these scenarios, you will be doing bulk operations for performance. There i...

XML Overview and Data Type

›
XML is an expandable/extendable syntax. You need to meet certain rules to qualify as being well formed XML. Elements are placed between na...
›
Home
View web version
Powered by Blogger.