Forum Replies Created

Viewing 15 posts - 4,276 through 4,290 (of 6,038 total)

  • RE: Better to store 0 or null in a column

    For columns containing a foreign key enforced with a constraint, you have no choice but to not use NULL, because the primary key can't contain a NULL. Even if there...

  • RE: Drop and Recreate

    Database developers, at least in my corner of the universe, typically save our stored procedures as scripts which get checked into source control and maintained for subsequent versions. However, when...

  • RE: Drop and Recreate

    chrisn-585491 (12/15/2014)


    Maybe SSMS needs to be rebuilt to fully support source control and versioning?

    We have that in Visual Studio. Most of my T-SQL code changes are done in VS/TFS.

  • RE: Drop and Recreate

    Steve Jones - SSC Editor (12/15/2014)


    Eric M Russell (12/15/2014)


    Most backup utilities are database centric. If the server must be restored, or one wants to spin up a UAT envrironment that...

  • RE: Drop and Recreate

    Most backup utilities are database centric. If the server must be restored, or one wants to spin up a UAT envrironment that closely mimics production, then restoring the databases is...

  • RE: Citizen Programmers

    In the past 246 days, students have made 2,261,601 apps and pictures by writing their own computer programs. Click on the pictures and screenshots to see each program in action....

  • RE: Citizen Programmers

    gregg_dn (12/11/2014)


    If developers gave users what they needed, most people would never attempt to write code. I've used many different RDBMS over the years and can tell you that...

  • RE: Citizen Programmers

    I'm not sure that a general purpose programing tool geared toward the general public would be useful. However, the general public can extend the functionality of common applications using things...

  • RE: SQL DBA knowing user passwords

    Brandie Tarvin (12/10/2014)


    ...

    Wow. I did not know the SA login could be altered. I'm going to have to try that little trick. Thanks for the code.

    Yeah, it's kind of...

  • RE: SQL DBA knowing user passwords

    lshanahan (11/26/2014)


    Markus (11/25/2014)


    You guys must live in a perfect world of applications... However, the bulk of the SQL Server based apps are small companies and don't have the resources or...

  • RE: Address Validation

    However, one limitation of most commercially and publicly available address databases is that they don't include exact house number, but instead a range of valid numbers, so would have to...

  • RE: Address Validation

    ZZartin (12/9/2014)


    Eric M Russell (12/9/2014)


    There are many commercial providers of address data. This would be better than attempting to make a web service call for each record in an ETL...

  • RE: Address Validation

    There are many commercial providers of address data. This would be better than attempting to make a web service call for each record in an ETL process.

    http://zipinfo.com/products/natzip4/natzip4.htm

  • RE: Address Validation

    Emil Bialobrzeski (12/9/2014)


    cbrammer1219 (12/9/2014)


    Ok I have a fairly straight forward question, wondering if anyone knows the answer. I have been tasked to use USPS Address tools to validate our clients...

  • RE: Address Validation

    I am wanting to know if this would violate the terms of use policy, ...

    Please provide some more context. You're concerned about violating the terms of use policy for what...

Viewing 15 posts - 4,276 through 4,290 (of 6,038 total)