how to connect sybase to sql server 2005?.
What is the use of keyword with encryption.
please 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
Can a stored procedure call itself(recursive). If yes what level and can it be controlled.?
i have table students with fields classname,studname select * from students classname studname 1 xxxxx 1 yyyy 1 zzzz 2 qqqq 2 tttt 3 dsds 3 www i want the output should be No of students in class 1 : 3 No of students in class 2 : 2 No of students in class 3 : 2
Is resultset an interface?
Is it possible to create trigger on views?
Describe how to use linked server?
What is log shipping?
How to Rebuild Master database in sql server 2005.
What is self join in sql server joins?
Explain partitioned view?
What is difference between rownum and rowid?