Forum Replies Created

Viewing 15 posts - 3,826 through 3,840 (of 9,712 total)

  • 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...

  • RE: Are the posted questions getting worse?

    The interesting thing about this article is the following line:

    The forest root PDC or master time servers in the forest...

  • RE: Are the posted questions getting worse?

    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 the...

  • RE: Network ip

    Oh, hey! I just learned something new!

    Thanks, Lowell.

  • RE: Network ip

    SQL Server doesn't track those things. Therefore, no, there is no T-SQL command capable of getting that information.

    However, you could use PowerShell or xp_cmdshell to get out to a command...

  • RE: Will SQL Server 2000 run on Win Server 2008 R2?

    sunilmadkar 86235,

    Try reading the most recent replies to this thread. They contain good advice.

  • RE: Are the posted questions getting worse?

    Koen Verbeeck (11/9/2012)


    The Dixie Flatline (11/9/2012)


    Hey, does anyone realize that in 8-9 days, The Thread will have been running strong for 4 consecutive years now?

    Will there be cake?

    There should at...

  • RE: How's this for a Job Description

    Koen Verbeeck (11/7/2012)


    Lee Crain (11/7/2012)


    I'm between jobs right now. I had an interview today for a contract position. The first question out of the Lead DBA's mouth was:

    "Can you tell...

Viewing 15 posts - 3,826 through 3,840 (of 9,712 total)