What is the optimal disk configuration for a database server and what raid configurations would you use if budget is not a constraint?
No Answer is Posted For this Question
Be the First to Post Answer
In which situation you use Self joins?
1 Answers CarrizalSoft Technologies, HP, TCS,
code to create procedure for taking databse backup in sql server or i have the query for it but what it's query returns means i want to show on my jsp that the databse backup has been taken on the basis of that return value.does it returns 0 or 1.wat is the code for that
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 we find every fifth record in a table
i want to create procedure for create table in sql server 2005 for example create procedure create_table @table varchar(20) as create @table( id int, name char(20) ) but it will get error what is solution?
What is bulkcopy in sql?
What are the advantages to use stored procedures?
Explain an incremental backup?
How do I create a trace in sql server?
What is the significance of null value and why should we avoid permitting null values?
What are the advantages of using sql server over ms access or why should one use sql instead of ms access
What are different types of collation sensitivity?