Forum Replies Created

Viewing 15 posts - 886 through 900 (of 6,216 total)

  • RE: Closing Out Replies

    Our forums do support email notifications. You can set the default by visiting http://www.sqlservercentral.com/forums/personal.aspx and at the bottom of the page checking the box 'Auto check "Email me when members...

  • RE: Does it help?

    I use two 19" LCD wide screens and have been pretty happy with that setup. Im not sure I'd find a 3rd to be as big as gain as the...

  • RE: Annoying ad

    Nicely said. To some degree though the fact is that their tactics often prove effective, which makes it hard to talk them down from it.

    I'd like to try a...

  • RE: Annoying ad

    There have been a couple other threads about this. We're experimenting with different ads at the request of our vendors. We were able to improve the page peel presentation quite...

  • RE: TOP in SQL Server 2005

    Josep, Im sorry I didnt elaborate a bit more in the article but you're right on track. Deletes are easy since once deleted, you can't delete them again! Updates do...

  • RE: Replication and full recovery model, why?

    By default logs used for databases with transactional pubs are not truncated until the logreader clears the transaction. There is a switchover somewhere that overrides that behavior - but you...

  • RE: Advertising

    Yes, double underling back - but not for too long. This is the second phase of our test to evaluate results/pain. Bear with us just a bit! I think the...

  • RE: Using TOP with a variable

    SQL2L doesnt let you parameterize Top. What you can do is set rowcount @Somevar before the select, then immediately do set rowcount 0 after the select. That syntax will work...

  • RE: UPPERCASE DATA

    Other alternative - not as clean - would to be run a job that uppercases any rows changed since the last run. The triggers mentioned earlier are pretty lightweight, no...

  • RE: The Arms Race

    The double underline hasnt been a big hit for revenue I think precisely because the ads were often not relevant to the article. Thats the downside of linking based on...

  • RE: The Arms Race

    A big part of our ad strategy from the beginning was to make sure they reflected products and services we thought would be of general interest to the community. The...

  • RE: Lots of replicated tables - how many publications?

    Breaking into a handful or fewer publications is a good idea. I typically break them up by size - really big tables often go into a pub by themselves, all...

  • RE: Replication from 7.0 to 2005

    Glad you got a solution in place. The upgrade to SQL2K is fairly painless and well worth doing. Compatability mode covers most of the issues you might run into.

  • RE: Snapshots

    Not sure I agree that its half baked. Yes, you need to understand its limitations, though hopefully we agree that's true of all features!

    It's a very low cost (disk space,...

  • RE: Same Position - Man makes more money

    I too would suspect that the other guy negotiated better, which may have been supported - fairly or not - by a perception of skills to match. As a hiring...

Viewing 15 posts - 886 through 900 (of 6,216 total)