Viewing 15 posts - 16 through 30 (of 66 total)
Thanks John
So when copying over the database does that actually bring the permissions of the users over as well? and then after that login is created I need to then...
November 11, 2019 at 4:42 pm
Hi Jeffrey
Thanks for that, I used sp_help_revlogin and it worked well.
November 11, 2019 at 4:12 pm
Ok great thanks for the info, I am transferring to different windows domains so I'm not its going to work as I need to use different accounts on different domains.
November 11, 2019 at 4:04 pm
Ok thanks Andreas, that involves powershell to copy the database and jobs and users I take it?
What would be the command ?
November 8, 2019 at 3:45 pm
Thanks Jeffrey
November 8, 2019 at 3:43 pm
Ok thanks
I am a bit rusty with this stuff so just to confirm is the correct process as follows:
November 5, 2019 at 4:56 pm
CHECKPOINT;
GO
DBCC DROPCLEANBUFFERS;
GO
Is that something that can be done on a production system?
My understanding was it could be a bit risky ?
July 19, 2019 at 3:47 pm
Yes agreed, it is most likely a futile exercise but still a requirement from the vendor, so the question is how to do it not why.
July 19, 2019 at 2:54 pm
Yeah it is being purposely put into single user mode as part of a nightly refresh, the backup happens directly after the single user mode has been set and it...
July 15, 2019 at 2:12 pm
So as part of some data load ...the DB in question is put into single user mode. I presume this is to ensure no more data is added to the...
July 15, 2019 at 2:01 pm
Yeah good question. It must be part of some job than runs which I do not have visibility of yet. In the error log I see the database put into...
July 15, 2019 at 1:42 pm
Hi Sue
There are 100's of servers and the request is for one email containing all failed jobs.
It seems powershell is the only way to achieve...
October 1, 2018 at 12:54 pm
@Sreekanth B & Michael L John Thanks for the responses.
I...
October 1, 2018 at 12:45 pm
Thanks @lowell......its seems its not so straight forward, I was hoping for something easier alright.
October 1, 2018 at 9:37 am
Thanks Vegard
August 27, 2018 at 8:04 am
Viewing 15 posts - 16 through 30 (of 66 total)