Sql Server 2000 Query
Homepage
About Us
Topics
Contact Us
Advertise
Jobs
Walkin
Most Visited Questions
How many kind of User Defined Functions can be created in Sql Server2000
get number of login attempt to sql server
Syntax of While Statement in SQL Query
what is difference between DELETE and TRUNCATE commands
Syntax to rename a database
Update data in two table using join
Home
>>
Dababase Interview Questions
>>
Sql Server 2000 Query
How to get Random row picking from table where no int column
Posted on June 8th , 2009 by Admin
SELECT TOP 10 * FROM tblname WHERE condition ORDER BY NEWID()
Site Search