How many max. conditions can b written under the WHERE clause? Like select * from [tabnam] WHERE (cond1...or..cond2....or...cond3...and.....so on.....??? (upto how much extent))?????
3 9258How To Make password Protected SQL Server 2005 Database i.e when i open SQL Server database then ask for password.
1 5621What is the Query of getting last 10 transaction Reports (like insert, update, Delete Data from Tabele) ?
4 10485Can I know,how to Execute Funcion and Trigger through command(Manualy Execution) in MS SQL/SERVER 2005,give me answer with Example.
1 3874
Explain system functions or built-in functions? What are different types of system functions?
How do I find the sql server version?
what is spatial nonclustered index
How can we solve concurrency problems?
How can I check that whether automatic statistic update is enabled or not?
What is in place upgrade in sql server?
Equi join and non equi join is possible with sql server?
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?
Why use identity in sql server?
If any stored procedure is encrypted, then can we see its definition in activity monitor?
What is sql server query analyzer?
what is the difference between openrowset and openquery?
Can we shrink data file in sql server?
List out the different types of locks available in sql server?
How to enter binary string literals in ms sql server?