• afreen281989 (6/13/2013)


    Hi

    Thanks for ur rply..

    I am working on Salesforce Platform(Cloud technology) using Apex language..

    i have to connect to Sql Server from Salesforce.

    Just wanted to know whether any API or something else is available for SQL Server, using which i can do the connectivity.

    U may find this question as invalid on this forum.. but m not getting any solution from Salesforce forums which is according to my requirement.

    pls reply

    SQL allows for connections to be made but there isn't an API. You just make a connection to the server. This can be done over the web. Take a look at http://www.connectionstrings.com/[/url] for the exact syntax that will meet your requirements.

    _______________________________________________________________

    Need help? Help us help you.

    Read the article at http://www.sqlservercentral.com/articles/Best+Practices/61537/ for best practices on asking questions.

    Need to split a string? Try Jeff Modens splitter http://www.sqlservercentral.com/articles/Tally+Table/72993/.

    Cross Tabs and Pivots, Part 1 – Converting Rows to Columns - http://www.sqlservercentral.com/articles/T-SQL/63681/
    Cross Tabs and Pivots, Part 2 - Dynamic Cross Tabs - http://www.sqlservercentral.com/articles/Crosstab/65048/
    Understanding and Using APPLY (Part 1) - http://www.sqlservercentral.com/articles/APPLY/69953/
    Understanding and Using APPLY (Part 2) - http://www.sqlservercentral.com/articles/APPLY/69954/