Can binary strings be converted into numeric or float data types?
1.what are diff types of joins , and explain diff between cross join and full outer join 2.diff types of views 3. Diff types of index 4. What is diff b/w stores procedure and function procedure 5.diff between double and int in SQL 6.diff between char and varchar in SQL. 7.Oracle or SQL whice you will preferred and why.
Who developed sql server?
What is the difference between seek predicate and predicate?
What is a trigger?
Mention the differences between local and global temporary tables.
what is the out put of below queries? a. select * from Emp where null = null; b. select * from Emp where 1=1;
What are the authentication modes in SQL Server?
What are alternate keys?
Does sql server 2000 full-text search support clustering?
can a database be shrunk with users active? : Sql server administration
Explain different types of self contained sub query?
Can a stored procedure call another stored procedure. If yes what level and can it be controlled?