What is exporting utility?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More SQL Server Interview Questions

What the different topologies in which replication can be configured?

0 Answers  


Is there any performance difference between if exists (select null from table) and if exists (select 1 from table)?

0 Answers  


select top 5 * from emp order by newid() my question is , how this query get executed?

5 Answers  


How many max. conditions can b written under the WHERE clause? Like select * from [tabnam] WHERE (cond1...or..cond2....or...cond3...and.....so on.....??? (upto how much extent))?????

3 Answers   SAP Labs,


Where do you think the users names and passwords will be stored in sql server?

4 Answers   BirlaSoft,






can we call functions from stored procedure in SQL Server 2005 ? How?

3 Answers  


Can sql server be linked with other servers like oracle?

0 Answers  


syntex of insert

7 Answers  


What do you understand by a view? What does the with check option clause for a view do?

0 Answers  


How will oyu test the stored procedure taking two parameters namely first name and last name returning full name?

3 Answers  


write a query to remove duplicate records without using primary key column?

2 Answers   ABCO,


What is scd (slowly changing dimension)? : sql server analysis services, ssas

0 Answers  


Categories