Viewing 3 posts - 1 through 3 (of 3 total)
That's the problem, as most of the time the cubes process successfully, especially when ran manually.
It would be great if SSAS has a debug mode that captures the exact reason...
July 19, 2013 at 12:40 am
I use this one (cant remember where I found it though):
CREATE TABLE myTable99 (TABLE_NAME sysname, COLUMN_NAME sysname, Occurs int)
GO
SET NOCOUNT ON
DECLARE @SQL varchar(8000), @TABLE_NAME sysname, @COLUMN_NAME sysname, @Sargable varchar(80), @Count...
June 5, 2013 at 7:54 am
Is it better to run your backups daily and your tuning (index's,etc) weekly, or should tuning be done before every backup?
November 22, 2007 at 12:57 am
Viewing 3 posts - 1 through 3 (of 3 total)