Forum Replies Created

Viewing 15 posts - 226 through 240 (of 832 total)

  • RE: Data We Don't Want

    Eric M Russell (3/5/2013)


    paul.knibbs (3/5/2013)

    FireFox does support HTML5 Storage, are you sure it's implemented in a way that's safer than IE and Chrome? Go to the website Steve mentioned in...

  • RE: Data We Don't Want

    I could be really smug because I always use Firefox, but instead I'll allow myself to be gobsmacked that such an obvious flaw has made it into three major browsers....

  • RE: How to recover a SQL Server login password.

    Sigerson (3/4/2013)On the other hand I don't want anybody else to know this. It's like the One Ring of Power, it's already making me think of all the malicious...

  • RE: Just accepted a Sr. DBA job. Time for a gut check?

    I'd have to say that you should have some confidence in the people who offered you the job--they've given you three hours of questioning and discussion and have decided you're...

  • RE: How to recover a SQL Server login password.

    Wayne Evans-440401 (3/4/2013)


    slightly off topic: For the likes of windows passwords back in the 2000/2003 server days, it looked to the lay person (me) that, only stored the first 8...

  • RE: Can This Work?

    Sean Pearce (3/1/2013)


    The question is "Will this code execute successfully?"

    and the only possible answer is "NO".

    Msg 111, Level 15, State 1, Procedure sp1, Line 11

    'CREATE/ALTER PROCEDURE' must be the first...

  • RE: 15 Quick Short Interview Questions Useful When Hiring SQL Developers

    Surely posting the questions in a public article like this just means any prospective candidates need to ensure they memorise the correct responses? They're even helpfully given in the article!

  • RE: The Microsoft Sideshow

    Being serious about this, it's not like the first time Microsoft has flailed around trying to find the current zeitgeist in order to follow it and then dominate it--remember their...

  • RE: The Microsoft Sideshow

    I notice you carefully avoided mentioning Windows 8 as Microsoft's current core OS, Steve--I wonder why that was? 🙂

  • RE: Getting printers on a remote PC in a workgroup

    It sounds like that command is trying to access the spooler service on the other machine, and that isn't going to work unless you have permissions to do that. Easiest...

  • RE: How to script profiler trace to save results to a table ?

    I don't think you *can* do it directly to a table, no--you have to use the fn_trace_gettable function to copy the trace file into a table.

  • RE: Basic Date Function

    Stuart Davies (2/13/2013)

    From this SYSDATETIMEOFFSET and CURRENT_TIMESTAMP can be removed as options as the format is wrong. Question though - how do you know which is the right answer when...

  • RE: Basic Date Function

    crmitchell (2/13/2013)


    Date format for India is dmy but the questioner asks what would happen if the date is shown as mdy i.e. US format.

    Well, the date in the question is...

  • RE: Basic Date Function

    sipas (2/13/2013)


    How can there be so many wrong answers??

    SYSDATETIME would just give you current time

    Because people like me read the question too quickly and don't notice that the time given...

  • RE: Database Design question regarding Normalized Tables

    kramaswamy (2/2/2013)

    The only reason I'm considering splitting the table into smaller pieces is the question of whether having a table with a large amount of columns would cause any degree...

Viewing 15 posts - 226 through 240 (of 832 total)