Forum Replies Created

Viewing 15 posts - 10,846 through 10,860 (of 39,908 total)

  • RE: Copying from SQLSMS grid, pasting in Excel, the word "NULL" is pasted!

    I tend to agree with Steve (sgmunson) here. Most of the responses are accurate, but annoying.

    I agree this should be a setting in SSMS. Regardless of the technical aspects of...

  • RE: Synonyms versus Partitioning for daily load?

    Personally, I like the synonym approach since it's a layer of abstraction. If I needed to move to 3 tables, or implement partitioning, or anything else, I like having a...

  • RE: The Brittleness of Replication

    Brandon J Williams (8/13/2014)


    My point is that replication novices are quick to point the finger at replication when it's not replication that is the problem.

    We actually haven't done much in...

  • RE: Conflist between collations

    Microsoft didn't do it that I can see. I've checked my US default 2008 and 2012 instances. Both of them have the objects at the same collation as the master...

  • RE: change the MSSQLSERVER log on password

    Do you mean the service account password? Or your password for SQL Server?

    The former needs to be done with Configuration Manager to ensure rights are maintained. Your password is like...

  • RE: How Much for a Laugh?

    Robert.Sterbal (8/14/2014)


    We have hundreds of thousands of you in the SQL Server community. ...

    There are 1,742,404 logins on the site

    is the ratio of logins to people closer to 10-1...

  • RE: Are the posted questions getting worse?

    In case any of you missed it and want to ensure a picture gets posted to The Thread... http://www.sqlservercentral.com/articles/Editorial/114685/

  • RE: Using Views

    Jason Shadonix (8/3/2014)


    We use synonyms here and there, and have never had any issues with them "not working".

    We use SPs over SQL code in our application whenever possible....

  • RE: Using Views

    Bill Talada (8/1/2014)


    Views might work for a small subset of DDL changes since views are rarely update-able when based on more than one table. How can you handle a...

  • RE: TDE Encryption and t-sql

    I agree. You don't want to necessarily enable this by default.

    That being said, I think you'd need to use dynamic SQL to build a script that would do this. I...

  • RE: TDE Encryption and t-sql

    If someone is changing the encryption status, they're creating a lot of load to decrypt, and you'll create load to encrypt.

    Don't automatically fix this. Catch it with monitoring (Check the...

  • RE: problem with selecting top 5

    Sean is correct in that you need some way of ordering things so that you know what table you are getting data from. Since you're trying to ensure all data...

  • RE: Fantasy Football 2014

    My reminder is set.

    Do we have a draft order?

  • RE: Are the posted questions getting worse?

    Koen Verbeeck (8/11/2014)


    GilaMonster (8/11/2014)


    LutzM (8/10/2014)


    b) block that spammer (mominbd) and all its variations using a filter

    Maybe a throttle on posting new threads. A human can't post multiple threads in a...

  • RE: Career future , stay or switch

    First advice, don't chase the money. It will lead you to jobs that you might not otherwise like. The higher you go in salary/rate, the fewer jobs you have, and...

Viewing 15 posts - 10,846 through 10,860 (of 39,908 total)