Forum Replies Created

Viewing 15 posts - 11,656 through 11,670 (of 39,894 total)

  • RE: Not receiving daily newsletters

    I've sent a note in to check this.

  • RE: What is SQL Server not good at?

    Luis Cazares (11/21/2013)


    Even if it's included in BOL, would people read the warnings?

    Most people having bad coding habits won't even read basic documentation and go for what they suppose is...

  • RE: Create Login Only

    I don't think you can do this. Security is a big deal, and this isn't a place where you want users to have permissions. I tried an "Execute as" stored...

  • RE: DETECT ROWS CHANGED IN A TABLE to transfer in a datawarehouse

    There's no good way to detect changes in a CSV. They're not built for this, which is why they don't make good databases.

    What I'd suggest is that you import the...

  • RE: What is SQL Server not good at?

    Robert.Sterbal (11/21/2013)


    I tend to rely on google and experience, as well as one on one interaction to address the issue that you raised here. It is the nature of the...

  • RE: What is SQL Server not good at?

    Jeff Moden (11/20/2013)


    The article link in the post above doesn't work. It takes me to a "Not found" window.

    Do you mean the URL to the editorial? Or the one...

  • RE: SQL 2012 Dev Edition

    Lynn Pettis (11/21/2013)


    Ells (11/21/2013)


    added the product key and now I think its trying to upgrade although taking a long time.

    Sure? When I installed my version of SQL Server 2012 Developer...

  • RE: It Starts with Version Control

    below86 (11/21/2013)


    Version Control? What is this novel idea you speak of? Just joking. 🙂

    Currently we don't really have anything in place to do this here. I would...

  • RE: Restoring .BAK

    homebrew01 (11/21/2013)


    Are they all the same versions of SQL on the different servers ?

    You can restore a 2005 backup to 2008, but not 2008 to 2005.

    Service pack can matter as...

  • RE: ISO/IEEE Standards for Data Modeling?

    Would love to know if you use something or like it. If you actually implement it, we'd love an article on how it goes.

  • RE: It Starts with Version Control

    Gary Varga (11/20/2013)


    I would recommend using source control to someone doing a "home project" for their hobby as well. It is amazing how many people wish that they could go...

  • RE: Fantasy football 2013

    a squeeze-out of a victory for me on Mon night. I had Edelman, and while I was rooting for NE to lose, I needed him to get 3-4 points.

    It all...

  • RE: how to handle deleted data of a website

    What I might suggest is similar to Lutz.

    Say you have this information in the Profile table. You can create an archive table called ProfileArchive. Copy all data here.

    Next, you rename...

  • RE: Connecting to AdventureWorks on Azure

    I haven't changed anything, but I'll look into this.

  • RE: Comibing columns with null values as one row

    the issue is that you have bad data. Null in the name column means that SQL doesn't know if this matches the other name or not. I'd argue you should...

Viewing 15 posts - 11,656 through 11,670 (of 39,894 total)