Forum Replies Created

Viewing 15 posts - 271 through 285 (of 1,079 total)

  • RE: How to update the SSAS cube?

    http://www.bidn.com/articles/analysis-services/245/scheduling-ssas-cube-processing

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

  • RE: SSRS DEPLOYMENT ERROR

    Who set up the SSRS instance? I would advise someone who is familiar with SSRS Security to set it up, to ensure it is done properly - security is not...

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

  • RE: SSRS DEPLOYMENT ERROR

    It is quite easy to spot the problem:"The permissions granted to user 'domain\username' are insufficient for performing this operation."

    The user trying to deploy reports doesn't have access to the folder...

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

  • RE: Login failed ..

    are you logged on as domain or local user?

    if you are as domain user, did you grant yourself admin rights during install?

    are you part of local admins on the...

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

  • RE: Backups

    2 correct answers to this question.

    master & tempdb....although I know you cant backup the tempdb in any method.

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

  • RE: Transactions 2

    this question look very familiar......

    too bad i got it wrong...again.

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

  • RE: SQL SERVER PERFORMANCE ISSUE

    Please post source and destination table structures

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

  • RE: moving SSAS 2005 cube to another databases of same server or another server

    My personal advice would be to redeploy the cube to the new database...

    Here's some guidelines:

    http://social.msdn.microsoft.com/Forums/en-US/sqlanalysisservices/thread/eed8c65e-0cdc-401f-add4-693ab68f616e

    http://www.sqlservercentral.com/articles/Analysis+Services+(SSAS)/69467/

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

  • RE: Installation Issue

    anything in your event viewer or logs after the setup procedure?

    http://msdn.microsoft.com/en-us/library/aa937559(v=sql.80).aspx

    "To view the Windows 2000 application log

    On the Start menu, point to Programs, point to Administrative Tools, and then click...

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

  • RE: SSIS 2012 - Create Catalog

    Thanx Koen, got it wrong, but learned something.

    Good one!

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

  • RE: Write All Data Values in the Bar Chart

    in the FILL property:

    =iif(dataset.value < 0, "Red", "Green")

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

  • RE: Sql Server 2012 can't see 2nd drive

    USB attached disk?

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

  • RE: SYSLanguages on SQL 2012

    Lynn Pettis (5/14/2012)


    I'd have thought more people would have gotten this one right. Only 60% at this time, sorry but that's low for this question imho.

    Quite surprised myself....well hopefully...

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

  • RE: CASE

    Case when name LIKE '%samsung%' then 'Samsung'

    or are you trying to assign 3 different case conditions like:

    Case when condition1 then result1 when condition2 then result2 when condition3

    then result3...

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

  • RE: How to run sql server agent job by using ssis package

    Question a bit confusing, but here's a stab...

    SSIS is for your dtsx packages, hosted in a SQL Agent Job Task to run on a schedule/once off.

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

Viewing 15 posts - 271 through 285 (of 1,079 total)