Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #55.0K
~13.2K People Reached
Favorite Forums
Favorite Tags

3 Posted Topics

Member Avatar for S2009

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) { …

Member Avatar for Ivan_86
0
12K
Member Avatar for serkan sendur

[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 …

Member Avatar for mac1546
0
442
Member Avatar for S2009

Check out this article from Microsoft: Embedding SQL Server Express into Custom Applications By: Robert Walters

Member Avatar for mac1546
0
466

The End.