Viewing 15 posts - 496 through 510 (of 2,883 total)
To add to what Jeff said, DBA in the cloud is a VERY similar skill set to DBA on premise. On the back end, it is all the same thing...
September 12, 2023 at 9:08 pm
Step 1 - check the docs:
things to note:
ODBC data sources are not supported for multidimensional solutions
AND if you want to connect to other databases, you need an "An OLE DB...
September 12, 2023 at 5:41 pm
I'm still thinking this is either:
A - expected behavior <-- that is there is an error message being sent in the email notification
B - bug in Visual Studio or SSDT...
September 12, 2023 at 5:29 pm
The ONLY reason I see to use powershell for a backup process would be if you needed to move the file to a location that the SQL agent service didn't...
September 11, 2023 at 8:14 pm
According to the MS docs, that shouldn't be happening. As a really random thought - is it possible that an error did occur, just not the way you were thinking?...
September 11, 2023 at 8:11 pm
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
Viewing 15 posts - 496 through 510 (of 2,883 total)