What is @@error in sql?
While you are inserting values into a table with the insert into .. Values option, does the order of the columns in the insert statement have to be the same as the order of the columns in the table?
Suppose you want to implement the following relationships while designing tables. How would you do it?a.) One-to-oneb.) One-to-manyc.) Many-to-many
How to create a view and a stored procedure in ms sql server using "create view/procedure" statements?
Where are sql server usernames and passwords stored in the sql server?
how to give input dynamically to a insert statement in sqlserver
How do I install only the client tools of sql server 2000?
1.what is stored procedure?Its significance with example? 2.Explain about index with syntax and example? plz do reply.........
1. Tell me your daily activities 2. If sql server installation fails at time installation what will do 3. Where does the sql server installation log details are stored 4. After the installation what will you do for memory configuration 5. What is the difference between SQL max maximum memory and AWE memory 6. How will you configure AWE memory 7. How will setup an email alert for the backup job 8. After the SQL installation what are the jobs will you configure 9. What does –g mean in the sql startup parameter 10. What is the difference between Bulked log and Full recovery model 11. What is the difference between mirroring and log shipping 12. What are the steps to be followed before in-place up gradation 13. After installing the patch the sql server does not start and application team tells to rollback the changes .In this scenario what will you do
What are all new concepts in SQL Server 2008? That is Exactly Difference between 2005 to 2008
What is the system function to get the current user's user id?
How to update multiple rows with one update statement in ms sql server?
What is a trace frag? Where do we use it?