Viewing 15 posts - 5,701 through 5,715 (of 6,400 total)
when you created the r2 profile did you have ssms connected to multiple servers?. You might have opened the wrong servers mail config wizard hence why its showing on the...
March 6, 2012 at 2:13 pm
you could set the database to off-line / read-only after the restore which will stop the users logging in.
then set the database to single user, then read-write and run in...
March 6, 2012 at 1:53 pm
develop drill down reports.
basically in my solution I'm working on at the moment it gives high level information first, then you click on a particular metric and it loads a...
March 6, 2012 at 1:46 pm
just use ssrs in native mode and develop the reports as normal which show the kpi info you want to show
I'm designing a monitoring metrics dashboard zt the moment which...
March 6, 2012 at 1:24 pm
are you restoring through script? If so do you have operators and dbmail configured? You could but a send mail or notify operator tax command after the restore to email...
March 6, 2012 at 1:18 pm
you should be able to configure that in the app where it grabs to logged in user at launch and stores it while the app is open then passes it...
March 6, 2012 at 1:10 pm
to summarise on from the link that dskinner provided
the two accounts nt service\mssqlserver and sqlserveragent act as a sort of proxy
it allows you to change the service account as and...
March 6, 2012 at 12:58 pm
the company I work for now uses entity framework, its managed by using windows auth on the connection string for only the account running iis. This user cannot login via...
March 6, 2012 at 12:44 pm
nope, it is a pain staking process to go through and change the security. That is why you see so many people talking about security groups in ad which...
March 6, 2012 at 12:44 pm
domain accounts and groups are two different things,
the objects to which the user cannot see will not be set at home level security. You will need to go...
March 6, 2012 at 12:28 pm
easiest option would be to get your ssrs admins to give you report builder access that way you can modify them direct on the server.
if that's not an option there...
March 6, 2012 at 10:11 am
did you open the report in report builder which is the bottom option when you use the drop down menu when you hover over the report item?
or did you save...
March 6, 2012 at 8:36 am
take a look here, this is the proc we use to send out any job failures
March 6, 2012 at 8:34 am
I've done something similar, just created a blank report the way i want it then copy and pasting the XML code from the tamplate into a new blank rdl for...
March 6, 2012 at 7:43 am
Viewing 15 posts - 5,701 through 5,715 (of 6,400 total)