Forum Replies Created

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

  • RE: Are the posted questions getting worse?

    What is the *REAL* question here?

    Kindest Regards,

    Damian Widera
    SQL Server MVP,
    MCT, MCSE Data Platform, MCSD.NET

  • RE: Resource Governor

    My mistake , easy 1 point for the question 🙂

    Kindest Regards,

    Damian Widera
    SQL Server MVP,
    MCT, MCSE Data Platform, MCSD.NET

  • RE: Resource Governor

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

    Kindest Regards,

    Damian Widera
    SQL Server MVP,
    MCT, MCSE Data Platform, MCSD.NET

  • RE: Resource Governor

    Easy 2 pts 🙂

    Kindest Regards,

    Damian Widera
    SQL Server MVP,
    MCT, MCSE Data Platform, MCSD.NET

  • 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...

    Kindest Regards,

    Damian Widera
    SQL Server MVP,
    MCT, MCSE Data Platform, MCSD.NET

  • 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...

    Kindest Regards,

    Damian Widera
    SQL Server MVP,
    MCT, MCSE Data Platform, MCSD.NET

  • 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...

    Kindest Regards,

    Damian Widera
    SQL Server MVP,
    MCT, MCSE Data Platform, MCSD.NET

  • RE: Page compression

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

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

    Kindest Regards,

    Damian Widera
    SQL Server MVP,
    MCT, MCSE Data Platform, MCSD.NET

  • RE: SSIS package - run on event?

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

    Kindest Regards,

    Damian Widera
    SQL Server MVP,
    MCT, MCSE Data Platform, MCSD.NET

  • 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...

    Kindest Regards,

    Damian Widera
    SQL Server MVP,
    MCT, MCSE Data Platform, MCSD.NET

  • 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...

    Kindest Regards,

    Damian Widera
    SQL Server MVP,
    MCT, MCSE Data Platform, MCSD.NET

  • 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...

    Kindest Regards,

    Damian Widera
    SQL Server MVP,
    MCT, MCSE Data Platform, MCSD.NET

  • 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...

    Kindest Regards,

    Damian Widera
    SQL Server MVP,
    MCT, MCSE Data Platform, MCSD.NET

  • RE: AND & OR

    Tricky question especially in the morning 😀

    Kindest Regards,

    Damian Widera
    SQL Server MVP,
    MCT, MCSE Data Platform, MCSD.NET

  • 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...

    Kindest Regards,

    Damian Widera
    SQL Server MVP,
    MCT, MCSE Data Platform, MCSD.NET

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