Viewing 15 posts - 16 through 30 (of 181 total)
If you don't have space to do a backup of the log, you can truncate it with this:
BACKUP LOG DMP WITH TRUNCATE_ONLY
then you can shrink the database. After all this,...
December 24, 2007 at 9:52 am
Create a new project and select "Import Analysis Services 9.0 Database" from the New Project dialog.
December 14, 2007 at 10:21 am
You can run DTS packages only on 32 bits, the DTS components doesn't exists for 64 bits.
December 14, 2007 at 10:06 am
Check on the Configuration Manager that both SQL Server and Reporting Services are started. Also check that IIS is started.
Can you see the main directory when you browse to...
December 10, 2007 at 10:05 am
By default, SSAS logs every 10th query, no matter from where they come. You can change the frecuency in QueryLogSampling parameter of the server.
November 6, 2007 at 1:06 pm
You can't modify the Report Manager page, but you can write a page with links to reports and publish it to IIS.
October 31, 2007 at 11:45 am
Where are you doing this? I think it's reporting services, so in the value field of backgroundimage property of each cell enter an expression like this:
=iif( cellvalue=1, image1, image2)
October 31, 2007 at 11:40 am
The user must have assigned the Report Builder role, if he will publish reports also needs the Publisher role.
October 31, 2007 at 10:40 am
In BIDS you go to Project Properties -> Deployment, on Target section, there are options for server and database.
October 29, 2007 at 4:58 pm
The role must be added in Analysis Services to the database where your user wants to deploy cubes.
Yes, you have to create the database first.
October 29, 2007 at 3:27 pm
1. It have to run on a very limited account. It depends on the type of access to network or data sources if you configure it with a local or...
October 29, 2007 at 2:23 pm
With that setting off, you deny access to local server Administrations group.
To restore the settings try this:
1. Stop the server
2. Open msmdsrv.ini file located in the installation dir.
3. Locate...
October 29, 2007 at 11:25 am
Check in the dimension usage if the relationships between dimensions and measure group are ok.
September 21, 2007 at 11:52 am
Delete all files in the data folder corresponding to this database, then try to restore the backup again.
September 20, 2007 at 10:48 am
If you want to add new data, do an incremental process setting a query that returns just the new rows.
September 7, 2007 at 10:33 am
Viewing 15 posts - 16 through 30 (of 181 total)