Forum Replies Created

Viewing 15 posts - 16 through 30 (of 44 total)

  • RE: Are the posted questions getting worse?

    What is the *REAL* question here?

  • RE: Resource Governor

    My mistake , easy 1 point for the question 🙂

  • RE: Resource Governor

    An easy question can be very tricky especially in the morning 😀

  • RE: Resource Governor

    Easy 2 pts 🙂

  • RE: findout location point inside a radius in meter

    Hi, looks like a task for an exam 🙂

    It is just a math - it has nothing to do with SQL Server

    as the data could be stored in a flat...

  • RE: Error converting data type varchar to numeric.

    Could be here:

    sum(case when Day (Tran_Dt)= Day (GetDate()-1)and Tran_Typ = 'DT' Then MRP End) as 'MRP'

    maybe you should add also ELSE phrase?

    And in where:

    Where CAT in ('CDMA')

    Why just...

  • RE: Eliminating Data with Multiple occurrences!!!!!

    Well - you could use ROW_NUMBER() to remove dups howerver I am not sure whether you can use it in the mentioned case - it is too early to think...

  • RE: Page compression

    I chose YES as the "second " sentence was OK 🙂

    Hence the "first" question should has answer to "NO"

  • RE: SSIS package - run on event?

    Of course it is possible - I must have been blind in the morning 🙂

  • RE: Varchar or Char?

    Hugo Kornelis (10/16/2009)


    Damian Widera-396333 (10/16/2009)


    in terms of I/O we could assume fixed length data types are better than varying ones.

    If, and only if,

    a) the average length of data is only...

  • RE: Varchar or Char?

    cengland0 (10/16/2009)


    This one got me again. Another trick question.

    The question asked, "Which of these data types will be more efficient?"

    Had it asked, "Which of these data types take less...

  • RE: Varchar or Char?

    There is one more interesting thing. Fixed length columns are placed in the same place in the row, whilst all columns like varchar, nvarchar etc are at the end of...

  • RE: AND & OR

    hodgy (10/14/2009)


    arghh!! I spent a few minutes playing with a spreadsheet to mock up the bitwise AND and OR functions (a happy little diversion) and i missed the data type...

  • RE: AND & OR

    Tricky question especially in the morning 😀

  • RE: CLR Execution

    This is common question I have seen many times on various newsgroups :).

    But - have you ever used the option - lightweight pooling set to on? There are not many...

Viewing 15 posts - 16 through 30 (of 44 total)