Forum Replies Created

Viewing 15 posts - 3,616 through 3,630 (of 7,164 total)

  • RE: Split escaped characters

    schleep (7/10/2012)


    @opc.three: thanks. I can't wait for the time when we move on from XP :-), and I can begin using those AD cmdlets.

    Bummer. I am in the same boat...

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

  • RE: Backup (sql 2005), restore (sql 2008) -- anything else to do?

    Barkingdog (7/10/2012)


    Is the order (DBCC spaceusage, UPDATE STATISTICS) in which they are run of importance?

    BD

    Nothing for spaceusage...

    Run DBCC UPDATEUSAGE then everything Gail said, in that order:

    GilaMonster (7/8/2012)


    Update all statistics

    Run...

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

  • RE: Index Rebuilds

    I agree 100%. Those numbers are nothing more than a fair starting point for most systems.

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

  • RE: Index Rebuilds

    clayman (7/10/2012)


    baabhu (7/10/2012)


    Recommendation by Microsoft.

    1) Fragmentation less than 30%. Reorg.

    2) Fragmentation greater than 30% Rebuild.

    3) If the table has got less than 8 pages don't take...

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

  • RE: sub-view performance issue

    Duplicate post (please do not do that). Direct all replies here: http://www.sqlservercentral.com/Forums/Topic1325182-360-1.aspx

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

  • RE: Reinstall after disk failure on Sql 2005 server

    For clarity sql01\sql01 is a named instance, not a default instance.

    You cannot rename a named instance, and similarly you cannot make a named instance the default instance, or change a...

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

  • RE: Backup (sql 2005), restore (sql 2008) -- anything else to do?

    Jeffrey Williams 3188 (7/8/2012)


    GilaMonster (7/8/2012)


    It got fixed in SQL 2005, in 2005 SP1, in 2005 SP2, in 2005 SP3 and in 2005 SP4. Basically most of the issues were fixed...

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

  • RE: Index Rebuilds

    Here is a good one that I use it on a lot of instances. It only rebuilds or reorgs indexes as needed, based on fragmentation levels you control. The defaults...

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

  • RE: data pump into MySQL

    I had a little time and got the Cherry City MySQL OLE DB driver (v 5.60.82) working in BIDS 2005, i.e. I can load data from a flat file into...

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

  • RE: Copied files in log shipping not getting deleted.

    Run this on your secondary instance, replacing the DB name with your own, and refer to the file_retention_period column in the results.

    USE master;

    EXEC sys.sp_help_log_shipping_secondary_database

    @secondary_database =...

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

  • RE: Inserting VBA Procedure into CSV Files Using SSIS

    Sorry, my last post was submitted prematurely...

    I am not aware of any way to implant a macro into a csv file. Into a xls or xlsx file sure, but not...

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

  • RE: Inserting VBA Procedure into CSV Files Using SSIS

    ...

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

  • RE: Adding a primary key to the IIS ODBC logging table

    Just so you can rule it out, adding (or dropping) an index will not modify data in your table in any way shape or form.

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

  • RE: Inserting VBA Procedure into CSV Files Using SSIS

    I am not sure if this is what you're asking, but it sounds like you would like to add a VBA Macro to each csv file that will fire when...

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

  • RE: Adding a primary key to the IIS ODBC logging table

    That's true. It is known as a uniqueifier. Whether you provide the uniqueness or whether SQL Server must help, a clustered index entry must uniquely identify a row. So, if...

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

Viewing 15 posts - 3,616 through 3,630 (of 7,164 total)