Answer Posted / rohit bhosale
Sql SErver 2008 exist with a highly available concepts that
are helpful to provide data security or protection,to
improve performance while SQL Server 2005 is lack of these
concepts hence We all are preferable to use 2008.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How to recover from sql injection? : sql server security
What is recompile sql server?
Does order by actually change the order of the data in the tables or does it just change the output?
Explain error handling in ssis?
Why truncate is ddl?
What is the difference between SQL notification and SQL invalidation?
What is difference between view and materialized view?
What is the default server name for sql server?
What do you mean by sql server agent?
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?
Do you know exporting and importing utility?
What authentication modes does sql server support?
How to create a dml trigger using create trigger statements?
What is an expensive query?
What is the difference between Clustered and Non-Clustered Index?