Forum Replies Created

Viewing 15 posts - 4,726 through 4,740 (of 7,164 total)

  • RE: Which one is faster?

    Please direct all replies here:

    http://www.sqlservercentral.com/Forums/Topic1274667-391-1.aspx

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Default Fill Factor

    GilaMonster (3/28/2012)


    opc.three (3/28/2012)


    To clarify I am talking about the option set using sp_configure.

    So am I

    Sorry if I implied you misunderstood, I trust you know Default Fill Factor backwards and...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Default Fill Factor

    Thanks Gail. Funny you should be the first to respond, you inspired me to post this thread out of our bulk-log-friend's post 😀

    I did not know anything about the Maintenance...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Auto login screen in management studio

    Tools > Options > Environment > General > Open Empty Environment

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Changing Recovery model of database under logship

    Sourav-657741 (3/28/2012)


    Many thanks for this point too.

    Unfortunately, at server level the fill factor is set as default (=0). And I can't change it.........since it has been working since long time!

    For...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Changing Recovery model of database under logship

    Sourav-657741 (3/28/2012)


    So, I was thinking to alter the rec model to Bulk-Logged!

    Let it go man! 😀

    I use this system for index maintenance: Ola Hallengren > SQL Server Index and Statistics...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Changing Recovery model of database under logship

    One other item to note that may help you...for your highly fragmented indexes evaluate your fill factors. If you want to reduce fragmentation over time you may benefit from lowering...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Default Value or Binding: right clicking table's column and properties vs table designer -different values show?

    Maxer (3/28/2012)


    I am looking at one of our tables that has a column with a default value set.

    When I right click on the table and go to Design it...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Changing Recovery model of database under logship

    Sourav-657741 (3/28/2012)


    Hello,

    I want to consider two aspects --

    1. LDF file should not grow too much...so that at Production server, my drive doesn't run out of space.

    2. The size of the...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Changing Server and Instance names.

    Abdul Walele (3/28/2012)


    Does anyone know if it is possible to change the names of your SQL Server and the instance name in a cluster area. example would be sql05\isql05 and...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Question about Securables and Permmissions

    I can recreate the issue, but I cannot explain it.

    This does not allow [test_dbo] to change the password of [test_default_schema]:

    use [master]

    GO

    GRANT ALTER ON LOGIN::[test_default_schema] TO [test_dbo]

    GO

    This does, however that is...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: AdventureWorks Demo App

    CodePlex or MSDN TechNet may have some demos. This seems like something Bing should be able to find for you in pretty short order.

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: we're throwing around using the image data type for a project we're doing

    In throwing around the idea, you should throw it out. There are no compelling reasons to use IMAGE in new development, unless you have legacy clients out there that cannot...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: SSC Forum RSS Feed Permission Denied

    I am having this issue as well with the "SQL 2012 - General" forum (RSS). It does not seem to matter whether I am logged into SSC or not.

    When not...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Convert UTF-8 format flat file in SSIS

    Eswin (3/28/2012)


    I tried Unicode conversion which also dint work.

    Do you mean you checked the Unicode box in the SSIS File Connector?

    That checkbox is a shortcut to use UCS-2 encoding. You...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

Viewing 15 posts - 4,726 through 4,740 (of 7,164 total)