Viewing 15 posts - 1 through 15 (of 64 total)
I'm not sure exactly what's going on but if you are getting CREATE DATABASE permission denied in database 'master'. it seems like the user it's running as isn't sysadmin. ...
March 14, 2025 at 8:30 am
Hi, there is problem with the permissions assigned to the account running the service. If you are getting this error:
CREATE DATABASE permission denied in database 'master'.
The account it's running as...
March 12, 2025 at 3:13 pm
Hi, the tool works a bit differently from native log shipping. There is no copy process to copy the logs from a share on the source instance to a folder...
March 11, 2025 at 1:41 pm
A basic config would look like this where we configure the destination (where we want the DBs to be restored), and the path of the log backups.
LogShippingService.exe...
March 11, 2025 at 11:24 am
If you are using standby mode to read from the log shipped databases, you will need to kill any connections to the standby databases before you can restore additional logs. ...
March 9, 2025 at 7:11 pm
Extended events tend to be more for diagnostic purposes than monitoring resource utilization. You can get some info like CPU utilization from XE. Perfmon could be used to capture resource...
February 13, 2025 at 9:41 pm
I created DBA Dash. It's a Windows service that collects data from your SQL instances into a central repository database. There is a Windows GUI app front-end. It will...
February 12, 2025 at 8:26 am
It's the SQL Server account rather than the agent account that needs access to the backup folder (At least for the RESTORE FILELIST command that has the error). It looks...
April 11, 2024 at 6:57 pm
Ola Hallengren's solution supports backup to URL - it might be a better option. This gist helped me get started with it - though it sounds like you...
April 11, 2024 at 6:31 pm
I created a monitoring tool(DBA Dash) that can track space of your databases over time. There are some export to Excel options if you want to do some further...
April 4, 2024 at 2:57 pm
Daily checks are a great idea - you are on the right track. You don't want to rely on email alerts alone - it's best to validate that things are...
November 2, 2023 at 10:58 pm
I have experience with two large systems - one with FILESTREAM blobs and the other using normal blobs. Both ultimately got migrated out of the database into an...
November 1, 2023 at 9:00 am
You might find this script useful which can help decipher the wait resource:
https://github.com/trimble-oss/dba-dash/blob/main/DBADashGUI/SQL/DecipherWaitResource.sql
It's from the open-source monitoring tool I created - DBA Dash.
October 28, 2023 at 8:33 pm
Something else worth noting. If there is a chance you might want the DB to run in the cloud on Azure DB or managed instance - FILESTREAM is not supported...
October 27, 2023 at 10:04 pm
I have experience with two large systems - one with FILESTREAM blobs and the other using normal blobs. Both ultimately got migrated out of the database into an object store. ...
October 27, 2023 at 9:58 pm
Viewing 15 posts - 1 through 15 (of 64 total)
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy