Languages SQL Querying  

Querying

 
Records 1-2 of 2
Title  /  Popularity Revised  Rating Size
A Script To Get Database Info
To get all information about current database. (TableName, FieldName, Type, Length, NULLable, Refer, and more ...) It's usefull when you want to compare 2 versions (old & new) of a database. Because while you develop an application you can change ...
May 6th 2006   2k
Avoiding Cursors
Some times, in our query, we may use temporary tables and cursor's to get the required result. This implementation in some cases can be avoided using User Defined Functions.
May 6th 2006   4k
New Code
Popular Code