Viewing 15 posts - 1,171 through 1,185 (of 1,246 total)
Hi - to answer your question, create a domain admin account on your network if you haven't done so already. Use this same account to run the Agent service on...
----------------------------------------------------
November 2, 2012 at 12:02 pm
I suppose create a trace in profiler to see what connections to your database are coming from other servers and using the account that ssrs is running under. If the...
----------------------------------------------------
November 1, 2012 at 4:54 pm
One reason I think this is not a good practice is that the cardinality can be quite high. This can be valid to do if business regards this as important....
----------------------------------------------------
November 1, 2012 at 4:30 pm
It is suggested you use a single domain account for all SQL server agents, a domain admin to allow access to share folders. Make sure it has 'log on as...
----------------------------------------------------
November 1, 2012 at 3:58 pm
Do dbcc useroptions to see what lanugage you are using. Us_English will recognize 10-11-12 as Oct 11 2012. But British English will see it as Nov 10.
From here do...
----------------------------------------------------
November 1, 2012 at 3:12 pm
Great article and imagination, about all I would suggest is toward the end of the trigger ...
FROM
WHERE Content IS NOT NULL
...
----------------------------------------------------
October 24, 2012 at 3:04 pm
You'll need MS DTC running if you are using 'immediate updating' updateable subscriptions. The other option is 'queued updating.' Here the changes are stored at the client and pushed when...
----------------------------------------------------
October 5, 2012 at 4:19 pm
One thing I saw on MSDN and worth noting:
"Because the leaf level of a clustered index and the data pages are the same by definition, creating a clustered index and...
----------------------------------------------------
October 5, 2012 at 4:07 pm
THis is not the cleanest way but for those who dont have the lookup functionality in SSRS...if you can import the data to the current database using a temp table...
----------------------------------------------------
October 5, 2012 at 1:59 pm
Your database login may have a default language different than English, or the production server's default language may not not match the one to your login. Maybe the agent for...
----------------------------------------------------
September 25, 2012 at 3:47 pm
Surrogate keys are a great way to keep track of multiple instances of the same entity (product, person, ...). You can add a validFrom and validTo date fields to also...
----------------------------------------------------
September 21, 2012 at 2:46 pm
Is it possible there is replication whereby both updates need to occurr at the same time (publisher / subscriber) ? If so there could be an issue on the other...
----------------------------------------------------
September 18, 2012 at 3:26 pm
To create a database user account for an existing login,
sp_grantdbaccess @loginname = 'loginname'
----------------------------------------------------
July 10, 2012 at 11:57 pm
Have you tried to configure the permissions by connecting to the reports service through mangement studio? There you can select each report folder and/or report item and adjust them individually.
----------------------------------------------------
July 10, 2012 at 11:10 pm
There are books on Analysis Services 2008, etc... However a good search result that lands you on the pages of an educational institution is a good way to start. You...
----------------------------------------------------
April 17, 2012 at 11:45 pm
Viewing 15 posts - 1,171 through 1,185 (of 1,246 total)