how to restore database using vb.net?

Answers were Sorted based on User's Feedback



how to restore database using vb.net?..

Answer / konthappan

Does TCS interviewer asked this question .. ????

Is This Answer Correct ?    13 Yes 2 No

how to restore database using vb.net?..

Answer / abhijit r. mandavgane

imports microsoft.win32

dim svr as new SQLDMO.SQLServer

svr.executeImmediate("RESTORE DATABASE<DATABASE NAME> FROM
DISK =<DATABASE PATH NAME> WITH REPLACE")

Is This Answer Correct ?    12 Yes 4 No

how to restore database using vb.net?..

Answer / ajit

really TCS interviewer asked this question.........??????ya
tu fek raha hai......

Is This Answer Correct ?    3 Yes 4 No

how to restore database using vb.net?..

Answer / jakson

tcs will not ask this quiston

Is This Answer Correct ?    4 Yes 6 No

Post New Answer

More VB.NET Interview Questions

What are the differences between vb.net and c#, related to oops concepts

0 Answers  


Where is the Version Information Stored on a assembly ? Write the Namespace to load assemblies at runtime Can you allow a class to be inherited but prevent the method from being overridden ? What happens in memory when you box and unbox a value type ? Write a progtam to convert decimal to byte without using library function.

2 Answers   HCL,


what is the advantage of option strict on?

0 Answers  


is it possible to use flexgrid in vb dotnet?

9 Answers   Banking, Microsoft, NetBIOS,


Explain internal keyword in .net framework?

0 Answers  


What is static member?

0 Answers  


What are the similarities between class and structure?

5 Answers   Ksb, L&T,


Explain the difference between web.config and machine.config and where it will be ?

0 Answers  


Name the class which allows an element to be accessed using unique key?

0 Answers  


What is the Common Language Runtime?

10 Answers   Ksb,


List the two main parts of .net?

0 Answers  


how to create views in sql with syntax and example

5 Answers  


Categories