Viewing 15 posts - 5,686 through 5,700 (of 6,395 total)
the UNC path is the path to the shared folder,
so in the example you provided it will be
restore database ######### from disk = '\\servername\Share\##.bak'
March 7, 2012 at 3:35 am
one thing I would say is create AD security groups before you start doing anything with permissions, it makes life a lot easier.
then grant the group the access it needs,...
March 7, 2012 at 3:33 am
this is working as I need it, will also invesitgate the variable route as well
public void Main()
{
...
March 7, 2012 at 3:07 am
Yep that looks like MDX to me, not my strong point I'm afraid.
March 7, 2012 at 2:50 am
i am guessing its down to having the impersonation box checked as once its connected as domain\user it then tries to run the query as domain\user1, so if domain\user1 doesnt...
March 7, 2012 at 2:46 am
current flow is
file system task to delete all files on the FTP server
for each loop with a file system task to copy all BAK files from the instance's backup drive...
March 7, 2012 at 2:43 am
do you have local admin access to the remote server?
if not ask someone who has got local admin to grant you report builder rights which will save you downloading modifying...
March 7, 2012 at 2:20 am
so SSRS is installed on your local machine where you are trying to get the reports from? or are they on a remote server?
March 7, 2012 at 1:25 am
I take it your running the same account for both the server and agent?
March 6, 2012 at 11:58 pm
please post a screenshot of the settings for the datasource dstest2
March 6, 2012 at 11:53 pm
that maybe down to permissions, I've seen that before after a restart of the agent it still doesn't work
can you impersonate the SQL agent account and try sending a mail...
March 6, 2012 at 2:37 pm
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
Viewing 15 posts - 5,686 through 5,700 (of 6,395 total)