Viewing 15 posts - 91 through 105 (of 250 total)
Are you able to use SSRS and embed a report graph?
August 8, 2011 at 3:34 pm
Two quick questions that may help:
1. Did you run the RECONFIGURE statement after setting the option? If not, this may not be active.
2. If you did run...
June 20, 2011 at 11:14 am
To keep it simple, I would open the database in SSMS, right-click the database, point to Tasks, and then click Import Data.
Start the wizard by selecting MS Access DB as...
June 20, 2011 at 11:04 am
Unfortunately, you cannot simply detach the database from Ent and re-attach it in Standard. A backward conversion is not provided and there is a flag in the DB that...
June 10, 2011 at 4:28 pm
Most likely is that you did not have the SQL Server instance name incuded in the server name. It also may have been spelled wrong.
If you are accessing a...
June 10, 2011 at 4:23 pm
I suspect the IMPERSONATE permission may be the issue. You have already given access to everything user1 can access.
Try revoking the IMPERSONATE permission.
The whole idea of EXECUTE AS is...
June 9, 2011 at 2:41 pm
Sharepoint installation is not a requirement of SSRS, it is an option that you can select. SSRS installs as a stand-alone configuration that does not require Sharepoint by default.
Using...
May 26, 2011 at 1:54 pm
Are the images inserted as links to a location that is accessible to the Reporting Services client? If not, that may solve your issue. Absolute paths can be...
May 2, 2011 at 12:26 pm
When you create the assembly for a CLR object you have to specify the PERMISSION_SET. If you don't specify it, the permissions given the assembly is SAFE. That...
April 18, 2011 at 11:42 am
What does the job history say about why the jobs failed to run?
April 7, 2011 at 9:20 am
It is most likely the "Balance" portion of the formula. This should be the name of the data region on the report/Tablix. The name typically defaults to something...
April 7, 2011 at 9:18 am
The query is not returning duplicate values, it is returning exactly what you requested, and only one of each physical instance in the db.
To see any unique data, you will...
April 7, 2011 at 9:14 am
You probably need to go into security and enable the sa login. If you installed SQL Server with mixed authentication, sa is not enabled by default.
April 7, 2011 at 9:10 am
Are you looking for a dashboard for the SQL Server itself, or to display for application data in the database?
If it is for SQL Server, there are quite a few...
April 6, 2011 at 3:48 pm
DDL triggers are probably what you need to use.
Check out these two links for information about DDL triggers and how to create and use them:
http://www.sqlbook.com/SQL-Server/DDL-Triggers-in-SQL-Server-34.aspx
April 6, 2011 at 3:42 pm
Viewing 15 posts - 91 through 105 (of 250 total)