This blog is help full for the Dot Net as well as SQL 2005/2008 developers.
Its help language like c-sharp, vb.net. and help for creating procedure, trigger, cursor, DDL and DMLcommands.
Friday, November 12, 2010
How to get all datatypes of sqlserver 2005
Use the command........ Select * from sys.types To get all column information of database then use the select * from information_schema.columns
No comments:
Post a Comment