Forum Replies Created

Viewing 15 posts - 376 through 390 (of 832 total)

  • RE: Fetch table name,size

    Just tested your code out, Jeff--why does it seem to return a maximum 2048 for the max row size, even in cases where I know the maximum row size of...

  • RE: Help With AWE Configuration

    When you mention page file usage, are you checking this out in Task Manager? Because the "PF Usage" field on the Performance tab essentially tells you how much physical memory...

  • RE: SQL Server Agent Roles

    kapfundestanley (3/22/2012)


    The typo costed me for real,what is 'SQLAgentAgentRole' thought that was a trick any the only meaningful and true answer was the first one,although it did include all...

  • RE: ROWLOCK Escalation

    This is one of those questions that I answered randomly because I wanted to see what the answer was...would have been nice to get a slightly more in-depth explanation. Still,...

  • RE: Tabs or Spaces

    There's no inconsistency in formatting using tabs provided you always use them--whether the code gets indented 4 or 8 spaces with a tab is largely irrelevant to its readability. Having...

  • RE: Looping

    I wonder if this was put in to catch the people who answer by just running the script without trying to understand it? Let's hope nobody tried that on a...

  • RE: Large Size of TempDB

    baabhu (3/15/2012)


    Is there a way to shrink the tempdb without having the downtime?

    No.

  • RE: How to encrypt sensitve column while restore?

    opc.three (3/14/2012)


    True, but you can guarantee you are the anyone 😀

    How can you guarantee that? Once the database has been restored and you've set it single-user, you're then in a...

  • RE: An Azure Outage

    Steve Jones - SSC Editor (3/14/2012)


    If you read the update and root cause analysis, this wasn't a redundancy issue. It was caused by a software bug, one that couldn't be...

  • RE: An Azure Outage

    I think the difference is, if one of your internal systems goes down for any reason, you're in control of getting it back up and running. If the "cloud" goes...

  • RE: CREATE ROLE

    Well, it's either that or the mixed case used for Authorization confused them because it doesn't immediately look like a keyword! 🙂

  • RE: Old, but stable

    Several of our clients are still running SQL 2000. I don't have a problem with the database engine at all--the Enterprise Manager/Query Analyzer combo is a pain in the butt,...

  • RE: Full Recovery Model

    Wasn't the "explanation" more or less a repeat of the question? It really felt like "Is X true? Yes it is, because X is true!". Needed a reference at the...

  • RE: BETWEEN

    Good thing I actually looked up the T-SQL definition of this before answering, because I wasn't sure if it should include the endpoints or not...the actual English word "between" is...

  • RE: cannot connect to sqlexpress

    Pretty sure you don't need TCP/IP to connect to a local SQL installation. Connecting over the network from a remote machine is a different matter.

Viewing 15 posts - 376 through 390 (of 832 total)