What is database replicaion? What are the different types of replication you can set up in SQL Server?
5 25827There is a trigger defined for INSERT operations on a table, in an OLTP system. The trigger is written to instantiate a COM object and pass the newly insterted rows to it for some custom processing. What do you think of this implementation? Can this be implemented better?
HCL,
1 5367how to write test cases for testing databases,especially for testing and writing test cases for stored procedures.any real time database testers.please answer me.
2151can we call stored Procedure in Function in Sql Server 2000 and vice versa.
C3I, eSoft, iPRO Solutions, Wipro,
3 19734
What is the difference between for xml raw and for xml auto?
Explain “row_number()” in sql server with an example?
What is standby servers? Explain types of standby servers.
Can sql servers link to other servers like oracle?
What is a scheduled job or what is a scheduled task?
How to convert character strings into numeric values?
What is acid mean in sql server?
What are the different subsets of sql?
Where can you add custom error messages to sql server?
How efficient you are in oracle and SQL server?
What is subquery? Explain the properties of a subquery?
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 the difference between upgrade and migration in sql server?
How to connect php with different port numbers?
Why we use the openxml clause?