How to create a simple user defined function in ms sql server?
How to provide login information for a new odbc dsn?
how to do partition in sqlserver
1. What is CUBE Operator? 2. what are the new data types are available in sql server 2008? 3. Inisde a nested queries, how many subqueries u can have?
List the different normalization forms?
What do you mean by an execution plan?
Write a program to fetch first 10 records from a file?
can an order by clause be used in a creation of a view?
What is GUID in sql server?
What is an example of a primary key?
on line cluster can we make if yes tell me the procedure
What are the diifferences between the ms sql server vs mysql?
select name of emplyoee whose total salary is 130 from following table. id name salary 1 a 100 2 b 20 3 c 50 1 a 30 2 b 70 Post the resulantant Query?