Forum Replies Created

Viewing 15 posts - 15,886 through 15,900 (of 39,824 total)

  • RE: Why Can't We Code?

    peter-757102 (6/8/2011)


    Demonstrating something you have done is getting harder by the day, because all work is hidden on inaccessible servers when at an interview location. So it is just your...

  • RE: Permissions basics

    Lowell has explained it well, and I'd second his advice.

    Just grant what you need to a role, and add users to a role. Even if it's one person, at some...

  • RE: Duplicate

    SQL Server doesn't track when something was inserted. There is no ordering to records, meaning that if you inserted

    1 11 ABC 100

    1 11 ABC 101

    2 12 XYZ 102

    2 12...

  • RE: Duplicate

    You want this based on Acct_ID and acct_row then. When you specify the ordering, you are choosing this based on some other value. There is no ordering in SQL Server,...

  • RE: Multiple files in filegroup data distribution

    I think I've phrased it wrong. The weighting has to do with free space, so if you have different size files (I've never done this), it can result in some...

  • RE: Are the posted questions getting worse?

    ALZDBA (6/7/2011)


    SQLRNNR (6/7/2011)


    ALZDBA (6/7/2011)


    What's with the watermark on our SSC ??

    Is it webmaster fun, or is SSC changing logo ?

    Where do you see this watermark?

    I get to see it in...

  • RE: Multiple files in filegroup data distribution

    SQL has, and still does, use proportional fill, meaning that it attempts to distribute data so that the total data in the files is equal, not the data you add....

  • RE: Are the posted questions getting worse?

    GilaMonster (6/7/2011)


    The client-from-hell is no more.

    Good

  • RE: GO

    cfradenburg (6/7/2011)


    Ninja's_RGR'us (6/7/2011)


    Now what kind of holidays is that???

    Back to the horses or I tell your wife :hehe:.

    I'm pretty sure he didn't ride horses down to Florida which is where...

  • RE: Economics

    A couple notes.

    first, this was a reprint for 2006, and the story in question from 2005, so it's a bit dated.

    There wasn't a set aside time for reading, not sure...

  • RE: Mathematical Theory (controversy!)

    GSquared (6/7/2011)


    Steve, when you originally envisioned SSC, did you imagine it would end up having debates on the meaning of "philosophy" and the definitions of "1" as part of the...

  • RE: New code IFCode

    We've talked about Powershell. we need an enhancement to the engine that renders the different codes, but I'll see what we can do.

    the "plain" should work for cmd stuff.

  • RE: GO

    My apologies. The question has been corrected with a count(*) instead of a SELECT *. I am sure that I saw 50 results in testing and let it go as...

  • RE: Mathematical Theory (controversy!)

    Craig Farrell (6/6/2011)


    calvo (6/6/2011)


    GSquared (6/6/2011)..."Billion" means two different things on different sides of The Pond.

    wow. I was about to question this when I looked it up, totally threw me for...

  • RE: How to estimate the size of the distribution database?

    If you do have a very large distribution database, it could indicate something is wrong. Transactions sit in the distribution database until all subscribers have picked them up. If you...

Viewing 15 posts - 15,886 through 15,900 (of 39,824 total)