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,
2171PC(code, model, speed, ram, hd, cd, price) Find the hard drive sizes that are equal among two or more PCs.
APX,
6 14638please 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 11733can 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 16502i 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 7727
What is model database? : SQL Server Architecture
What is create command?
How to create database with physical files specified in ms sql server?
Explain left outer join and right outer join?
What is right outer join in sql server joins?
List out different types of normalizations in sql server and explain each of them?
What is candidate key with example?
Can you explain what are the restrictions applicable while creating views? : SQL Server Architecture
What is truncate table?
What do you understand by a view?
Does partitioning ssd reduce performance?
What is ssrs?
Is truncate a dml command?
What are the different kinds of ssrs reports?
you want to be sure that queries in a database always execute at the maximum possible speed. To achieve this goal you have created various indexes on tables which other statement will keep the database in good condition? : Sql server administration