Forum Replies Created

Viewing 15 posts - 26,641 through 26,655 (of 39,792 total)

  • RE: The Financial Crisis

    For every bad loan made out there, or "forced" to make to people that couldn't afford it, there is a bad loan made by someone looking to get a commission...

  • RE: Log file size growth

    If you are shrinking a database or log file every day, you're doing something wrong. As mentioned above you're wasting resources having SQL Server grow it every day.

    You want to...

  • RE: Embedded CASE in my query

    If you have any doubt, you want to qualify the objects. You never know when you might need to modify something this complex and then create an error and waste...

  • RE: SQL Server Lock

    I highly doubt you have, or will have, 10 million concurrent users. I'm not sure Microsoft.com gets that many. You might have 10mm signed up users, but probably only...

  • RE: Code windows no longer side-scroll?

    It seems to work in Firefox 2 and Chrome. Likely we need an IE workaround.

  • RE: The Financial Crisis

    Interesting comments and I hope it's 2-3 years as well for things to recover.

    As an FYI, we aren't buying a car for my son, but we did agree to match...

  • RE: Code windows no longer side-scroll?

    Some changes deployed on Monday. I'll have someone look into this.

    Moving to the upgrades forum.

  • RE: ALTER TABLE problem?

    No shame, we all miss things. That's why we help each other. It's a big, wide platform now, hard to remember everything or even the little details in things.

  • RE: TRACKING AGENT STATUS ON SERVERs

    If @result = '1'

    select @result 'running'

    else

    select @result = 'stopped'

  • RE: MYSQL Backups

    This isn't a MySQL site, it's for Microsoft SQL Server. I'd suggest you post this somewhere like this http://forums.mysql.com/list.php?35

  • RE: Moving to the Heartland

    Fuel can cost more in cities, plus you can easily burn more fuel in cities trying to commute from your house. Don't forget most people don't necessarily live near work.

    Finding...

  • RE: Update and Select

    your post got cut off, can you explain what "part" means?

  • RE: Mirroring

    Mark beat me to the response, but I'd agree here. It's a connectivity error. Check the endpoint on the mirror server and verify the port.

  • RE: Moving to the Heartland

    Not sure you want to be counting on diesel fuel getting to Summit, Grand, or Eagle if the power goes out 😉

    I'm not sure we want to decentralize data centers...

  • RE: SQL 6.5: How to know when last change were done.

    If you can find a log reader for v6.5, not sure who had one then, you can flip through log backups. The version column in sysobjects detected a change in...

Viewing 15 posts - 26,641 through 26,655 (of 39,792 total)