Click here to Skip to main content
15,887,135 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Storing Files inside SQL server database : Good or BAD idea ? Pin
satc19-Aug-15 1:43
satc19-Aug-15 1:43 
GeneralRe: Storing Files inside SQL server database : Good or BAD idea ? Pin
Cimak66619-Aug-15 2:32
Cimak66619-Aug-15 2:32 
GeneralRe: Storing Files inside SQL server database : Good or BAD idea ? Pin
satc19-Aug-15 2:37
satc19-Aug-15 2:37 
GeneralRe: Storing Files inside SQL server database : Good or BAD idea ? Pin
Cimak66619-Aug-15 3:59
Cimak66619-Aug-15 3:59 
QuestionProgrammatically find some information about sql server Pin
satc15-Aug-15 4:43
satc15-Aug-15 4:43 
AnswerRe: Programmatically find some information about sql server Pin
Wendelius15-Aug-15 5:05
mentorWendelius15-Aug-15 5:05 
GeneralRe: Programmatically find some information about sql server Pin
satc15-Aug-15 5:10
satc15-Aug-15 5:10 
GeneralRe: Programmatically find some information about sql server Pin
Wendelius15-Aug-15 5:59
mentorWendelius15-Aug-15 5:59 
As far as I know, it should work with newer installations.

The enumaration is done by communicating with SQL Browser. So it needs to be on in order to find the instance. If SQL Server and SQL Browser are stopped, this won't work.

Another way to do this is to use SMO and use SmoApplication.EnumAvailableSqlServers[^].

However, to ensure if the SQL Server is installed on a computer even if the services are down, I guess you need to contact the server and run for example a WMI query to find out if the program is installed or not. For this you would query Win32_Product[^] class.
Questioncreating reports in vb.net Pin
UnDeesputed15-Aug-15 1:24
UnDeesputed15-Aug-15 1:24 
AnswerRe: creating reports in vb.net Pin
Dave Kreskowiak15-Aug-15 4:05
mveDave Kreskowiak15-Aug-15 4:05 
AnswerRe: creating reports in vb.net Pin
Cimak66630-Aug-15 5:51
Cimak66630-Aug-15 5:51 
QuestionReflection question Pin
econy14-Aug-15 17:03
econy14-Aug-15 17:03 
AnswerRe: Reflection question Pin
Wendelius14-Aug-15 19:01
mentorWendelius14-Aug-15 19:01 
GeneralRe: Reflection question Pin
econy14-Aug-15 23:50
econy14-Aug-15 23:50 
GeneralRe: Reflection question Pin
Wendelius15-Aug-15 0:54
mentorWendelius15-Aug-15 0:54 
Questionencryption and decryption Pin
Member 1190959114-Aug-15 4:12
Member 1190959114-Aug-15 4:12 
SuggestionRe: encryption and decryption Pin
Richard Deeming14-Aug-15 4:41
mveRichard Deeming14-Aug-15 4:41 
QuestionRe: encryption and decryption Pin
Richard MacCutchan14-Aug-15 20:53
mveRichard MacCutchan14-Aug-15 20:53 
QuestionVS 2010 Combobox Not Populating Access Dropdown List Data Pin
VSForEver13-Aug-15 19:32
VSForEver13-Aug-15 19:32 
QuestionRe: VS 2010 Combobox Not Populating Access Dropdown List Data Pin
Paul Conrad7-Sep-15 7:25
professionalPaul Conrad7-Sep-15 7:25 
QuestionEntity framework connection string on SQL server and on SQL server Express Pin
satc12-Aug-15 5:37
satc12-Aug-15 5:37 
AnswerRe: Entity framework connection string on SQL server and on SQL server Express Pin
Wendelius12-Aug-15 6:00
mentorWendelius12-Aug-15 6:00 
GeneralRe: Entity framework connection string on SQL server and on SQL server Express Pin
satc12-Aug-15 6:40
satc12-Aug-15 6:40 
GeneralRe: Entity framework connection string on SQL server and on SQL server Express Pin
Wendelius12-Aug-15 7:01
mentorWendelius12-Aug-15 7:01 
GeneralRe: Entity framework connection string on SQL server and on SQL server Express Pin
satc12-Aug-15 10:52
satc12-Aug-15 10:52 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.