Sql Server 2000 Query
Homepage
About Us
Topics
Contact Us
Advertise
Jobs
Walkin
Most Visited Questions
What is DTS in SQL Server
Sql query to get output table is Name passfail pervej pass gitesh fail vishal fail sachin fail gagan pass sachin pass pervej fail and output should be Name PAss Fail pervej 1 1 gitesh 0 1 vishal 0 1 sachin 1 0 gagan 1 0
How to use ISNULL in SQL
How to get Random row picking from table where no int column
Syntax to rename a database
How to get first day of month
Home
>>
Dababase Interview Questions
>>
Sql Server 2000 Query
Syntax to rename a database
Posted on July 16th , 2009 by Admin
sp_renamedb 'oldname' , 'newname'
Site Search