Viewing 15 posts - 856 through 870 (of 2,356 total)
The service account does not have access to the folder where the systemresource database is location maybe?
Michael L John
If you assassinate a DBA, would you pull a trigger?
To properly post on a forum:
http://www.sqlservercentral.com/articles/61537/
October 29, 2020 at 1:12 pm
Is this person in way over their head? It seems like he was dumped in a closet and given orders to find out everything. He's been pretty prolific with posts. ...
Michael L John
If you assassinate a DBA, would you pull a trigger?
To properly post on a forum:
http://www.sqlservercentral.com/articles/61537/
October 29, 2020 at 1:02 pm
There's a lot here. I'm not sure I am 100% clear about what you are looking for. I will take stab at what I think I understand you are looking...
Michael L John
If you assassinate a DBA, would you pull a trigger?
To properly post on a forum:
http://www.sqlservercentral.com/articles/61537/
October 29, 2020 at 12:59 pm
Have you installed Visual Studio and SSDT?
Michael L John
If you assassinate a DBA, would you pull a trigger?
To properly post on a forum:
http://www.sqlservercentral.com/articles/61537/
October 28, 2020 at 12:52 pm
Thanks.
If a 3rd party tool takes db backups(full,diff,log) will that information be captured inside sql tables ?
If it is taking a SQL backup. It will be logged in the...
Michael L John
If you assassinate a DBA, would you pull a trigger?
To properly post on a forum:
http://www.sqlservercentral.com/articles/61537/
October 27, 2020 at 6:38 pm
You may want to look at this thread.
Michael L John
If you assassinate a DBA, would you pull a trigger?
To properly post on a forum:
http://www.sqlservercentral.com/articles/61537/
October 27, 2020 at 6:35 pm
Michael L John
If you assassinate a DBA, would you pull a trigger?
To properly post on a forum:
http://www.sqlservercentral.com/articles/61537/
October 27, 2020 at 6:29 pm
That's you answer. Create a listener, and have everything connect to that
Michael L John
If you assassinate a DBA, would you pull a trigger?
To properly post on a forum:
http://www.sqlservercentral.com/articles/61537/
October 23, 2020 at 8:33 pm
Are all the projects in a Visual Studio project? If so, simply re-deploy them to the new server.
If they are not, export the existing packages to an ,ispac and import...
Michael L John
If you assassinate a DBA, would you pull a trigger?
To properly post on a forum:
http://www.sqlservercentral.com/articles/61537/
October 23, 2020 at 8:28 pm
Do you have a listener configured in your AG?
Michael L John
If you assassinate a DBA, would you pull a trigger?
To properly post on a forum:
http://www.sqlservercentral.com/articles/61537/
October 23, 2020 at 8:24 pm
Also, and I realize that this is test data, but a date column may not make a good primary key. I'm guess that there can be two transactions on the...
Michael L John
If you assassinate a DBA, would you pull a trigger?
To properly post on a forum:
http://www.sqlservercentral.com/articles/61537/
October 20, 2020 at 3:38 pm
I'm probably missing some details, but if you have an availability group, make the on-prem the primary, and the Azure instances the secondary(s).
When the cutover needs to occur, fail it...
Michael L John
If you assassinate a DBA, would you pull a trigger?
To properly post on a forum:
http://www.sqlservercentral.com/articles/61537/
October 20, 2020 at 2:42 pm
Hi John,
I have tried the same solution as yours but it brings every date of transaction against the account.
Do you want the last(most recent?) date by account number? Or...
Michael L John
If you assassinate a DBA, would you pull a trigger?
To properly post on a forum:
http://www.sqlservercentral.com/articles/61537/
October 20, 2020 at 2:32 pm
Duplicate post
https://www.sqlservercentral.com/forums/topic/unable-to-get-the-last-date-from-the-query-2
Michael L John
If you assassinate a DBA, would you pull a trigger?
To properly post on a forum:
http://www.sqlservercentral.com/articles/61537/
October 20, 2020 at 2:27 pm
Thank you. I will do some research and see how I can achieve the same results without cursors. Because of tight deadlines I have used cursors in achieving what...
Michael L John
If you assassinate a DBA, would you pull a trigger?
To properly post on a forum:
http://www.sqlservercentral.com/articles/61537/
October 19, 2020 at 1:27 pm
Viewing 15 posts - 856 through 870 (of 2,356 total)