Forum Replies Created

Viewing 15 posts - 3,721 through 3,735 (of 6,038 total)

  • RE: Exit Lines

    David.Poole (6/26/2015)


    I know someone who was disappointed to get a Survey Monkey exit interview. The gist of the survey was as to whether the company was good, outstanding or...

  • RE: Skill Supply and Demand

    You can find equal numbers of SQL Server versus Oracle developers, and the same goes for C# versus Java developers. Also in terms of features they are similar. However, the...

  • RE: The Rename Game

    I do occasionally rename variables, temp tables and such when refactoring a stored procedure. So long as the input / output parameters and resultset columns don't change, then this type...

  • RE: Exit Lines

    Delivering pithy parting words, other than the standard goodbye and contact info, in an email is a bad idea, even if you send it to a handful of trusted coworkers....

  • RE: Sweat Files and Practice Projects

    I agree that those of us in IT development need to train on new technologies and work through sample problems for much the same reason that firefighters train for disasters...

  • RE: More Regulation Coming?

    Iwas Bornready (6/25/2015)


    It's funny reading this old article now in 2015. This problem is never going away.

    When it comes to IT security policies; it certainly does seem that the government...

  • RE: More Regulation Coming?

    chrisn-585491 (6/17/2015)


    First: The government has been captured by the very corporations it's supposed to regulate.

    Second: The IT management in the public sector is equally incompetent.

    Third: The programming...

  • RE: Today's Random Word!

    Crap, I left for vacation and forgot to unsubscribe from this topic, so now my inbox is full.

  • RE: Sweat Files and Practice Projects

    In the real world, IT development isn't like a gourmet chef following a tried and true recipe; many times it more resembles a police detective investigating a twisted crime where...

  • RE: Sweat Files and Practice Projects

    I wish we had more sweat files in the form of learning projects. A place where you could download a document describing the problem, scripts to set up any needed...

  • RE: Sql Server Core vs Full blown version of SQL Server

    Welsh Corgi (6/12/2015)


    I got my way. Server Core is out.

    Maybe installing SQL Server on a Windows Core server is a good idea. Like you said, it reduces the surface area...

  • RE: Using EXCEPT

    When comparing two relatively small resultsets, I usually copy / paste both into separate tabs in a text comparison tool like WinMerge. If sorted the same, the tool will line...

  • RE: xml to pdf using sql server

    gosven07 (6/16/2015)


    Hi,

    Convert 100 xml files individually to pdf's and zip them in a folder along with the source files.

    Can it be possible in SQL server BI world?

    If possible make this...

  • RE: Today's Random Word!

    Revenant (6/16/2015)


    Eric M Russell (6/16/2015)


    Ed Wagner (6/16/2015)


    Eric M Russell (6/16/2015)


    Ed Wagner (6/16/2015)


    BL0B_EATER (6/16/2015)


    TomThomson (6/15/2015)


    Ed Wagner (6/15/2015)


    djj (6/15/2015)


    Eirikur Eiriksson (6/15/2015)


    Ed Wagner (6/15/2015)


    Revenant (6/15/2015)


    Ed Wagner (6/15/2015)


    djj (6/15/2015)


    crookj (6/15/2015)


    Guzzled

    Gin (reference to the late...

  • RE: Help me with the SQL SYNTAX Please

    Notice that when including a quote ' with quotes '', you need to double it up.

    REPLACE( Column1, '''', '"' )

    To make it more readable, you can also specify char(39) in...

Viewing 15 posts - 3,721 through 3,735 (of 6,038 total)