Forum Replies Created

Viewing 15 posts - 5,326 through 5,340 (of 6,022 total)

  • RE: Resume font ?

    crookj (12/12/2011)


    If you apply at Siemens, make sure you use the Siemens font πŸ™‚

    Anybody else know of any companies out there with their own fonts?

    Joe

    Times New Roman was commissioned by...

  • RE: A brief explanation and solution for the Double Hop problem

    Greg Edwards-268690 (12/9/2011)


    ...

    Good job giving a short overview. Many give up trying to set this up, and resort to workarounds.

    I'm a DBA on some development and QA servers but...

  • RE: Temp Table Vs Table Variable

    When you reference a table variable in a stored procedure, SQL Server operates on the assumption that it will contain at most a small number of rows, and will generally...

  • RE: Ensure Table has only one row

    An alternate method to insure only one row (or 2, 3, ... rows) would be to simply define a unique key and check constraint on the table's ID column.

    ...

  • RE: Not having TDE in all editions is stupid

    There is hardly ever a good reason for employees or contractors to copy sensitive production data down to the local SQL Server instance on their laptop or desktop. Any developer...

  • RE: Not having TDE in all editions is stupid

    It seems like I hear more stories about sensitive data theft (or least misplacement) as a result of some developer's laptop getting stolen than I do about production database servers...

  • RE: A Refreshing Break

    On any given day, I rarely check email while out of the office, even when not on vacation. If something important comes up, I'll get a call on my cell...

  • RE: To change datetype varchar(14)

    David Moutray (11/29/2011)


    I Dont want to change on the DB , i want to have that display as YYYY/MM/DD when i want to generate reports for the application reports, the...

  • RE: To change datetype varchar(14)

    rashid_alavi (11/29/2011)


    hi All,

    I Dont want to change on the DB , i want to have that display as YYYY/MM/DD when i want to generate reports for the application reports, the...

  • RE: Stress – It’s Not Fair

    Members of different teams often follow a rigid "start [this] only after [that] has been completed" development path that isn't necessary.

    For example, when developing the data model and stored procedures...

  • RE: To change datetype varchar(14)

    rashid_alavi (11/27/2011)


    Dear All,

    i have column in my table which of datatype varchar(14) (20111107070115) , now i want to change display

    2011/11/07 07:01:15 ( DD/MM/YYYY HH:MM:SS)

    please help me on this ,...

  • RE: Stress – It’s Not Fair

    When something like this arisis, it helps a lot when the team's manager acknowledges that he or she is aware of the situation and understands the reason for delay is...

  • RE: Are You Easy To Work With?

    I agree with the quote "perfect is the enemy of good", and I'll be the first to compromise.

    Here is the problem: Ask 100 people to define their idea...

  • RE: delete duplicate record

    In terms of which technique will perform the best; it really depends on the actual table definition and indexing. Obviously what you originally intended to be an ID column is...

  • RE: IT staff would rather pocket $100k than blast off into space

    Evil Kraig F (11/21/2011)


    andrew.zarb (11/20/2011)


    Any guarantees you are going to get there?

    Winning trips to space isnt something I want to experence first hand...

    There's no guarantee I'm going to safely cross...

Viewing 15 posts - 5,326 through 5,340 (of 6,022 total)