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

in my windows application i have to show excelwork sheetwhich is stored in the local system can any one tell me the code?

1 Answers  


Describe about visual basic.net?

0 Answers  


What is MSIL

8 Answers  


What is private assembly?

0 Answers  


hello! I am developing software in vb6 and vb.net separately which i need to generate barcodes e.g i have a string "182346-u",so the problem is that how to generate barcode from this type of string can any body help me please thanks regard !

2 Answers  






What does assert() method do In VB.NET

0 Answers   MCN Solutions,


visual basic 6.0 hava print statement for printing on form.what is the alternative for this in vb.net?

5 Answers  


How would you implement inheritance using vb.net?

0 Answers  


List the types of authentication?

0 Answers  


How does you call and execute a SP in .NET?

2 Answers  


Explain the difference between vb.net and c#, related to oops concepts?

0 Answers  


How many classes a dll can contain?

0 Answers  


Categories