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,
2212PC(code, model, speed, ram, hd, cd, price) Find the hard drive sizes that are equal among two or more PCs.
APX,
6 14821please 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 12039can 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 16980i 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 7866
How to connect sql server management studio express to sql server 2005 express?
What is the downside of using udf?
Explain an incremental backup?
Can you explain what are various ways to enhance the ssrs report?
How to locate and take substrings with charindex() and substring() functions?
Explain syntax for disabling triggers?
Types of Authentications in Sql Server? How user gets authenticated through windows authentication?
How to modify an existing user defined function?
List down some advantages of sql stored procedure?
What is Fragmentation and Defragmentation? For 32GB Table,How can we do the fragmentation?
If a table does not have a unique index, can a cursor be opened on it?
What is isolation levels?
What's new in sql management studio for sql server? : sql server management studio
What is the use of “join” in sql server?
Do you think BCNF is better than 2NF & 3NF? Why?