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
IGT,
2208PC(code, model, speed, ram, hd, cd, price) Find the hard drive sizes that are equal among two or more PCs.
APX,
6 14803please can anyone answer this query Table 1 has 2 columns: EmployeeId,Age Table 2 has 2 columns: EmployeeId, Region Write SQL to Find the region who has the oldest person
10 12001can any one answer this query,thank you in advance Table 1 has 2 columns: EmployeeId, T shirtsize(values can be 1,2,3) Table 2 has 2 columns: EmployeeId, Region Write SQL to Find the region which has the largest number of people with Tshirt size=3
15 16922i want only duplicates rows from coloumn ex. emp_id(colomn name)1,1,2,3,3,4,5,5. so i want only duplicates no.
3 7856
How to end a stored procedure properly in ms sql server?
What is clustered index
What is global temp table?
What is the name of the system variable that returns the number of rows affected by a SQL statement?
Explain different types of index?
How optimize sql query with multiple joins in sql server?
What is sql server query analyzer?
Which language rdl files made of?
Do you know what are the ways available in sql server to execute sql statements?
What is DCL?
How to list all user defined functions in the current database?
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
What is difference between view and materialized view?
What is difference between views and stored procedures?
Explain a join?