Do you have any idea about the tcl commands?
What are the types of backup and tell me the difference between full and differential backup?
How to create a new login name in ms sql server?
Differencr Between DELETE and TRUNCATE?
What are the different types of replication? How are they used?
What are the common performance issues in sql server?
Their are two tables 'A' and'B'.Table 'A' contains 3 columns named 'eid','ename','dept'. Table 'B'contains 3 columns named'sid','designation','salary'. We have to retrieve the names of employees working in the same department,same designation and same salary. Its urgent can anyone help me out in this problem.
How do I debug a stored procedure in sql server?
Table - Products has number of products as below Productid ProductName 1 iPhone 2 iPad 3 BlackBerry Table - SalesPersonProduct has the below records Salespersonid productid S1 1 S1 2 S1 3 S2 1 S3 2 Write a SQL query that returns the number of sales for each product
How to retrieve range of 10th rows to 20 th rows from total rows from a database table.? (Not from Dataset)
10 Answers Cognizant, Infosys,
There are two tables (T1, T2) with different rows. Find the output of query. Select count(*) from T1,T2.
If you're given a raw data table, how would perform etl (extract, transform, load) with sql to obtain the data in a desired format?
What are the advantages of using sql server over ms access or why should one use sql instead of ms access