Data Governance IntroductionWhat is data governance? There are several definitions of data governance available from various sources. According to Wikipedia, […] May 18, 2024 in Data Engineering tagged data / management / procedure / governance / policies by Mike
Excel VBA ProceduresA procedure is a series of VBA statements that resides in a VBA module. A module can hold […] September 16, 2018 in Excel tagged routine / subroutine / function / procedure / sub / Excel VBA Procedures 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 assembly / T-SQL / procedure / functions / clr / C# / SQL Server CLR by Mike
SSMS Stored Procedure CreationA stored procedure in Microsoft’s SQL Server Management Studio (SSMS) is really just like a subroutine in other […] January 30, 2017 in SQL Server tagged sql / procedure / create / stored by Mike
C# Execute a Stored ProcedureHow do you execute a SQL Server stored procedure from within a C# program? The Microsoft Developer Network […] June 12, 2016 in C# tagged procedure by Mike