Forum Replies Created

Viewing 15 posts - 121 through 135 (of 173 total)

  • RE: SSRS 2K8 - Where to put it!?

    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...

    MCTS: BI 2008, MCITP: BI 2008
    Stay Thirsty My Friends

  • RE: Database goes into recovery when log is backed up

    Absolutely. I am working on a new plan now.

    Thanks for your input - really appreciated.

    costa,

    MCTS: BI 2008, MCITP: BI 2008
    Stay Thirsty My Friends

  • RE: Database goes into recovery when log is backed up

    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...

    MCTS: BI 2008, MCITP: BI 2008
    Stay Thirsty My Friends

  • RE: Problems with security in SSAS

    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...

    MCTS: BI 2008, MCITP: BI 2008
    Stay Thirsty My Friends

  • RE: Database goes into recovery when log is backed up

    select 'BACKUP LOG ' + @dbname + ' WITH TRUNCATE_ONLY'

    exec ('dbcc shrinkdatabase (' + @dbname + ',TRUNCATEONLY)')

    MCTS: BI 2008, MCITP: BI 2008
    Stay Thirsty My Friends

  • RE: Problems with security in SSAS

    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...

    MCTS: BI 2008, MCITP: BI 2008
    Stay Thirsty My Friends

  • RE: Help on Account Receivable Datamart

    The link below can get you started.

    http://msdn.microsoft.com/en-us/library/aa906003(SQL.80).aspx

    Thanks

    costa

    MCTS: BI 2008, MCITP: BI 2008
    Stay Thirsty My Friends

  • RE: Encrypting the entire database.

    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...

    MCTS: BI 2008, MCITP: BI 2008
    Stay Thirsty My Friends

  • RE: Consistency Errors in Table

    Thanks Gail.

    MCTS: BI 2008, MCITP: BI 2008
    Stay Thirsty My Friends

  • RE: Upgrading reporting services from 2005 to 2008

    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...

    MCTS: BI 2008, MCITP: BI 2008
    Stay Thirsty My Friends

  • RE: Cancel Query Rollback

    Great lesson learned...

    Thanks Gail, John. Your inputs are very much appreciated.

    Thanks,

    MCTS: BI 2008, MCITP: BI 2008
    Stay Thirsty My Friends

  • RE: Cancel Query Rollback

    Yes the instance was restarted, sorry I wasn't clear about that.

    MCTS: BI 2008, MCITP: BI 2008
    Stay Thirsty My Friends

  • RE: Cancel Query Rollback

    Gail,

    Thanks.

    So you will advise to leave the application offline until the the database is fully recover, correct?

    MCTS: BI 2008, MCITP: BI 2008
    Stay Thirsty My Friends

  • RE: Cancel Query Rollback

    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...

    MCTS: BI 2008, MCITP: BI 2008
    Stay Thirsty My Friends

  • RE: Removing Duplicates DueTo Unique Rows

    Correct. Also please note that you can have more than two occurrances of the ID.

    MCTS: BI 2008, MCITP: BI 2008
    Stay Thirsty My Friends

Viewing 15 posts - 121 through 135 (of 173 total)