Viewing 3 posts - 1 through 3 (of 3 total)
Hi,
In addition... when You do the "select *" DB still have to grab all the data from disk... If columnstore index would include all columns then in theory this operation...
August 27, 2014 at 4:05 am
You can also do additional table with permissions... like this:
tabBudget will contain columns:
[...]
departamentID
cash
date
[...]
tabDeptUserPermissions will contain columns:
ID
departamentID
user
and in reporting services when You pull data from tabBudget do join with tabDeptUserPermissions on...
May 15, 2013 at 6:16 am
Check first few records (around 20)... if they are numbers and later (after 4500 rec.) in this columns are strings/dates etc.. (different then this few first records) then SSIS will...
March 8, 2013 at 12:42 am
Viewing 3 posts - 1 through 3 (of 3 total)