Viewing 15 posts - 481 through 495 (of 2,857 total)
My first step when debugging things like that is to look at the data insert steps (anything that has an "INSERT" statement) and run the code below the that to...
September 7, 2023 at 5:31 pm
Quick check with google, SSRS supports managed service accounts:
I personally have not set that up and used it with a .NET app nor with SSRS, but it appears that what...
September 7, 2023 at 5:11 pm
My approach would be if you ABSOLUTELY need to use your .NET app for this would be to encrypt the password using some certificate that is on the server running...
September 7, 2023 at 4:40 pm
Data corruption is a tricky thing to correct and can result in larger problems down the road.
I'd either hire a DBA consultant who specializes in data recovery to resolve the...
September 7, 2023 at 4:33 pm
I should say one thing - before changing compat levels, I would test things out on a sandbox. There ARE valid use cases for using the old CE or older...
September 7, 2023 at 4:14 pm
I agree that re-doing the backup strategy seems like overkill, especially when it is working. Mind you, as a long term solution and for future supportability, I would be moving...
September 7, 2023 at 4:02 pm
That sounds like it may be a bug in SSMS then... but oof... using the edit GUI in SSMS? I find that to be clunky and painful to work with....
September 7, 2023 at 3:12 pm
Pretty sure that it is saying that you are using an old CE because you are running SQL Server 140 but have database compatibility in 120. So the CE is...
September 7, 2023 at 2:47 pm
As another random thought - Are you seeing any pattern to when it blanks out? Like is it good at 8:02 but by 8:15 it is blank? If so, I...
September 7, 2023 at 2:41 pm
Just thought of a small scenario that MAY not impact you, but thought I'd toss this in here too - do you have any heaps? The reason I ask is,...
September 6, 2023 at 7:33 pm
Makes more sense to me now, but I know I still prefer having a bunch of "useless" backups rather than an inconsistent backup strategy. But that's just my opinion. Doesn't...
September 6, 2023 at 6:01 pm
I could be mistaken, but what you set up is an isolated network so SQL can talk to AWS for authentication using AD authentication BUT you have no computers joined...
September 6, 2023 at 3:48 pm
As a guess (no access to or history of your system) - I would say that in some old old version of SQL Server, single user mode on system databases...
September 6, 2023 at 3:42 pm
Possibly a silly question, but is there a reason for this obscure backup strategy? I am just trying to figure out why you would want to have backups taken sporadically...
September 6, 2023 at 3:20 pm
One thing I would be careful of is that using AKV means your SQL instance relies on a cloud service to decrypt its data. This is important for 2 big...
September 5, 2023 at 9:58 pm
Viewing 15 posts - 481 through 495 (of 2,857 total)