Forum Replies Created

Viewing 15 posts - 241 through 255 (of 4,745 total)

  • RE: Copy DB from Prod to QA

    Also, if copying via explorer, pull it from the QA server rather than push from the prod server.

    ---------------------------------------------------------------------

  • RE: Copy DB from Prod to QA

    do it by backup\restore. No down time required as its an online operation, I have never seen a backup cause a noticeable performance issue, especially if you route the...

    ---------------------------------------------------------------------

  • RE: Multiple SQL Server version instances on same machine, caveats??

    you can only have one instance of SSIS per machine, so whether that wide a range of versions would work happily I'm not sure.

    ---------------------------------------------------------------------

  • RE: Problem with enormous indexes

    bwood-930464 (3/28/2014)


    ps_micros_e7_menu_item_detail_totalsidx23830123708301237

    ps_micros_e7_menu_item_detail_totalsidx34830123710608300177

    ps_micros_e7_menu_item_detail_totalsidx128301237160468285191

    ps_micros_e7_menu_item_detail_totalsidx_e7_menu_item_detail_totals_startbusdate1983012372038158097422

    What does this mean exactly? Also, were there more queries after this? I'm unable to scroll down to see anything else in that box.

    There were no more queries. Those...

    ---------------------------------------------------------------------

  • RE: Are the posted questions getting worse?

    is it me or is steve moonlighting? 🙂

    http://www.youtube.com/watch?v=DYvbMaCXXxc

    ---------------------------------------------------------------------

  • RE: Problem with enormous indexes

    Also, adding a clustered index will allow you to defragment the leaf level of the clustered index, i.e. the data pages themselves. That could save a shed load of space.

    ---------------------------------------------------------------------

  • RE: Problem with enormous indexes

    Are you saying you only have 4 single column non_clustered indexes that add up to 103GB? How many columns in the table?

    A clustered index is always a good thing to...

    ---------------------------------------------------------------------

  • RE: The Unusable User

    3 easy points blown.

    must.read.question.carefully.

    ---------------------------------------------------------------------

  • RE: view all the restores made

    add column [rs].[user_name] to the select list

    ---------------------------------------------------------------------

  • RE: view all the restores made

    if you have no access to this server a restore of the msdb on your server as a user database would give you the information you need, no other information...

    ---------------------------------------------------------------------

  • RE: shrink logfile in replication

    please read these

    http://www.sqlservercentral.com/articles/Administration/64582/

    http://msdn.microsoft.com/en-us/library/ms189493(v=sql.100).aspx

    ---------------------------------------------------------------------

  • RE: shrink logfile in replication

    the same as for any other database. The only effect replication has is that the transactions will have to have been replicated before you can shrink past the virtual log...

    ---------------------------------------------------------------------

  • RE: Copy Reporting Service instance from one server to another

    As far as SSRS goes, copying is the same as moving. You will need to configure SSRS in your QA environment, including setting up the RS databases. MAKE SURE you...

    ---------------------------------------------------------------------

  • RE: help me to schedule this index degragmentation query

    free_mascot (3/17/2014)


    check this out from BOL:

    if you usee the one from BOL (and it works well enough) be sure to insert code into it so that it updates statistics on...

    ---------------------------------------------------------------------

  • RE: Just one database timed out on the server?

    then I would say that database was just busier than the others in terms of throughput. Was a reindex running at the time perhaps?

    There are limits to how many databases...

    ---------------------------------------------------------------------

Viewing 15 posts - 241 through 255 (of 4,745 total)