Forum Replies Created

Viewing 15 posts - 3,961 through 3,975 (of 18,926 total)

  • RE: database size

    GilaMonster (8/2/2011)


    chess.chess (8/2/2011)


    GilaMonster (8/2/2011)


    chess.chess (8/2/2011)


    I realize that the sizes vary but I am just trying to get an idea for the average for a large application .

    The point we're...

  • RE: SSRS 2008 R2 Dev question

    Just use datename and update the whole table.

    You'll need to set the correct us holidays as well. I've used canadian holidays here so some of them are different.

  • RE: Can I use a case statement in a column default?

    srferson-957148 (8/2/2011)


    Oh, yeah. I've used case statements in computed columns before. That's actually part of the reason I was hoping there was a way to do it in default. But...

  • RE: Can I use a case statement in a column default?

    Can be persisted or indexed, so no "need" for trigger here. Tho I might choose that option as well.

  • RE: database size

    chess.chess (8/2/2011)


    GilaMonster (8/2/2011)


    chess.chess (8/2/2011)


    I realize that the sizes vary but I am just trying to get an idea for the average for a large application .

    The point we're trying...

  • RE: database size

    PaulB-TheOneAndOnly (8/2/2011)


    chess.chess (8/2/2011)


    Hi , what is the average size of a large database for an application like

    online banking ? i.e. how many tables and MBs of data ? Just...

  • RE: database size

    GilaMonster (8/2/2011)


    Ninja's_RGR'us (8/2/2011)


    Biggest table I have now is around 20M rows, 2.5GB.

    Biggest I've heard of was 100 000 000 000 rows (no idea of size or what it stored)

    US debt...

  • RE: Separate a String

    Sean Lange (8/2/2011)


    Are you quoting me to say that my suggestion is also yours or did you forget to include your comments?

    repointing to the correct answer.

    Might also point out the...

  • RE: database size

    chess.chess (8/2/2011)


    Thanks . Just curious .

    ... how many tables and views would that be ?

    I've seen 10K tables a few times. I've heard of 30K for SAP.

    Biggest table...

  • RE: SQLServerCentral.com Best Practices Clinic: Part 5

    When do you plan on posting the DDL of the tables for the top 4 queries along with keys indexes and sample data. You already gave the rowcount, but...

  • RE: database size

    50 TB.

    I've seen bigger data warehouses.

    Why do you need to know?

  • RE: Separate a String

    Sean Lange (8/2/2011)


    I wouldn't even try to roll your own. Take a look at Jeff Moden's string parser[/url]. What you have is a delimited string using ^.

  • RE: Adding/Removing Columns

    PaulB-TheOneAndOnly (8/2/2011)


    Roger Sabin (8/2/2011)


    Let me make sure I have this.

    If I use ALTER TABLE to change the varchar size (e.g. varchar(20) to varchar(50)), SQL Server will not duplicate the table...

  • RE: Increment one for each row in given group...

    ROW_NUMBER() OVER(PARTITION BY Group, Date ORDER BY Whatever)

  • RE: 2008_2008 R2 in the same computer

    In theory it can be removed (not sure if there are bugs associated there). I don't have a list of the applications to remove but usually you can do...

Viewing 15 posts - 3,961 through 3,975 (of 18,926 total)