function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
bujjibujji 

SQL SERVER in visualforce page

Hi Guys,

I have a scenario like, when the user click on the custom link in standard layout it should show some SQL Server data in visualforce page.

Thanks,
Bujji
logontokartiklogontokartik
you need to have some services written to integrate your SQL Server Data to Salesforce or use third party tools like JitterBit, Informatica, DBAmp, and many more. Please search for "Salesforce SQL Server Integration" on google and you should get lots of info.
RadnipRadnip
Alternativley look at Salesforce External Objects. You will be able to create a connection to the sql server without any middleware. But be aware that Sunlight Search is no longer available.