Forum Replies Created

Viewing 15 posts - 61 through 75 (of 325 total)

  • RE: Max processor cores

    A logical processor is not the same as a core. A core can have 1 or 2 logical processors. Reference: TechNet: Computing Capacity Limits by Edition of Microsoft SQL Server

    The...

  • RE: Query Taking ages to execute

    Right off the bat, I would recommend to try converting the multi-statement function into an in-line TVF. In-line TVFs offer better performance when compared to multi-statement TVFs. Here's a BOL...

  • RE: Database size in SQL Server 2012

    Nice question, however, I must admit, the first answer that came to me was "Depends upon the file system."

  • RE: SQL Server Browser & DAC

    muthukkumaran Kaliyamoorthy (6/13/2012)


    In my server the browser is disabled. and the port is 5555

    Server is listening on [ 'any' <ipv4> 5555].

    Dedicated admin connection support was established for listening remotely on...

  • RE: SQL Server Browser & DAC

    Koen Verbeeck (6/13/2012)


    So it can be different, but there is no indication that it will be?

    So there is a chance DAC will succeed for the default instance as it tries...

  • RE: SQL Server Browser & DAC

    Koen Verbeeck (6/12/2012)


    Nice question.

    The MSDN article Using a Dedicated Administrator Connection says the following:

    SQL Server listens for the DAC on TCP port 1434 if available or a TCP port dynamically...

  • RE: SQL Server Logs

    Nice & easy for a Friday. Thank-you, and have a great week-end, everyone!

  • RE: Resource Database

    Hugo Kornelis (5/31/2012)


    george sibbald (5/31/2012)


    I think we should clarify that you should not remove a service pack simply by replacing the resource database with a previous version of it. I'm...

  • RE: Resource Database

    Hugo Kornelis (5/31/2012)


    Nakul Vachhrajani (5/30/2012)


    It is my understanding that the service packs/upgrades have the potential to modify all databases on the SQL Server instance, therefore, simply replacing the resource database...

  • RE: Resource Database

    It is my understanding that the service packs/upgrades have the potential to modify all databases on the SQL Server instance, therefore, simply replacing the resource database to rollback an SP/update...

  • RE: Transactions 3

    Nice & easy question. Brings back memories from a couple of days ago 🙂

  • RE: Backups

    Hugo Kornelis (5/29/2012)


    Okay, I was unaware of this limitation (though I have no idea why anyone would ever even WANT to do a differential backup on master!), so I guess...

  • RE: Transactions 2

    john.straver (5/23/2012)


    the answer is 0 rows when xact_abort is set to on

    the answer is 2 rows when xact_abort is set to off

    By default, SET XACT_ABORT is OFF.

  • RE: Transactions 2

    Good question with a couple of learning points.

    1. By default SQL does not abort the entire transaction if it encounters a statment-level failure. In this case, the primary key violation...

  • RE: Foreign key

    Good question!

    This one takes us back to the basics, and requires the reader to read and think carefully - and after you think through it, you realize that there is...

Viewing 15 posts - 61 through 75 (of 325 total)