Which command using Query Analyzer will give you the version of SQL server and operating system?
3 16153
How many servers can we create in a single subscription?
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?
Your sql server is running out of disk space. You notice that there are several large files with ldf extensions what are these files?
what are different types of backups available in sql server? Given a particular scenario, how would you go about choosing a backup plan? : Sql server database administration
Which are new data types introduced in sql server 2008?
What is store procedure? How do they work? When do you use?
Does a sql server 2005 select statement require a from?
What is query optimization process?
What are the restrictions that views have to follow? : SQL Server Architecture
Explain nested trigger in sql?
What are the new features in SQL Server 2005 when compared to SQL Server 2000?
Beginning with sql server version 7 0, a new enhanced data type nchar was added what type of data is supported with this data type?
Write SQL queries on Self Join and Inner Join.
What is forward - only cursors / read only cursor?
What is function of ROLLUP ?