Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / stored-procedure

Stored Procedure

stored-procedure

Great Reads

by Huisheng Chen
monitor sql server processes and jobs, analyse performance, object version control, view executing sql query, kill process / job, object explorer, database shrink/log truncate/backup/detach/attach etc
by ASP.NET Community
ASP.NET is a great platform to develop any web applications. From ASP.NET 1.1 we are having one feature called View State which store the data in
by Jignesh G Trivedi
This tip will help you to understand CLR procedure.
by Lizandro Campbell
Using Visual C# 2008 to establish connection to a MySQL 5.1 database with MySQL Connector/NET 5.1.7

Latest Articles

by Huisheng Chen
monitor sql server processes and jobs, analyse performance, object version control, view executing sql query, kill process / job, object explorer, database shrink/log truncate/backup/detach/attach etc
by ASP.NET Community
ASP.NET is a great platform to develop any web applications. From ASP.NET 1.1 we are having one feature called View State which store the data in
by Jignesh G Trivedi
This tip will help you to understand CLR procedure.
by Lizandro Campbell
Using Visual C# 2008 to establish connection to a MySQL 5.1 database with MySQL Connector/NET 5.1.7

All Articles

Sort by Score

stored-procedure 

by Jignesh G Trivedi
This tip will help you to understand CLR procedure.
by Ashkan.hosseini
Stored procedure that generates insert stored procedure for tables
by NightWizzard
Read and/or modify database objects like views, triggers, stored procedures and functions from .NET code.
by Israel Cris Valenzuela
LTRIM and RTRIM don't always remove all the whitespace characters in a field such as carriage return or linefeed
by PIEBALDconsult
In SQL Server 2008, I do that with a CLR User Defined Function:namespace PIEBALD.Lib{ public static partial class LibSql { public static string Trim ( string Victim ) { return ( Victim.Trim() ) ; } }}Needs to be built into a...
by Paw Jershauge
An easy to use extendedproperty procedure (alternative to sp_dropextendedproperty, sp_addextendedproperty, sp_updateextendedproperty)