Forum Replies Created

Viewing 15 posts - 1 through 15 (of 197 total)

  • RE: Page Splits

    As Gail indicated, that's a pretty large topic to cover without more details about what it is you're after. In my humble opinion, Kimberly Tripp is the reigning expert at...

  • RE: Curiosity on performance increase

    kreierson (11/8/2013)


    GilaMonster,

    Thanks for your reply. I am very new at trying to decipher execution plans, so if you had any recommendations on a good website or book it would be...

  • RE: What is the correct way to restore a database when users are still connected?

    If you are planning on running it as a scheduled job, I would recommend checking to make sure the database is online before you take it offline. Something similar to...

  • RE: Upgrade 32 bit to 64 bit?

    Thanks Jeffrey, I was pretty sure I was going to have to go down the uninstall, re-install path. So I guess I'll just handle it the same way I would...

  • RE: recovery model simple

    GilaMonster (11/4/2013)


    kevaburg (11/4/2013)


    Just to clarify.....In SIMPLE recovery mode, transactions are cleared once they are committed,

    In simple recovery, the log is marked reusable by a checkpoint, not a commit. That's assuming...

  • RE: recovery model simple

    If you have the default trace enabled, you should be able to query it to find out when your transaction log is growing. From that, hopefully you can identify any...

  • RE: recovery model simple

    Simple recovery allows the log file to be cleared of transactions without having to take a backup of the transaction log. Regardless, it will still grow if something requires that...

  • RE: Log space issue

    I'd also recommend you take a look through "SQL Server Transaction Log Management" by Tony Davis and Gail Shaw.

    You can obtain an electronic copy of the book from this site:...

  • RE: Log space issue

    New persopn (10/22/2013)


    How can i check whether how many virtual log files in log

    Check out the following blog as well as the "'8 Steps to better transaction log throughput" link...

  • RE: Reverse Engineering Tool

    Didn't they remove the reverse engineering in a recent version of Visio?

    Yes, I believe it was removed in Visio 2013.

  • RE: Link to another database system

    You'll have to install the appropriate MySQL ODBC driver on your SQL Server first.

    Here's a snippet of a linked server creation script to give you an idea of how it's...

  • RE: Link to another database system

    hjvegt1960 (10/21/2013)


    Hi all

    These extensions are tablename.FRM, tablename.MYD and tablename.MYI. Maybe this rings a bell for some.

    These are MySQL database files. The .FRM is the table structure, the .MYD is the...

  • RE: DEFAULT

    Ed Wagner (10/18/2013)


    tabinsc (10/18/2013)


    Victor Kirkpatrick (10/18/2013)


    Might be an easy one, but I learned something: the WITH VALUES clause. Thanks.

    Same here

    Same for me.

    Same here, wasn't familiar with the WITH VALUES clause.

  • RE: Copy data between 2 networks

    mishrakanchan86 (10/15/2013)


    I am thinking of doing this. Please suggest if this will work or not..

    the 100 table make about 100 GB. This is what I am planning to do.

    Step 1....

  • RE: Copy data between 2 networks

    mishrakanchan86 (10/15/2013)


    Hi Friends,

    I have around 100 tables to copy from one server to another. The problem is that these 2 servers are not in the same network. Is there any...

Viewing 15 posts - 1 through 15 (of 197 total)