Viewing 15 posts - 481 through 495 (of 2,863 total)
As a random guess, does the SQL Agent Service account have access to the file you are trying to rename? If I had to guess I would say It is...
September 11, 2023 at 3:12 pm
My opinion, I would ask them to do basic troubleshooting to validate that the disk is good. Just because other systems are running fine now, doesn't mean they will continue...
September 11, 2023 at 3:07 pm
If I had to guess, I'd say that the transaction is not committing.
But my first steps when troubleshooting things like this are to check things like profiler or extended events...
September 8, 2023 at 7:36 pm
The error tells you MOST of what you need to know - the user doesn't have access to log into the database. Your next step will be to log into...
September 8, 2023 at 2:36 pm
I have a feeling that would fail, but why don't you give it a shot?
But I think the correct syntax for concat is a "+" in SSRS.
September 8, 2023 at 2:10 pm
So, based on what you have said, your JOIN syntax is filtering out the data.
My next steps then would be to do the SELECT COUNT(*) and have all the joins...
September 7, 2023 at 7:03 pm
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
Viewing 15 posts - 481 through 495 (of 2,863 total)