Forum Replies Created

Viewing 15 posts - 3,436 through 3,450 (of 6,486 total)

  • RE: calculating percentage

    percentage....of what? against what domain? Help us help you - give us some details we can work with...

  • RE: SELECT against Table or View

    MD (5/5/2008)


    as stated above, views are used to simplify complex queries that are used repeatedly. I use views for report writers who have difficulty with the join syntax and...

  • RE: Is there anyway to find out if the hacker had done something to the database?URGENT

    and...disable SA for now....perhaps for good. Sounds like that is power that has been abused in the past.

    Just because nothing looks "busted" doesn't mean he didn't do something nefarious....

  • RE: Is there anyway to find out if the hacker had done something to the database?URGENT

    Check the default trace during that time. See if something schema-related registered...

  • RE: Poor Performance 64-Bit vs. 32-Bit, or 1 CPU vs. 2 CPU

    Once you've set the Mac degree of Parallelism, you might care to recompile your query and/or clear the proc cache, just to be double-sure that it reevaluates the execution plan.

  • RE: The Shortage of Programmers

    mhaskins (5/5/2008)


    Matt,

    Joel was originally talking about new grads coming into the market, getting hired by Microsoft or Google and making Sr. level money.

    It may be possible to get hired...

  • RE: The Shortage of Programmers

    mhaskins (5/5/2008)


    amysecker (5/5/2008)


    Not to mention that breaking into 6 figures isn't that much any more: taxes go up, gas goes up, hopefully starting salaries for in-demand fields go up.

    Maybe most...

  • RE: The T-SQL Quiz

    Jeff Moden (5/2/2008)


    Matt Miller (5/2/2008)


    Grant Fritchey (5/2/2008)


    How did you know what I had planned for the week-end... 😀

    I have to ask though, what's drowning breath exercise? While we do incorporate...

  • RE: The T-SQL Quiz

    Grant Fritchey (5/2/2008)


    I'll give it a shot. If I end up in the hospital, after I get out, we're going to have a chat. 😛

    Just remember - if you pass...

  • RE: The T-SQL Quiz

    Grant Fritchey (5/2/2008)


    How did you know what I had planned for the week-end... 😀

    I have to ask though, what's drowning breath exercise? While we do incorporate a lot of traditional...

  • RE: The T-SQL Quiz

    Grant Fritchey (5/1/2008)


    Weeks, dude, weeks. I just keep telling myself that bringing the sword to work won't really help the problem... I think. Maybe it will...

    Time to go back and...

  • RE: Prospective interview question

    Mark - I think the thread originated here, and got picked up elsewhere. The thread is still around - with some 200+ answers.

    Take a look here:

    http://www.sqlservercentral.com/Forums/Topic362081-217-1.aspx

  • RE: Dynamic SQL Requirements

    sqluser (5/2/2008)


    Hi Paul,

    whenever you want to use datatype length make sure you have entered

    2n.

    this one also be one of the advantages of performance.

    ex:

    ---

    ...

  • RE: SQL 2005 Query Help Needed

    The N' is telling the server to treat the data as UNICODE data (nvarchar or Nchar). Unicode character sets are used to represent and store international characters, etc...

    I don't...

  • RE: Tally Table

    Well - My name's not Jeff, so I'm not sure the question is directed at me, but I'll take a crack at it.

    1) what is Tally table ?

    Simply, it...

Viewing 15 posts - 3,436 through 3,450 (of 6,486 total)