Viewing 15 posts - 6,496 through 6,510 (of 9,253 total)
aberndt (10/4/2011)
Yes, the service is running.
Stop the service and then open SSRS configuration manager
October 4, 2011 at 3:23 pm
execute DBCC LOGINFO() against your database to view details of the transaction log(s)
October 4, 2011 at 3:22 pm
aberndt (10/4/2011)
This was my first idea (and my preference) but I cannot get past the WMI error...any ideas on that???
is the service still running
October 4, 2011 at 3:01 pm
sqlstar2011 (10/4/2011)
you dont need an extra license if sql db engine and ssas are active on the same node.
that is correct.
sqlstar2011 (10/4/2011)
October 4, 2011 at 2:58 pm
run SQL Server Reporting services configuration manager and use this to create new databases
October 4, 2011 at 2:55 pm
Hi Tony
Thank you for the link, it does a much better job of explaining DTC tracing. It seems the settings are relevant after all 😉
October 4, 2011 at 12:17 am
It is true.
If you have a clustered instance of the database engine and analysis services and database engine is active on node a and SSAS on node b then...
October 4, 2011 at 12:12 am
Just because you have extra drives doesnt mean you have to create extra files. Are all these files in the same filegroup or separate filegroups? I'm guessing that they're in...
October 3, 2011 at 3:53 pm
just out of interest, what do you have against a clustered instance of analysis services?
October 3, 2011 at 3:37 pm
Sapen (10/3/2011)
exec @rc = sp_trace_create @TraceID output, 0, N'E:\Trace\Trace', @maxfilesize, @Datetime
this is the default when scripting a trace from Profiler, despite setting the rollover in the GUI it disables it...
October 3, 2011 at 3:09 pm
ananda.murugesan (10/2/2011)
I am new entry for sql server cluster high availability configuration, Please tell me, I want to know how to install cluster & step by step configuration.
Active/Active and...
October 3, 2011 at 7:32 am
Hi Mohammed, sure i'm happy to help.
May i start by asking which browser you use?
September 30, 2011 at 2:07 am
devendra_shirbad (9/30/2011)
Clustering requires shared data storage
For traditional cluster setups, yes.
Geo graphically dispersed clusters negate this requirement. They remove the single point of failure on the storage and as such...
September 30, 2011 at 1:59 am
are you running index maintenance plans\jobs at all, these can cause the database file to expand
September 29, 2011 at 12:23 pm
jared-709193 (9/29/2011)
Hmm... You may have to create another instance on that server for the new report server databases
no, you do not have to do this. Configure the new SSRS instance...
September 29, 2011 at 9:52 am
Viewing 15 posts - 6,496 through 6,510 (of 9,253 total)