***Details in the DMV will be cleared and nulled whenever you restart SQL Server.
loading...
loading...
***Details in the DMV will be cleared and nulled whenever you restart SQL Server.
SQL Agent
Give the user the right role e.g. SQLAgentOperatorRole to msdb ( https://docs.microsoft.com/en-us/sql/ssms/agent/sql-server-agent-fixed-database-roles?view=sql-server-ver15 )
Software Assurance
License Mobility refers to the ability to move virtual instances from host to host and between server farms. SQL server needs Software Assurance for License Mobility.
Software Assurance can only be added after the fact if the above 90 day condition is met. Otherwise it must be purchased alongside the license itself. Software Assurance also cannot be added to existing License only volume licensing regardless of when it was purchased.
SQL Server
Please note that there are 2 ways of licensing SQL Server Standard:
Recently had a user with this error. I’ve had this before after a domain migration I had Manually create SPN , but this SQL server hadn’t moved.
In the end it was the User account that was locked in AD!
I got deployment failed when trying to change a SQL servers License from Express to Developer.
I checked the Server and it had developer license installed on SQL
Looking at the JSON
If the SQL databases are in simple recovery
If the databases are in full recovery model
Here are the steps to change the owner of Workspace/Folder in Worksite 10
–To change the owner of a Workspace/Folder, first we need to find the prj_id of the Workspace/Folder
select * where prj_name LIKE ‘%FOLDER\WORKSPACE_NAME%’
–To change it to a different owner…
update mhgroup.projects set prj_owner = ‘NEW_USERID’ where prj_id = ‘WORKSPACE_ID’
After changing the owner of the workspace, the author in the docmaster table for this workspace needs to change as well. The owner is still shown as the old one, but after updating the author, the new owner should appear on the workspace profile.
Please run the following additional query:
– update mhgroup.docmaster set author =’new userID’ where docnum = ‘you can get this from the query below ‘
–also, to change the underlying Workspace/Folder document’s owner update mhgroup.docmaster set operator = ‘NEW_USERID’, author = ‘NEW_USERID’ where docnum = ‘DOCNUM’
Please test this against a backup copy of the database. Also make sure you backup the database before running this against production database.
To find the docnum of a workspace: select * from mhgroup.projects where prj_name = ‘Exact Name of Workspace’ and subtype = ‘work’
So you’ve found an issue in a Package in a Project for a DataSynchronization in a Integration Services Catalogs ( .dtsx file ) that you want to edit?
Install if its not already on it and open SQL Server Data Tools
Click on File and New Project
Choose this Project
Choose “Intergration Servies Catalog” and Open the project
You should see the .dstx files on the right under
Login to the Nable Administrator Report Manager ( http://%reportmanagerserver%/Interface/Pages/menu.aspx )
You will need to use the username : [email protected]m ( You can reset this password )
Navigate to the following
Depending on your retention modify the below per here
Open SQL Server Management Studio make sure you have maintenance plan set up on the ODS Database
If you backup via another utility you can cancel the below :
After the maintenance plan ran , we ran a Shrink on the database to reduce a 400GB Database file back down to 50GB for 3000 Devices
*SolarWinds MSP does not recommend shrinking your database.* however this was needed due to the ODS build up