how to restore database using vb.net?
Answers were Sorted based on User's Feedback
Answer / konthappan
Does TCS interviewer asked this question .. ????
Is This Answer Correct ? | 13 Yes | 2 No |
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 |
Answer / ajit
really TCS interviewer asked this question.........??????ya
tu fek raha hai......
Is This Answer Correct ? | 3 Yes | 4 No |
What are the differences between vb.net and c#, related to oops concepts
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.
what is the advantage of option strict on?
is it possible to use flexgrid in vb dotnet?
9 Answers Banking, Microsoft, NetBIOS,
Explain internal keyword in .net framework?
What is static member?
What are the similarities between class and structure?
Explain the difference between web.config and machine.config and where it will be ?
Name the class which allows an element to be accessed using unique key?
What is the Common Language Runtime?
List the two main parts of .net?
how to create views in sql with syntax and example