Forum Replies Created

Viewing 15 posts - 3,811 through 3,825 (of 9,707 total)

  • RE: Connection to SQL Server dropping

    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 isn't throttled...

  • RE: Connection to SQL Server dropping

    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 suggest 🙂

    If...

  • RE: Connection to SQL Server dropping

    pdanes (11/28/2012)


    Other options are to do a tracert and a ping from the location of this particular Access db to see if that machine can even hit the SQL server.

    EDIT:...

  • RE: SQL Server authentication mode for SCCM 2012

    Ditto to what Anthony said. Additionally, SQL authentication is usually managed locally or more freely than Windows authentication. This fact sometimes makes it easy for a guy to get sysadmin...

  • RE: Are the posted questions getting worse?

    jcrawf02 (11/28/2012)


    Grant Fritchey (11/27/2012)


    jcrawf02 (11/27/2012)


    Okay, so looking at the new ads from redgate on the site, and thinking Steve is obviously Hannibal, which makes Grant...Mr. T?

    No, no, no. I am...

  • RE: Full Text Search Multiple Columns

    We need your table DDL (CREATE TABLE statements) and some sample data to test with, please.

  • RE: how to create a flat file from SQL tables

    ssarria (11/28/2012)


    Hey Pavan,

    some how is not working, it is giving me an error messages. It is a syntax error... sorry I am still learning SQL..

    Thanks!

    S

    Please post all your code and...

  • RE: Joining Multiple matches from Right Table to 1 row of results

    Actually, I have a few thoughts that could get around this. Mainly via the use of a subquery that selects each distinct property and then JOINs to the other tables...

  • RE: SQL Server authentication mode for SCCM 2012

    Just because SCCM requires windows authentication doesn't mean that you have to alter your SQL Server authentication settings. You just need to make sure security in the database is set...

  • RE: Connection to SQL Server dropping

    Do you have Auto_Close enabled on your SQL Server properties?

    That's the first thing I would check. If not, then I would get a network sniffer running while you try to...

  • RE: Bpool of Express Edition

    Unless I'm misreading this, the buffer pool doesn't come from SQL Server's allocated memory.

    BOL says


    When SQL Server starts, it computes the size of virtual address space for the buffer...

  • RE: Source of a Function

    You can search stored procedure definitions by joining sys.objects to sql_modules and doing a WHERE clause with a LIKE statement on the definition column of sql_modules. That should locate all...

  • RE: Full Text Search Multiple Columns

    I don't use FULL TEXT, but this isn't the first time I've heard of this sort of issue. Could you post some DDL, sample data, and the querying code you've...

  • RE: Blocked Process Alert issues

    TealCanady (11/26/2012)


    I don't know the alert code you're using ....

    Teal, I attached the code I'm using as a text file to my first post in this thread. It's hitting the...

  • RE: Blocked Process Alert issues

    capnhector (11/26/2012)


    is the code you posted generating the alerts or what you are running to find the blocking every 3 min? if its one or the other the other...

Viewing 15 posts - 3,811 through 3,825 (of 9,707 total)