How do we return a record set from a Stored Procedure in SQl
server 2000?
Answer Posted / sandeep modapathi
using cursor datatype
declare an output data type
@my_cursor CURSOR VARYING OUTPUT
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
This question asked during interview, 2) At the end of each month, a new table is created for each bank that contains monthly metrics consolidated at the account level. The table naming convention is bankX_YYYYMM where X represents the numeric designation of the bank and YYYYMM indicates the 4 digit year and 2 digit month. The tables contain the following fields: name data type description account text account number registered boolean indicates whether the account is registered num_trans integer number of transactions made during the time period spend numeric(9,2) total spend during the time period a) Write a SQL query that will display the total number of transactions and total spend for "Bank1" during the 4th quarter of 2009. b) Write a SQL query that will display the total number of transactions and total spend at "Bank1" and "Bank2", broken out by registered vs. non-registered accounts, during January 2010 not sure what is correct answer and how to solve?
Explain sub-query?
Why variables called the most powerful component of ssis?
What is optimistic concurrency?
How do I start sql server agent automatically?
Indexes are updated automatically is the full-text index also updated automatically?
How you can change the database name in SQL SERVER?
What is the downside of using udf?
What is the template in sql?
What is sqlcmd?
What is ssl in sql server?
How much is a sql server license?
What is difference in performance between insert top (n) into table and using top with insert?
What is a non-clustered index?
Is sql server free?