Viewing 15 posts - 121 through 135 (of 173 total)
I will advise you stick with your current standard server deployment topology which can be enhance overtime when you start looking into seperating interactive report processing from scheduled report...
March 30, 2010 at 1:35 pm
Absolutely. I am working on a new plan now.
Thanks for your input - really appreciated.
costa,
March 30, 2010 at 12:43 pm
I am not sure while but somehow this is a part of the maintenance plan in the dmz I inherited in the last few weeks. Basically the db's are set...
March 30, 2010 at 12:00 pm
Go back to the server properties window. On the general tab page you will see a list of SSAS server properties. At the bottom of the page Select "Show Advanced...
March 30, 2010 at 11:52 am
select 'BACKUP LOG ' + @dbname + ' WITH TRUNCATE_ONLY'
exec ('dbcc shrinkdatabase (' + @dbname + ',TRUNCATEONLY)')
March 30, 2010 at 9:20 am
SSAS security is based on windows authentication only meaning security can only be assigned to local users and groups and domain users and groups; unlike the SQL Server database engine...
March 30, 2010 at 9:02 am
The link below can get you started.
http://msdn.microsoft.com/en-us/library/aa906003(SQL.80).aspx
Thanks
costa
March 30, 2010 at 8:32 am
The only solution that I am aware of is transperant data encryption in MSSQL2008. This solution performs real-time i/o encryption and decryption of data and log files. The msdn link...
March 30, 2010 at 7:56 am
skhan,
It sounds to me like you need to restore a backup copy of your report server encryption key. Did you backup a copy of the encryption key prior to the...
January 27, 2010 at 3:39 pm
Great lesson learned...
Thanks Gail, John. Your inputs are very much appreciated.
Thanks,
January 20, 2010 at 2:40 pm
Yes the instance was restarted, sorry I wasn't clear about that.
January 20, 2010 at 2:19 pm
Gail,
Thanks.
So you will advise to leave the application offline until the the database is fully recover, correct?
January 20, 2010 at 2:17 pm
John,
The application is off and you're right because I restarted the service and when it came back online the state is now "recovering". The thing is the application needs to...
January 20, 2010 at 2:14 pm
Correct. Also please note that you can have more than two occurrances of the ID.
December 6, 2009 at 9:48 am
Viewing 15 posts - 121 through 135 (of 173 total)