↧
C# dotnet SQL Editor (webform side)
Every time I need to develop a small business application I always try to choose the fastest and simplest way to implement it. This is why I often prefer to use the sql express localdb as datatabase...
View ArticleC# dotnet SQL editor (codebehind side)
In the first post C# dotnet SQL editor (webform side) I’ve explained the purpose of this “exercise” and suggested a webform proposal for this diy SQL Editor. In this article I want to show the...
View ArticleRetrieving Table Metadata from SQL Server Catalog Views
Introduction All database systems that I’ve worked with have some sort of system tables that provide information about the tables, columns, indexes, constraints, etc in a database. SQL Server is no...
View Article