Viewing 15 posts - 1,156 through 1,170 (of 1,838 total)
mw112009 (1/3/2017)
How do we know that a report was run manually or via a schedule ? Will this be correct ?
Yes the RequestType column values are {Interactive, Subscription}
There are multiple...
January 3, 2017 at 2:35 pm
Welsh Corgi (1/3/2017)
I should have mentioned that I already did that and all the databases are listed as being backed up.I do not know why the job fails?
OK, so the...
January 3, 2017 at 12:54 pm
have a look at ExecutionLog3 in the ReportServer database:
https://msdn.microsoft.com/en-us/library/ms159110(v=sql.110).aspx
January 3, 2017 at 12:45 pm
jtrask (1/3/2017)
January 3, 2017 at 12:01 pm
I've always followed the Kimball group methodology so my answer will be biased on their suggestions. One thing they talk about for documentation is what's called the Bus Matrix:
http://www.kimballgroup.com/2005/12/the-matrix-revisited/
Another...
January 3, 2017 at 10:21 am
Do you have people in different business job functions accessing the cube? Sometimes if the data warehouse is designed to cover everyone's needs it can seem overwhelming to users....
January 3, 2017 at 9:31 am
OK, here's a simpler query that may be easier to understand?
-- most recent backups per database
SELECT LEFT(d.name,20) AS DBname, LEFT(d.state_desc,10) AS StateDesc, LEFT(d.recovery_model_desc,10) AS RecoveryModel,
CONVERT(VARCHAR(20), fb.LastFullBackup,...
January 3, 2017 at 9:19 am
stephen.plant2 (1/3/2017)
It then has a Clustered Index PK_EventStatus on EventStatus_GUID
Then there is a Unique, Non Clustered Index...
January 3, 2017 at 6:46 am
Jeff Moden (1/2/2017)
January 3, 2017 at 6:19 am
Jeff Moden (12/30/2016)
Kendra Little wrote a nice...
January 2, 2017 at 7:41 am
BOR15K (12/30/2016)
...I am aware of the dirty data and in this case there will be no update of the data within the selected range, hence I want to use it...
Sorry...
December 30, 2016 at 11:15 am
chuck.forbes (12/28/2016)
December 29, 2016 at 7:17 am
Sioban Krzywicki (12/21/2016)
December 29, 2016 at 7:03 am
guaro5555 (12/28/2016)
I was planning on sync every hour if this is a good practice?
The Dbs are not that big at all, the biggest one...
December 28, 2016 at 9:59 am
fizzleme (12/27/2016)
Our goal is to copy the full sql server backups from server A...
December 28, 2016 at 6:57 am
Viewing 15 posts - 1,156 through 1,170 (of 1,838 total)