Difference b/w Clustered & non-clustered index? Not the bookish definition, but how they internally works in SQL Server?
1 58641. What is CUBE Operator? 2. what are the new data types are available in sql server 2008? 3. Inisde a nested queries, how many subqueries u can have?
3 6741write a query for list of owner who are having multiple bikes in below table 1 shanker pulsar 2 shanker Honda 3 shanker car 4 Balu pulsar 5 Balu Honda 6 Balu car 7 Shyam pulsar 8 Jaya Honda 9 Deepa car 10 vasu car
12 16290How will u test the stroded procedures and functions? difference between SP and Triggers
TCS,
2 7932
List the ways in which dynamic sql can be executed?
Is it possible to have clustered index on separate drive from original table location?
What is a coalesce function?
Can sql servers link to other servers like oracle?
What is an indexed view?
What is the difference between upgrade and migration in sql server?
How to provide default values to function parameters?
what is the difference between openrowset and openquery?
How to convert numeric expression data types using the cast() function?
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?
How do I find the sql server version?
What is normalization and what are the advantages of it?
What are the source of constraints?
How efficient you are in oracle and SQL server?
What are the different SQL Server Versions you have worked on?