Archive for February, 2014
Data Tier Generator
Introduction I am really fan of any automation that will reduce development time. Sometimes simple things might take time though not complex. One good tool I came across is Data Tier Generator in CodePlex.
February 21, 2014
В·
Adi В·
No Comments
Tags: DAL generator, Data tier generator В· Posted in: C#, Code Snippet, SQL, Tools
Code Snippet SQL – Get total number of records count for all the tables
Introduction SQL Code snippet how to return total number of records count for each table in a database
February 21, 2014
В·
Adi В·
No Comments
Posted in: Code Snippet, SQL
Create Stored Procedures automatically for Database table
Introduction In this article we will see how to generate basic stored procedures (select, insert, delete, update) for a table in Sql Server automatically using script. This will certainly speed up your development.
February 20, 2014
В·
Adi В·
No Comments
Tags: Automation, SQL, Stored Procedure В· Posted in: Automation, SQL