Showing posts with label save. Show all posts
Showing posts with label save. Show all posts

Tuesday, March 20, 2012

BUG: Integration Services Project-can't click on "save Copy of Package As..."

Hi.

I found a possible bug. If I open/create a new Integration Services Project and then try to save a copy of the package to SQL Server I found that for the option to "save Copy of Package As..." is only available if I am in the package itself. If I click (highlight) on the package in the Solution explorer and then click on the File tab, the "save Copy of Package As..." option is not available.

I hope that I explained this well enough.

thanks.

Thanks. This is actually by design.

The File menu in VS relates to open files that are currently selected in the designer. Selecting an object in Solution folder and right-clicking does not open the file, so the File menu in VS is still relating to the currently open and selected object - if any.

Donald

Sunday, February 19, 2012

Browse Cube

Just a question please,

When i browse(query) the cube in analysis services how can i save those queries?Can they be saved anyware?

(By browse i mean explore,drill down data in the Cube Browser of Analysis services 2005.)

Help please !!!

No, you cannot save queries done through the cube browser in the BI Development Studio (BIDS).

You could use Profiler to capture the MDX queries that are sent, but you would then have to use a different tool (like SSMS or Reporting Services) to run those queries. BIDS is not really meant to be a reporting tool. You will need to look at a different tool to do this, Excel pivot tables are probably one of the cheaper, more accessible solutions.

|||

You can capture the queries using SQL Server Profiler:

http://msdn2.microsoft.com/en-us/library/ms174779.aspx

>>

SQL Server 2005 Books Online

Introduction to Monitoring Analysis Services with SQL Server Profiler

You can use SQL Server Profiler to monitor events generated by an instance of Microsoft . By using SQL Server Profiler, you can do the following:

Monitor the performance of an instance of Analysis Services.

Debug Multidimensional Expressions (MDX) statements.

Identify MDX statements that run slowly.

Test MDX statements in the development phase of a project by stepping through statements to confirm that the code works as expected.

Troubleshoot problems in Analysis Services by capturing events on a production system and replaying them on a test system. This approach is useful for testing or debugging purposes and lets users continue to use the production system without interference.

Audit and review activity that occurred on an instance of Analysis Services. A security administrator can review any one of the audited events. This includes the success or failure of a login try and the success or failure of permissions in accessing statements and objects.

Sunday, February 12, 2012

BPA save Best Practice

I have created a BPA best practice, I now want to save it to begin scanning. The BPA User Guide says to 'Click the Save Best Practice' link to save the created Best Practice. On the BPA Create Best Practice window I don't see any Save Best Practice link
. What am I missing?
Thanks,
Terry
What screen resolution are you using ? If it's less than 1024X768 you might
have trouble seeing it, it's right off the bottom of the screen. You should
be able to get to it by pressing Tab when on the rules section or increasing
your screen resolution
HTH
Jasper Smith (SQL Server MVP)
I support PASS - the definitive, global
community for SQL Server professionals -
http://www.sqlpass.org
"Terry Serena" <tserena@.duqlight.com.NO_SPAM> wrote in message
news:3616EF03-AFA2-4DE6-9BDB-69541EAABB29@.microsoft.com...
> I have created a BPA best practice, I now want to save it to begin
scanning. The BPA User Guide says to 'Click the Save Best Practice' link to
save the created Best Practice. On the BPA Create Best Practice window I
don't see any Save Best Practice link. What am I missing?
> Thanks,
> Terry
|||Jasper,
Thanks, changing my resolution solved my problem.
Terry