Forum Replies Created

Viewing 15 posts - 29,086 through 29,100 (of 39,771 total)

  • RE: HD 100% busy

    Are the drives busy constantly or just at night when LanDesk is running? Id' expect an index rebuild to spin them as you are moving data around.

  • RE: Managing the Storage

    What's the solution you want? this makes no sense. If you need the data, you need more disk space. If you can delete data, do that.

  • RE: Flush the queries from the RAM

    and re-tune those queries.

    The data cache is supposed to fill up with data for queries. If you have bad queries, then are they not reused? Or is just certain queries...

  • RE: Full recovery mode DB - Backup and Shrink Transaction log

    The log backups should let you know what total size your logs need to be to handle the load. Track this across a few weeks, multiple days to see the...

  • RE: Social Software

    Thanks for the complement on the podcasts. I'm working on it slowly. Enjoy next Tuesday's blooper reel 🙂

    As far as the login, we push out a cookie, which is how...

  • RE: Store 100.000 action per day in sql server !

    There's no issue with a table with 36M rows, or even 12 * 36M rows even. However if you want to easy reporting, you might look at partitioning and swtiching...

  • RE: Social Software

    It's nice to see new people participating and I appreciate the responses, comments, and criticisms. It's good to get a debate going on something.

    I don't expect everyone to participate, though...

  • RE: Changing sa password effect maintenance plan

    I believe it's the job that fails if sa changes in places.

    You could have set credentials in the maintenance plan to connect as SA, which would be a bad idea....

  • RE: CPU 100% is a big issue?

    It's normal for SQL Server to spike to 100%, but if it was more than 5-10 minutes, more than a query going hard, I'd be concerned about performance.

  • RE: Mirroring

    Everything logged passes through. If you add a column to a table, it moves to the mirror.

  • RE: Stop Recovery Progress. Urgent help needed

    Pull the plug! Not sure that you can do anything else.

    There is a switch to start SQL Server without going through recovery.

    Why do you want to stop it? This is...

  • RE: ASP Web Front End??

    If you go into the properties for IIS, there's a place where you set security. You can set anonymous users with credentials, which is where you can input a Windows...

  • RE: Injection joke

    That one is good. Every so often they have some good database jokes mixed in there.

  • RE: Bad Automation

    My PC goes into energy saving mode, but I reboot probably less than once a month. XP, even 2000 before it, have been extremely stable. If you're not getting that...

  • RE: Help with transactions...

    select * hits every row. If you have an update in a transaction locking those rows, which is what it does, then you can't read every row.

    Try reading specific rows,...

Viewing 15 posts - 29,086 through 29,100 (of 39,771 total)