Forum Replies Created

Viewing 15 posts - 32,191 through 32,205 (of 39,748 total)

  • RE: Voting Problem/Question

    Thank you for voting

  • RE: No SQL Server 2005 Issues in Newsletter

    We grab the top 50 according to some crazy forumula. Might be too much activity in the other forums.

  • RE: Question of the Day for 26 Apr 2007

    OK, back online for awhile. So here goes.

    It was probably a bad question to put out there, but it certainly got people thinking? My apologies for the poor wording.

    There is...

  • RE: Be Prepared

    That's true some of the time, but many people, including myself, still have work responsibilities that cannot easily be put off to anyone else.

  • RE: Database Weekly

    John,

    We're still sending them to you. It must be a filter somewhere that's stopped it.

    Nothing has changed other than the domain name. Even the old one still works.

    STeve

  • RE: Separation

    Carolyn,

    That's interesting. I've only had a few datbases over 200GB, but I've never seen this issue, even on W2K. It seems like a file handle thing, which could be an...

  • RE: Lost messages

    It's actually a weird issue in the forum code. There's a mem leak somehwere, so we were restarting the app pool every hour. I backed that down to 4 times...

  • RE: Regarding blocking in sql server 2000

    Bulk load the data into some staging table and then move it over a few rows at a time.

    the other thing is to examine the triggers and ensure you're not...

  • RE: problem in query stmts

    select @projectcode = @projectcode + '0001'

    In the second example you are directly returning @projectcode+'001' and having the output column named ProjectCode, not assigning the variable.

  • RE: Disk Space

    Or set a performance alert on this counter.

  • RE: Does anyone use PolyServe?

    Interesting thread and I'd love to get a writeup from any of you to share with everyone on how the rollout goes (or has gone for any of you) and...

  • RE: Separation

    Interesting points and thanks for the comments.

    I know most of us live in the world of < 1TB databases and actually it's prob < 100GB for the vast majority. A...

  • RE: Query Analyzer blues

    No separate windows in SSMS. It's a pane (and pain) in SSMS only for queries.

    You can still connect with QA, but the object browser only partially works.

  • RE: I/0 error Torn page

    You can also rename the northwind and pubs dbs and let them come up suspect to get SQL to start.

  • RE: Issue an update if months >12

    The update has to apply to specific rows. You are using a where exists() clause, which returns a true or false, not a set of rows.

    What you need to do...

Viewing 15 posts - 32,191 through 32,205 (of 39,748 total)