Forum Replies Created

Viewing 15 posts - 421 through 435 (of 2,904 total)

  • RE: msdb - in need of space

    Do you backup the MSDB on a regular basis? Which recovery mode does it use - if it is FULL, are you also doing transaction log backups?

    -SQLBill

  • RE: SSIS service fails to start

    SP1 had many problems....you really should install SP2.

    Also, you might want to consider this:

    Configure SSIS to allow remote user access

    1.If the user is not a member of the local...

  • RE: Help: want to do this the right way.

    On the DTS issue. SQL Server 2005 does not support DTS, it's only there for Legacy purposes. You either need to convert them to SSIS packages or download/install...

  • RE: SQL Server 2005 Standard edition downloads

    There is only one Evaluation Edition and that gives all the functionality of Enterprise Edition.

    -SQLBill

  • RE: Please confirm my suspicions

    It could. However, if the connection is killed, it could also be killing the transaction which would also cause a rollback.

    -SQLBill

  • RE: Prevent outsource user copy data

    You've made them 'owners' of the data. That means it is their data also as far as SQL Server is concerned.

    -SQLBill

  • RE: What is recommended space allocated for msdb and model?

    You could, but how do you know what space will be needed by the new database(s)? Let's say you set Model for 100 MB. Then you create five databases...

  • RE: What is recommended space allocated for msdb and model?

    I leave model as it is, I've never seen it grow. Remember, it is just a template to be used to create other databases.

    MSDB...one of my servers with the most...

  • RE: Remove Files Older Than...

    And in 2005 there was/is an issue with SP2. If you have your expire set for DAYS, you need to recreate it after applying SP2 (I'm not sure they fixed...

  • RE: PLZ HELP ME 70-431 dumps

    We aren't going to help you cheat and I really wouldn't trust any dumps that were sent.

    You can get some of the practice stuff from Transcender and other companies. ...

  • RE: Disappearing Service Manager Icon

    I've never seen that happen, but since you are just installing SQL Server 2000, why not install SP4?

    -SQLBill

  • RE: Burnt Out

    David,

    And minor league baseball is SO much more fun to watch than the major leagues. Back in Maryland, my wife and I went to Bowie Baysox games and really...

  • RE: How to group my data

    Look up GROUP BY and HAVING in the Books OnLine.

    GROUP BY Customers

    HAVING Sales > 5000

    -SQLBill

  • RE: Burnt Out

    I golf, so I go to driving range and put my frustration into hitting golf balls. When I get in a rut, I try to learn something new that...

  • RE: DB keeps autogrowing!

    Reindexing causes a large growth in the data/log files. If you have to shrink the files, do so AFTER the reindexing is done.

    -SQLBill

Viewing 15 posts - 421 through 435 (of 2,904 total)