Forum Replies Created

Viewing 15 posts - 691 through 705 (of 6,216 total)

  • RE: sorting an alphanumeric field

    I've tried three times now to write this, so this will just have to do - this was an irritating thread to read. We're here to share knowledge and solve...

  • RE: Performance of badly designed database

    Nice pragmatic approach, I agree with it entirely!

  • RE: Index review?

    You can also just look for bad & missing items. Make sure every table as a primary key, a clustered key, that you have no duplicate indexes, and that any...

  • RE: Production Database Releases - Worst Practice

    Im not sure what to call that other than bad.

    Biggest reason I've seen companies do stuff even close to that is that the developers dont do a good job...

  • RE: Force Protocol Encryption

    My two cents; encrypting the wire should be a network guy thing, not a SQL guy thing. IPSEC or firewall client of your choice are better and broader solutions.

  • RE: Table Partition

    Either way you have to move some data. SQL 2005 partitioning features require the table to be empty, has to be created on a partition scheme instead of a filegroup....

  • RE: Block users to access DB using Enterprise Manager and Query Analyzer

    Its the downside of NT authentication; you're granting access to the user rather than the app. The technique mentioned above will work, but certainly doesnt stop them and its easy...

  • RE: SQL Profile "Reads" vs Query Analyzer "statistics io"

    I've seen discrepancies as well, though I dont think that extreme. I use QA/SSMS to view the plans, Profiler to measure performance. With two monitors it works well and I...

  • RE: Are Views - good or bad!

    On the constraints, as a simple if not great example imagine that you have a really large customer table that you want to partition on last name. We'll create two...

  • RE: Running Perfmon on sql 2005?

    Cool that you posted the follow up!

  • RE: Are Views - good or bad!

    I pretty much agree with Jeff's reply. Partitioning is definitely a valid technique using a view to pull it all back together. From a performance perspective the one thing I...

  • RE: Mirrored Backups

    I imagine LS would have to implement it natively and I have no idea if they have - maybe someone else can comment.

  • RE: Reindexing replicated tables

    Agreed, only data changes are transmitted to subscribers. One of the nice benefits of this is that you can set up different indexes on each subscriber if needed, dont have...

  • RE: Old Posts

    Steve's on vacation, will be back next Mon - but didnt you say something that if it ain't....

  • RE: Invalid column ???

    If you dont have the col probably not a bad idea to just back up and try again, delete and rebuild the pub.

Viewing 15 posts - 691 through 705 (of 6,216 total)