T-SQL Parsing Into Many ColumnsThis post is about working with one column in a SQL Server table that contains a comma-separated list […] November 20, 2021 in SQL Server tagged string / parse / split / fruit / sql / T-SQL / csv / SQL Server Parsing Many Columns by Mike
WPF Read a SQL Server Table into a DataGridThis post is about how to connect to a local SQL Server database and read a table from […] May 1, 2020 in WPF tagged grid / datagrid / open / data / table read / database / connection / server / itemssource / sql / T-SQL / table / read by Mike
SQL Server Create TableYou can create a table using the SSMS GUI, or you can use T-SQL code. This post describes […] February 23, 2018 in SQL Server tagged table / create / create table / sql / T-SQL by Mike
SQL Server Select Table with Parameter in SprocThis post shows you how to run a SELECT query in a stored procedure that takes as a […] March 4, 2017 in SQL Server tagged T-SQL / dynamic by Mike
SQL Server char and varchar Data TypesCHAR is a fixed-length, non-Unicode string data. n defines the string length and must be a non-fractional value […] February 24, 2017 in SQL Server tagged T-SQL / strings / char / varchar / sql by Mike
SQL Server CLR AssembliesCLR stands for Common Language Runtime. This blog post is about writing SQL Server stored procedures and functions […] February 20, 2017 in SQL Server tagged functions / clr / C# / assembly / T-SQL / procedure / SQL Server CLR by Mike
SQL Server IntroductionWikipedia says: “Microsoft SQL Server is a relational database management system developed by Microsoft. As a database server, […] January 29, 2017 in SQL Server tagged cheat-sheet / database / SSMS / server / sql / T-SQL / table / column / tables / introduction / columns / data by Mike
TSQL Language NotesBegin Coding Now has a Microsoft Word file with a few pages of crib notes on Microsoft TSQL […] November 2, 2015 in Database tagged database / sql / T-SQL / language / cheat / sheet / cheatsheet / tsql by Mike