No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
3 Posted Topics
The following code snippet restoresa SQL Server back up file to a local SQL Server instance. It does not require SMO which is buggy. [code] // Pass the path to the back up directory and the name of the .bak file to restore. public bool restoreDB(string filePath, string fileName) { …
[QUOTE=serkan sendur;881134]hi guys, do you have any valid, tested example about how to run windows installer in silent mode? i want to see an example which to be told to six year old. i am fed up with implicit stuff, aliases and all other ambiguity. Thanks. By the way, the …
Check out this article from Microsoft: Embedding SQL Server Express into Custom Applications By: Robert Walters
The End.
mac1546