How can you get @@error and @@rowcount at the same time?
Answer Posted / ramakrishna
this is not answer
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
what are user defined datatypes and when you should go for them? : Sql server database administration
What purpose does the model database server?
Can a stored procedure call itself or a recursive stored procedure? How many levels of sp nesting is possible?
How to deploy the Report?
What is cdc in sql server?
What is subreport?
Explain tables in SQL Azure?
How to query multiple tables jointly?
While migrating Microsoft SQL Server 2008 database to SQL Azure, what can be done to ensure the database connectivity does not degrade?
What is command parameter in ssrs?
What is sql server 2000 work load governor?
What is use of @@ spid in sql server?
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?
How to grant a permission in ms sql server using "grant execute" statements?
you want to be sure that queries in a database always execute at the maximum possible speed. To achieve this goal you have created various indexes on tables which other statement will keep the database in good condition? : Sql server administration