Viewing 15 posts - 481 through 495 (of 11,676 total)
pietlinden (9/15/2015)
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
September 16, 2015 at 2:00 am
It helps with visualizing, but also when you create your cube the dimension usage tab will be populated for you.
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
September 16, 2015 at 1:59 am
sipas (9/15/2015)
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
September 15, 2015 at 4:11 am
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...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
September 15, 2015 at 3:53 am
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.
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
September 15, 2015 at 3:02 am
You need to integrate SSRS into SharePoint.
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
September 15, 2015 at 2:53 am
That should work, although I usually create my relationships in the data source view as well.
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
September 15, 2015 at 2:52 am
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...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
September 15, 2015 at 2:51 am
Real developers use HASHBYTES ๐
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
September 15, 2015 at 2:48 am
Tee Time (9/14/2015)
Koen Verbeeck (9/8/2015)
$t@r (9/7/2015)
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
September 15, 2015 at 2:00 am
btio_3000 (9/14/2015)
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 -...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
September 15, 2015 at 1:18 am
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...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
September 14, 2015 at 12:52 am
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...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
September 14, 2015 at 12:09 am
Nice one, thanks.
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
September 14, 2015 at 12:02 am
rc 77550 (9/11/2015)
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...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
September 11, 2015 at 6:06 am
Viewing 15 posts - 481 through 495 (of 11,676 total)