What are the types of backup and tell me the difference between full and differential backup?
4 14044I have a table in which phno is one of the columns.i do have some values in tht phno column.i need to update phno column values with 0(zero) as prefix.give me a correct solution plz...
7 12185
What kind of problems occurs if we do not implement proper locking strategy?
What is temporary table in sql server? Why we use temp table?
How efficient you are in oracle and SQL server?
How do I create a trace in sql server?
What is an indexed view?
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?
What is normalization and what are the advantages of it?
What is clustered index
What is the difference between upgrade and migration in sql server?
When should you use an instead of trigger?
How do I find the sql server version?
Does view occupy space?
What is a scheduled job or what is a scheduled task?
Is it possible to have clustered index on separate drive from original table location?
What are the different SQL Server Versions you have worked on?