Forum Replies Created

Viewing 15 posts - 15,001 through 15,015 (of 22,211 total)

  • RE: Database Modeling

    Best tool I know of for working with models is Embarcadero ERStudio.

    But if you do a search, there are free ones out there, but you're going to get what you...

  • RE: Free Advice or Free Consulting

    Richard M. (5/17/2010)


    James Stover (5/13/2010)


    I stopped being helpful online about 5 years ago. I'm not interested in helping some stranger in the far reaches of <insert developing nation here> to...

  • RE: Alert message when production server instance is down

    To know if servers are down, you need to enlist yet another server as the monitoring point, pinging the original servers to see if they're alive.

  • RE: Error Handling (@@Error Vs Try...Catch)

    The thing is @@ERROR really doesn't catch errors, it reports them. TRY/CATCH can literally catch, say, a deadlock, and let you retry the query. That difference alone is a great...

  • RE: Updating 20M rows takes 5 hours

    Since you're doing updates, you do have to worry about two searches there, the search within the table for the correct records to update and the select statement & join...

  • RE: Databse Performance Issue

    There must be differences, index fragmentation, statistics age, contention for resources, available memory, connection settings, lots of these things can cause differences in performance.

  • RE: Error Message

    Basically if the error will cause a disconnect, SQL Server can't catch or handle the error, so the calling code will have to.

  • RE: Different Views depending on Roles

    I'm still not getting a total picture with details, but based on what else you've said, I'm going to stand by the original post. A table that stores relationships, user...

  • RE: Are the posted questions getting worse?

    GilaMonster (5/14/2010)


    Chris Morris-439714 (5/14/2010)


    Anybody with the initials JC is doomed to have uncompetitive people skills but this guy really takes the biscuit.

    Apparently he's actually a very nice guy and...

  • RE: Migrating SQL 2000 to SQL 2008 database

    avanch-990710 (5/14/2010)


    Now, does the sa account for SQL server 2000 and SQL server 2008 have the same password--I have them set up with different passwords?

    That depends on what was set...

  • RE: Query Selectivity Computation

    I still don't understand what you're asking for? A query has no selectivity. There is not a measured set of uniquely identifying data about a query. The data stored in...

  • RE: Free Advice or Free Consulting

    The Dixie Flatline (5/14/2010)


    Well said, and too true, Grant. The discussion has been interesting too.

    Forums really shouldn't be a resource of last resort, especially in an emergency. ...

  • RE: Free Advice or Free Consulting

    TheSQLGuru (5/13/2010)


    >> I can't count the number of times someone has fired back a "Boy you sure are dumb if you haven't done "X,Y,Z" already" without even reading far enough...

  • RE: Free Advice or Free Consulting

    Ben Holcombe-270296 (5/13/2010)


    I completely agree that demanding requests are arrogant and insulting. I hope that I never have the opportunity to work under those individuals posting these requests. ...

  • RE: Free Advice or Free Consulting

    sburcombe (5/13/2010)


    While I agree with everything you've said, I wonder if perhaps you're forgetting how it is to be one of the little guys.

    I'm in the fortunate position where...

Viewing 15 posts - 15,001 through 15,015 (of 22,211 total)