Forum Replies Created

Viewing 15 posts - 31 through 45 (of 113 total)

  • RE: Finding “Active” Rows for the Previous Month (SQL Spackle)

    Excellent article. A problem that i have never come across but may do. The train of thought on the problem was insightful.

  • RE: Text Date format into datetime

    Sorry please ignore the post. I managed to find a solution. Once you trim off the day the rest will just convert.

    Clever SQL!

    So just incase anyone finds...

  • RE: Parameter selection failure

    I had something very similar recently. Look for odd characters in the drop down selection. One of my drop downs had a CRLF at the end of one...

  • RE: ISNUMERIC(varchar)

    For me this is one of the big issues with 2008. As these will pass isnumeric but some of them (for instance ",") will then not convert into decimals...

  • RE: Using a column name in a COUNT function

    According to MS sys.partitions.rows "Indicates the approximate number of rows in this partition"

    http://technet.microsoft.com/en-us/library/ms175012.aspx

  • RE: Can we display some text message before exporting data in SSRS

    If you enbed as suggested you could then hide the text when exported so it doesnt appear on your output file (to do you need 2008 or above).

    Dan

  • RE: How to get the Report URL in SSRS

    TomGuide (9/6/2013)


    Hi Guys,

    Thank you so much for your replies.Your replies and suggestions helped me to gain more knowledge.Thanks for that.

    I have also googled from my end and I found that...

  • RE: T-SQL

    PRR.DB (7/22/2013)


    If table doesn't have clustered index , there is no guarantee for order , if table having clustered index then result will display clustered index column order.

    Is my...

  • RE: SQL Server 2012 Concat

    Carlo Romagnano (7/9/2013)


    Hugo Kornelis (7/9/2013)


    Carlo Romagnano (7/9/2013)


    select concat(null + 'Hello','testString') as a

    , null+'testString' as b

    It simply returns 'testString', NULL

    😀

    Yup. If you wanted to get 'HellotestString',...

  • RE: How to get list of tables used in SSRS reports

    I dont think you can. You have to bear in mind that it may not use tables - it may use views or stored procedures or suchlike.... which then...

  • RE: HTML Slow

    Looking at the Rsexcutionlog3 the PDF takes 7 seconds to render, the html of exactly the same takes 70 seconds to render.

    Any ideas anyone?

    Dan

  • RE: IFF - 1

    sfayer (6/6/2013)


    Why does 'r ' = 'R' evaluate to true?

    Steve

    Thats what i was going to say. Surely that depends on if the system is running with Case Sensitive or...

  • RE: Parallel Processing Using Jobs

    gfish (4/29/2013)


    I am not just speaking hypothetically. We added an almost identical process to our system years ago and we are now spending a lot of time getting rid of...

  • RE: Parallel Processing Using Jobs

    Hey all,

    Great idea - and perfect timing for me.

    I am currently looking to rewrite some of our TL (E is done prior) to a better system then it currently runs...

  • RE: Can This Work?

    p.govindaraj (3/1/2013)


    Yes, It will create infinite loop but it will end with maximum nesting level on 32

    I love that - a finite infinite loop!

Viewing 15 posts - 31 through 45 (of 113 total)