what is difference between Enterprise Manager and Query
Analyer

Answer Posted / vrajkumarmca

SQL Server

Is This Answer Correct ?    3 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Who is the owner of a schema in ms sql server?

547


Explain the advantages of merge replication?

516


Is the primary key column of a table an index in ms sql server?

543


Explain the difference between functions and stored procedures in sql server?

481


What is the template in sql?

539






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?

2019


What is the difference between Normalization and De-normalization?

564


What is subreport?

100


What is logon trigger?

550


What is difference between table aliases and column aliases? Do they affect performance?

510


How you can move data or databases between servers and databases in sql server?

569


Can truncate be rolled back?

545


what are different types of raid configurations? : Sql server database administration

490


What is store procedure? When do you use?

528


What are the properties of the transaction?

549