Forum Replies Created

Viewing 15 posts - 481 through 495 (of 11,678 total)

  • RE: PowerView... is it just me?

    pietlinden (9/15/2015)


    Anybody using (and like) PowerView? Are there any good resources on it? I kinda like PowerPivot (just having a hard time getting my head around it)... but PowerView...

  • RE: Datasource view in SSAS

    It helps with visualizing, but also when you create your cube the dimension usage tab will be populated for you.

  • RE: The checksum

    sipas (9/15/2015)


    PS Not sure what 'his columns are in the wrong order' means - they're in a different order, but how does that affect the ability to use CHECKSUM to...

  • RE: The checksum

    Kristen-173977 (9/15/2015)


    Koen Verbeeck (9/15/2015)


    Yeah, but less collisions.

    Naive question, but isn't the problem any POSSIBILITY of collisions?

    Depends on what you are doing.

    Suppose that I am running a daily ETL. I uses...

  • RE: The checksum

    Eirikur Eiriksson (9/15/2015)


    Koen Verbeeck (9/15/2015)


    Real developers use HASHBYTES ๐Ÿ˜€

    Same column order rule applies there too;-)

    ๐Ÿ˜Ž

    Yeah, but less collisions.

  • RE: Integrate SSRS 2012 & SharePoint 2013

    You need to integrate SSRS into SharePoint.

  • RE: Datasource view in SSAS

    That should work, although I usually create my relationships in the data source view as well.

  • RE: I cannot finish COUNT (*) query on a table with more than billion records.

    With such a big table, you might want to use table partitioning for archiving purposes.

    Regarding the question: there are alternatives to get the row count:

    SQL Serverโ€“HOW-TO: quickly retrieve accurate row...

  • RE: The checksum

    Real developers use HASHBYTES ๐Ÿ˜€

  • RE: How to generate barcode in SSRS

    Tee Time (9/14/2015)


    Koen Verbeeck (9/8/2015)


    $t@r (9/7/2015)


    Yes i have installed the bar code font on server.But when a client sees the report they can't see the bar code on their machine..do...

  • RE: SQL Server 2014 side-by-side with earlier versions of SQL Server

    btio_3000 (9/14/2015)


    Question:

    So let's say I have a default instance myServer of 2008R2 and its named instances

    myServer\A

    myServer\B

    myServer\C

    and now I want to side-by-side install 2014 having the same structure of A/B/C -...

  • RE: Round

    Arno Kwetters (9/14/2015)


    Looks a bit strange to me.

    SELECT ROUND(1.999,2) returns 2.000

    SELECT ROUND(10.999,2) returns 10.000

    but

    SELECT ROUND(0.999,2) won't work

    Probably because with 0.999 SQL Server doesn't care what comes before...

  • RE: T-SQL Query to get the Month wise data

    First of all you need to join your data against a list containing all dates.

    That can either be a calendar table, as Phil suggested, or you can generate one on...

  • RE: Round

    Nice one, thanks.

  • RE: Error processing cubes

    rc 77550 (9/11/2015)


    I've found 4 fields which cause the Conversion overflow.

    1 example: "TotalRevenueLCY".

    The total sum value in SQL: 858376803445.19000000000000000000

    Min value: -2243974.89000000000000000000

    Max value: 429080429080.00000000000000000000

    When I put this field as only measure...

Viewing 15 posts - 481 through 495 (of 11,678 total)