Viewing 15 posts - 46 through 60 (of 492 total)
It almost looks like the Job History data is causing this. How many rows are there in the Job History? I've found if the Job History gets too big, the clean...
March 6, 2019 at 11:55 am
If you use backup and restore then the database level permissions are identical, and the issue can't be at this level. That is unless the user running reports needs permissions...
March 4, 2019 at 8:32 pm
You could possibly get it more efficient by using a single CTE that numbers the rows, much like your #unpivot_step2 CTE does, then join to itself, based on reqid and row...
March 4, 2019 at 8:19 pm
First off, do you have a backup of the reporting database from before the hack? A restore to another server or under a different name would allow you to check...
March 4, 2019 at 7:41 pm
Any chances this is a SQL Native login, not a domain login? Odds are it's SQL Native and the SIDS don't match between the nodes in the AoHA cluster. Every...
March 4, 2019 at 1:11 pm
What's the relevance of the nightly full backup with regards to Log Shipping, and why do you want to take a second full backup? Are you only applying logs once...
October 24, 2018 at 4:11 pm
Personal recommendation based on experience... I would keep the databases on the same instance. Some of the reasons, in no particular order being:
September 2, 2018 at 9:00 pm
Sorry, there is currently no feature in MS SQL Server that exactly correlates with Oracle RAC. Oracle RAC uses a shared memory system that allows them to do all CRUD...
September 2, 2018 at 8:22 pm
I'm really interested in this:
And let me know if those 3rd party apps are using GUIDs for PKs/Clustering Keys... I know how to fix those so that fragmentation...
July 26, 2018 at 8:40 pm
Thanks Jeff for your great response, there's a lot of good material in that. Being in the...
July 25, 2018 at 8:46 pm
Despite all the warnings about talking to your licensing re-seller, and my own caveat that any advice I give must be checked with Microsoft, etc. the following is what I...
July 24, 2018 at 9:09 pm
Looks like the "Dump on errors" option has been enabled in the Execute Package Dialog box.
check out the link:Generating Dump Files for Package Execution
Found...
June 14, 2018 at 4:51 pm
June 14, 2018 at 4:43 pm
As long as the formatting in the source table is consistent, i.e. always %%S, %%X, %%P, then it comes down to basic substrings. It doesn't matter if any given portion...
June 14, 2018 at 4:29 pm
Viewing 15 posts - 46 through 60 (of 492 total)