MrDee
Insert text here *<|;-P
Wednesday, September 25, 2024
SSMS and Cascadia Ligatures
›
TIL: Ligatures are a thing in code editors. According to Google , "A ligature is a glyph that combines the shapes of certain sequences ...
Friday, September 13, 2024
SQL Column Type , updated Sep 2024
›
CREATE OR ALTER FUNCTION [ ddt ].[ fn_ColumnType ] ( @ TableName VARCHAR ( 50 ) NULL , @ ColumnName VARCHAR ( 50 ) NULL ...
Monday, June 17, 2024
SQL documentation, updated Jun 2024
›
SELECT T . name AS TableName , C . colorder AS ColOrder , C . name AS ColName , CASE WHEN C . xtype = 34 THEN...
›
Home
View web version