Forum Replies Created

Viewing 15 posts - 29,326 through 29,340 (of 39,771 total)

  • RE: TimeZone Settings?

    The server was rebooted last night, so perhaps something broke.

    I flipped the TZ to GMT and back to MST. Have someone looking at the server itself to see if...

  • RE: Distribution.mdf growing very fast

    If it's the distribution database, then you have subscribers that have not gotten their subscriptions, so the data cannot be removed. Be sure all subscribers configured have gotten their data.

  • RE: ********How to get every week records?********

    This sounds like homework. Also, please don't use all caps.

    If you show some effort here, we can try to help.

  • RE: Multiple instances of Sql server

    You don't save in licensing unless you have Enterprise edition. If you have 2 standard instances, you license them separately.

    You might want to separate out tempdb usage, perhaps with two...

  • RE: Dreams of the Future

    It's not the people!

    Mostly it's the time (time in air, time in airports, time difference) that's messing me up and making me cranky and miserable. Also, since that's the place...

  • RE: Thumbnails inside a SQL Server 2005 for ASP.net use

    We store all images in the db here, the ones in articled, edtiorial, etc. Hasn't been an issue so far.

    If they're not too large, it should be ok. The queries...

  • RE: Selecting values from SQL 2000

    Look up charindex in Books Online

  • RE: Summing upto a specific value

    Use your normal sum, but add a having(sum()) >= xxx and order by date.

  • RE: May Dragons Cry!

    I played a lot in middle school /high school, even on some early computer games that were similar. I really enjoyed the game and he will be missed.

    Thoughts and prayers...

  • RE: Terry-bites

    Interesting to hear. Do you have some comparisons of loads between the systems? Interested in writing up something on your experiences moving to 64-bit?

  • RE: Configuring SQL Server 2000 Enterprise

    You'll need to test and see if IIS or SQL needs more resources. You might be able to shade your usage one way or the other, but I'd be tempted...

  • RE: Need to return query result in 0.02 sec

    Build the table, and determine what the query needs to return. You can index on key fields to return things quickly in an index seek, though you need hardware to...

  • RE: upgradation issue

    After "upgrading" (not upgradation) 🙂

    The upgrade doesn't move these since you might need them in 80 mode. If you want to change to 90, then just change the option for...

  • RE: Backup fails due to damaged MSDB database

    I assume other backups work (for user databases)?

    I'm not sure what you can do other than rebuild msdb from scratch. Or restore from a previous backup.

    I'd script out jobs, alerts,...

  • RE: Can't Backup to a server in the network

    The service account for SQL Server needs rights, not your account.

Viewing 15 posts - 29,326 through 29,340 (of 39,771 total)