PDA

View Full Version : SQL Server / Indigo Rose Plugin SDK


heelism
10-27-2008, 08:26 AM
Hi

Is there anyway to get SF8 to browse the network for available SQL Servers/Instances?

Failing that, has anyone managed to get the Indigo Rose Plugin SDK working in conjunction with Microsoft Visual Studio .NET 2003? I seem to be able to get the example plugins to compile but I can't get them to show up in SF8.

Cheers,

Martin

jassing
10-27-2008, 09:23 AM
Hi

Is there anyway to get SF8 to browse the network for available SQL Servers/Instances?

Failing that, has anyone managed to get the Indigo Rose Plugin SDK working in conjunction with Microsoft Visual Studio .NET 2003? I seem to be able to get the example plugins to compile but I can't get them to show up in SF8.

Cheers,

Martin

I don't think there is a reliable way to probe a network for sql instances. named pipes, tcp/ip, etc. if by tcp/ip -- you can change the port # so you'd esentially need to scan all IP's and all port#'s -- this would take a long time....