Answer Posted / ghosh.sutapa
yeah
Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
Explain triggers in sql?
How to create new tables with "select ... Into" statements in ms sql server?
Suppose you want to implement the many-to-many relationships while designing tables. How would you do it?
Does dbcc checkdb requires db to be in single_user mode? : sql server database administration
What are the differences between ms sql server & oracle?
Do you know the cursor optimization tips?
As a general practice, it is recommended to have dbo be the owner of all database objects however, in your database you find number of tables owned by a user other than dbo, how could you fix this?
How we can compare two database data?
Explain the architecture of ms sql reporting service?
what is new philosophy for database devises for sql server 7.0? : Sql server database administration
What are key constraints?
How does clustered and non clustered index work?
Define tempdb database?
What is sql server agent and what are the two modes of authentication in sql server?
what is package and it uses and how can u call a package