What is a collation in ms sql server?
I have Two table First have UserName and second is address, in address table more than value relegated to UserName table, i want to fetch 2nd address if exist other wise 1st address access
How to create a ddl trigger using "create trigger" statements?
What are the system database in sql server 2008?
What is user defined stored procedures?
If I delete a template from the list in sql studio, will it be deleted from the hard disk? : sql server management studio
what's the difference between delete table and truncate table commands? : Sql server database administration
What is difference between rollback immediate and with no_wait during alter database?
Are connections to sql server encrypted?
What are the different types of replication? How are they used?
Explain what stored procedure sp_replcounters is used for? : sql server replication
How to get a list all databases on the sql server?
Explain the types of indexes.