asp.net c#,sql server,use sqlhelper class, funcation,class,store procedure,view,triggers,call email class in asp.net c#,MVC AND ENTITY FRAMEWORK TUTORIAL,how to create database with script using c#,datareader with sqlhelper and run time label bind in grid,insert update select storprocedure
Delete duplicate record in database,Delete duplicate record in database,how add connection string,how add connection string
Friday, 23 November 2012
how get database table and no of rows in table
SELECT Name, DCount("*", Name) AS NumberOfRows FROM MSysObjects WHERE TYPE IN (1, 4, 6) AND Name NOT LIKE "MSys*" ORDER BY Name
No comments:
Post a Comment