Forum Replies Created

Viewing 3 posts - 1 through 4 (of 4 total)

  • RE: Linked server with performance issues

    All I really want to do is perform something like this:

    SELECT *

    FROM OPENQUERY(DATASOURCE, 'select * from myView where unique_pid=@pid');

    So I can do something like

    select * from xxx where pid...

  • RE: Linked server with performance issues

    ALZDBA (2/23/2010)

    I haven't worked with NHibernate :blink: so this may be way off ....

    Can't you just query your MySQL directly from NHibernate ?? (without using SQLServer as gateway)

    NHibernate is being...

  • RE: Linked server with performance issues

    Thx you for the responses so far!

    I want to point out that my test environment hasn't changed that much. The only thing I've changed (on the MySQL server side) is...

Viewing 3 posts - 1 through 4 (of 4 total)