Check this post for sqlserver faqs
SQL Query to Return Information About all Databases in SQL Server
exec sp_helpdb
Check here for SQL Query to delete multiple databases in sqlserver
SQL Query to rename database in sqlserver.
Movie Songs Lyrics
Software Testing-QTP Scripts,Testing Faqs
Showing posts with label database queries. Show all posts
Showing posts with label database queries. Show all posts
Query to get only day from particualar date
Query to get only day from particualar date
select day(datecolumnname)as day from tablename
select day(datecolumnname)as day from tablename
query to retrieve top 5 records from table
query to get top 5 records using SqlServer
select top 5 * from tablename
This query displays top 5 records of your table.
select top 5 * from emp.
SQL Query to copy only structure of one table to other table in SqlServer
SQL Query to get structure of table in SqlServer
Movie Songs Lyrics
Software Testing-QTP Scripts,Testing Faqs
select top 5 * from tablename
This query displays top 5 records of your table.
select top 5 * from emp.
SQL Query to copy only structure of one table to other table in SqlServer
SQL Query to get structure of table in SqlServer
Movie Songs Lyrics
Software Testing-QTP Scripts,Testing Faqs
Subscribe to:
Posts (Atom)