Viewing 15 posts - 1 through 15 (of 69 total)
Ok finally figured this out. took a while because i had worked around the issue using SSIS initially but the work involved is a lot more than a simple...
January 13, 2014 at 8:38 am
Thought it would of been too obvious (always worth asking the simple questions first though) and sounds like you've tried all variations too.
There always powershell 🙂
here's a link which...
June 20, 2013 at 7:45 am
sorry if you've already thought of this but i thought i'd ask the obvious first:
Has the service account got the rights to process the cube?
Try connecting directly to the SSAS...
June 20, 2013 at 7:04 am
wicked, will give that a try now
thanks for the help, will let you know how i get on 🙂
May 29, 2013 at 8:50 am
Excellent article. This is similar to something i have previously developed whilst working for a company which processes 10 - 1000's of data files daily.
having the information in the...
May 3, 2013 at 3:50 am
Is this what your looking for:
select distinct @@servername, a.database_name 'DB Name',
convert(decimal(7,2),round(sum(compressed_backup_size/1024/1024/1024),3)) as 'Compressed Database Size in(GB)',
convert(decimal(7,2),round(sum(compressed_backup_size/1024/1024),3)) as 'Compressed Database Size in(MB)'
from msdb..backupset a
inner join msdb..backupfile b on a.backup_set_id =...
March 28, 2013 at 8:59 am
hows the source populated. maybe is it being populated when your trying to extract it and its not been posted yet?
March 26, 2013 at 5:59 am
as others have posted it depends on what your grouping method is. we can see it has to be 5 day groups,
* so it that every 5 days...
March 26, 2013 at 2:36 am
I can see you want to group the days into sets of 5 but before you start dont you need an anchor date.. or will this always be the...
March 26, 2013 at 2:20 am
other than excel and BIDS
ive used Sharepoint performance point, not so bad
also SSRS but thats like using BIDS essentially
so if you looking to give users access then i'd...
March 25, 2013 at 11:35 am
few ways i can think of, which maybe of help or not:
1. store all times against one specific date so it is a datetime but only ever one
2. break minutes...
March 25, 2013 at 10:27 am
Your very welcome.
March 25, 2013 at 10:18 am
Viewing 15 posts - 1 through 15 (of 69 total)