how you can get the list of largest tables in a database? : Sql server administration


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More SQL Server Interview Questions

What are different types of statement?

0 Answers  


What are the instances when triggers are appropriate?

0 Answers  


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

0 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?

0 Answers   TCS,


Explain Normalization and DE normalization

0 Answers   iNautix,






What do you mean by normalisation?

0 Answers  


Why is sql server log file full?

0 Answers  


Describe in brief system database.

0 Answers  


What is the difference between WHERE AND IN? OR 1. SELECT * FROM EMPLOYEE WHERE EMPID=123 2. SELECT * FROM EMPLOYEE WHERE EMPID IN (123) WHAT IS THE DIFFERENCE?

15 Answers   Adsys, Cap Gemini,


How get current date in SQL server 2000

4 Answers   Cap Gemini, Polaris,


Can we return Data from 4(more than 1) tables in stored procedure?

0 Answers   HCL,


How to enter binary string literals in ms sql server?

0 Answers  


Categories