Forum Replies Created

Viewing 15 posts - 14,401 through 14,415 (of 39,900 total)

  • RE: Controlling/Regulation on Database Model

    1) I'd use the same database for all customers. If customerA has feature X and customerB has featureY, use separate tables. That way you can easily "turn on" features for...

  • RE: Consolidate SQL server jobs

    What I do is more work to setup, but it works great, and handles failures of servers better, IMHO.

    I have a db on each instance which is standard. It collects...

  • RE: Open SQL Connection Error

    Don't use named pipes. Used TCPIP

  • RE: Question of the Day for 16 Aug 2006

    Reference fixed.

  • RE: upgrade a database scheam

    If you're going to a latest schema, you could use SQL Compare from Red Gate. There's an API for scripting, and you could compare to a backup file or even...

  • RE: Are the posted questions getting worse?

    Glad to see everyone behaved, and yes, I had a great day on the slopes at Keystone.

  • RE: reducing DB size

    Jeff Moden (1/26/2012)


    Steve Jones - SSC Editor (1/25/2012)


    True, you can use views of synonyms. That might work, although performance wouldn't be great.

    For dev/test, it's probably fine.

    I've not experienced any noticiable...

  • RE: Are the posted questions getting worse?

    GilaMonster (1/26/2012)


    Brandie Tarvin (1/26/2012)


    Dealer: Umm, about that tiny oil leak....

    I hate days like this.

    I've had that. It was followed by almost R10 000 repair bill for replacing the gaskets in...

  • RE: reducing DB size

    True, you can use views of synonyms. That might work, although performance wouldn't be great.

    For dev/test, it's probably fine.

  • RE: reducing DB size

    You have three choices

    1. delete 30GB of data

    2. move data to separate databases. Meaning either move a portion of data from each table to a new database

    3.move certain tables to...

  • RE: Are the posted questions getting worse?

    SQL Kiwi (1/25/2012)


    Steve Jones - SSC Editor (1/25/2012)


    Maybe you can do this?

    If we had ever met in person, you would not need to even ask 🙂

    Is that a "yes"?

    BTW,...

  • RE: reducing DB size

    Why do you need to move to Express? I'm asking, so that I can try to see if there is something you can do.

    The short answer is no, you need...

  • RE: SQL Developer licensing

    I would concur with Jared and Gail here. The licenses seem to read, to me, that you cannot use other systems for analysis or reporting of live data, but if...

  • RE: reducing DB size

    Why do you want to reduce the file size to 20GB?

    Second, if you have a 40GB file, with 1GB unallocated, then you have 39GB of data. If you need to...

  • RE: Concurrent Administration

    I changed the question too, to note that the shrink runs shorter.

    It's certainly a strange behavior, and one I'm not sure I like.

    I think I'll refund all points for now.

Viewing 15 posts - 14,401 through 14,415 (of 39,900 total)