Forum Replies Created

Viewing 15 posts - 5,581 through 5,595 (of 6,216 total)

  • RE: Misallocation of BLOB data

    We've been running it for a while now - solid. SP2 is in beta now. You won't be sorry you upgraded. The catch is the price - not cheap.

    Andy

  • RE: SQLServerCentral User classification

    Hey Paul, embarrassingly I don't know:-) I believe it's tied to the number of forum posts. I'll see if I can Brian to check for sure in the next day...

  • RE: Filegroup Backup Problem

    Hey Mindy,

    It does seem that separate db's would solve the problem. I rarely use filegroups, I'll try to find time tomorrow to experiment a little. Steve, you got any ideas?

    Andy

    ...

  • RE: Problem identifying constraints

    Great answer Brian. Information schema way under used!

    Andy

  • RE: HOST_NAME

    Which one are YOU talking about Steve?

    Andy

  • RE: Using sp_MSforeachdb

    Post your code Wayne, maybe we can help. I know it takes some juggling to get the stupid doubled tripled quadruped quotes right sometimes! I've used it to run selects...

  • RE: Current option value

    You can run sp_configure 'user options' to return a bitmapped value. If you AND the value with 16384 I think that will tell if the bit is set or not....

  • RE: Connection/Command Timeout

    Time for the index rebuild depends on amount of data and number of indexes. It's fast, all things considered. If you don't have access, can I assume you're not the...

  • RE: Next 'row' in select

    Why would you need to do that?

    Andy

  • RE: Misallocation of BLOB data

    I'm not against blobs always - we use them here on the site for storing articles (but we do cheat and generate semi-dynamic asp pages because we're cautious!). I just...

  • RE: Connection/Command Timeout

    High memory usage shouldn't be a factor, unless it is so high that you're hitting your paging file. Using ADO, there are two different timeouts - one for the connection...

  • RE: timeout expired

    You would have to remove the foreign key constraint first. Wont matter where you execute it from!

    Andy

  • RE: timeout expired

    Lots of things might fix it, I really encourage you to find out why and where it's failing first if at all possible. Investigate the ideas we've offered we first,...

  • RE: Worst Practices - Part 1 of a Very Long Series!

    Exactly - thats why you shouldnt use it to start with!

    Andy

  • RE: Materialized Views

    Not simply. You would have to write the triggers to maintain the view (table).

    Andy

Viewing 15 posts - 5,581 through 5,595 (of 6,216 total)