Quantcast
Channel: .NET Code Geeks » SQL Server
Browsing latest articles
Browse All 3 View Live

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 Article


C# 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 Article


Retrieving 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
Browsing latest articles
Browse All 3 View Live