Forum Replies Created

Viewing 15 posts - 166 through 180 (of 271 total)

  • RE: Exporting data from one table to multiple tables

    Hi Andrea...

    Later today I will find and post an example of a query I use that might help point you in the right direction...your question deals as much with sql...

  • RE: Artifical level in dimensions

    Would you mind posting an example of what you came up with? I am curious how you went about this....

    Thank you,

    Michael

    Michael Weiss

  • RE: OLAP MANAGER GROUP.

    To the best of my knowledge, yes they need to be a part of the OLAP Administrators group. Check out Books OnLine (SQL Server Help) for more info...

    hth,

    Michael

    Michael Weiss

  • RE: Importing a flat file with DTS

    Yep...I agree with Steve. The only other solution that comes to mind is to bring your data into a table in SQL Server and, using a cursor, walk through row...

  • RE: Dynamic Properties Query

    This sounds like it is a function of the ODBC driver you are using. What dbms are you interfacing with?

    Michael Weiss

  • RE: Record Order.

    I dont believe the order will be changed if you do not have a clustered index on your table. Also, it isn't always bad practice to not have a clustered...

  • RE: Record Order.

    The order of the records once they are in your sql server table(s) will depend on the clustered index, if you have any. All tables in sql server are ordered...

  • RE: Transform Data Tasks

    try submitting your question on microsoft.public.sqlserver.dts...could be someone there will have an answer...let us know if you find a solution, okay?

    thanks,

    Michael

    Michael Weiss

  • RE: Transform Data Tasks

    Darn! That is right...I tried copying and pasting transform data task objects before and couldn't do it...sorry about the bum steer there...to answer your question, yes you should see the...

  • RE: Transform Data Tasks

    Darn! That is right...I tried copying and pasting transform data task objects before and couldn't do it...sorry about the bum steer there...to answer your question, yes you should see the...

  • RE: Transform Data Tasks

    Right click on the task, choose copy, then right click in the dts designer window and choose paste...or you could save it to a vb file then edit that file...

  • RE: Find task of DTS currently executing in Job

    Yes I believe it is the Write Completion Status to Event Log option. You can view this information via the Event Viewer under win2k through start/programs/administrative tools/event viwer...should be similar...

  • RE: Find task of DTS currently executing in Job

    Yes, have the package log events at the step level to the event log...this will tell you exactly when one started and completed and the next step or task started...

    hth,

    Michael

    Michael...

  • RE: Cube Timeouts and property settings

    I think you have to drop the cubes and shared dimensions, then rebuild them in order to utilize a different datasource...but before you do that, I wonder if it is...

  • RE: error-creating a cube role-Urgent

    Are you running SP2 for Analysis Services?

    Michael Weiss

Viewing 15 posts - 166 through 180 (of 271 total)