Forum Replies Created

Viewing 15 posts - 331 through 345 (of 458 total)

  • RE: LIKE with and without wildcards in WHERE clause

    GSquared (11/30/2012)


    pdanes (11/30/2012)


    I'm working on the syntax of dynamic SQL with parameters, but I find myself coming back to the same question that actually started this thread: If I use...

  • RE: LIKE with and without wildcards in WHERE clause

    I'm working on the syntax of dynamic SQL with parameters, but I find myself coming back to the same question that actually started this thread: If I use the predicate...

  • RE: LIKE with and without wildcards in WHERE clause

    capnhector (11/27/2012)


    pdanes (11/27/2012)


    GSquared (11/27/2012)


    pdanes (11/27/2012)


    There doesn't seem to be any clear consensus on all this, so I guess I'll have to build a bunch of test cases and see what...

  • RE: Connection to SQL Server dropping

    Yes, this is Access talking over an ODBC link to a server running SQL Server. There are many individual machines running this app, and more may be added any time....

  • RE: Connection to SQL Server dropping

    Well, apparently it's some sort of a timing or saturation issue. I put a 100 millisecond pause with DoEvents after every call to SQL Server, and it works. Where it...

  • RE: Connection to SQL Server dropping

    L' Eomot Inversé (11/29/2012)


    pdanes (11/29/2012)


    Neither of these keys exists anywhere on my server. The path you list is there, but those keys are not, there or anywhere else.

    I carelessly said...

  • RE: Connection to SQL Server dropping

    Brandie Tarvin (11/29/2012)


    How is your environment set up?

    For instance, in one environment I worked on, we had a SQL Server, a Citrix Terminal Server, and an application / file server....

  • RE: Connection to SQL Server dropping

    Randy Doub (11/29/2012)


    How about the data in the Express db? Does it fail trying to return the same record every time?

    No, it varies. It's roughly a minute, and sometimes...

  • RE: Connection to SQL Server dropping

    Banana-823045 (11/29/2012)


    Actually, that's for a different purpose --- the intention with that one check is to log any query that takes too long. Think of it as a client-side performance...

  • RE: Connection to SQL Server dropping

    L' Eomot Inversé (11/29/2012)


    I may be barking up the wrong tree here, but maybe you are running out of sockets? That's what TCP Error 10048 means, and I think...

  • RE: Connection to SQL Server dropping

    Banana-823045 (11/29/2012)


    Brandie Tarvin (11/29/2012)


    I don't know what the connection pooling property in the Access app is

    I don't believe Access manages this directly; it defers to the ODBC Manager & Driver...

  • RE: Connection to SQL Server dropping

    Brandie Tarvin (11/29/2012)


    So you can't find any events that indicate the SQL Server services shut down, recycled, or that a connection got dropped *before* you got the error posted in...

  • RE: Connection to SQL Server dropping

    bleroy (11/29/2012)


    I would go back to basics on this.

    If you can, copy your MSAccess app as a new file, zap everything but the code you are interested in - in...

  • RE: Connection to SQL Server dropping

    Brandie Tarvin (11/28/2012)


    pdanes, have you checked your connection pooling properties both in the app and on the server to make sure you can reuse existing connections and that the pool...

  • RE: Connection to SQL Server dropping

    Brandie Tarvin (11/28/2012)


    Bhuvnesh (11/28/2012)


    WHat if we use SSIS to do this stuff more robust more tracable .. more comfortable to handle heavy volume data. i will welcome suggest on this...

Viewing 15 posts - 331 through 345 (of 458 total)