How To
- Approve order function.
- Cost Activities
- How does the “Approved Supplier” (QA status) functions work?
- How does the Approve direct purchases onshore work?
- How does the rule-based approval matrix work?
- How To - Set Failure Report Running Number
- How To - Add SQL Server to Windows Firewall Exception
- How To - Access the report template editor
- How To - Accounts and Budget (v. 2.662 and later)
- How To - Active a unit for use with the Incidents Module
- How To - Add same document on multiple components
- How To - Approve Purchase Orders and Change Requests when using Approval Rules and Change Approval
- How To - Assign user rights
- How To - Automatically resize images
- How To - Backup TMv2
- How To - Cancel Job History (Job Signed Out In Error)
- How To - Cancel job history (Video Link)
- How To - Catalogs
- How To - Change a Unit Code in TM Master V2
- How To - Check for File Not Found Error. Document Handling.
- How To - Circulating Components
- How To - Company tags
- How To - Connect the TM Master v2 Client Application
- How To - Connect the TM Master v2 client to more than one database
- How To - Contract Management
- How To - Copy Components, Component Jobs and Spare Parts
- How To - Create a new unit
- How To - Create a New User TM Master v2
- How To - Create and use batch jobs in TM
- How To - Create Credit Note
How To - Setting up an automatic backup with Express version of SQL Server
Because SQL Server express versions don’t have the possibility to run Scheduled tasks themselves, we need to do it in another way with Scripts and the Windows Task Scheduler:
- Add a new windows login to the SQL server that has enough access to take backup and restore databases
- This can be done in the SQL studio management console
- This can be done in the SQL studio management console
- Download the zip file attached and extract the files to a place where the windows user has access on the server where TM Master is installed and do changes in the files so they correspond with the file paths and databases for the installations
- Install sqlcmd Utility if you have not already installed it. This can be download from the page below if you don’t already have it:
https://docs.microsoft.com/en-us/sql/tools/sqlcmd-utility?view=sql-server-2017
Follow the instructions so the Utility gets installed with default preferences if you don’t have other preferences - Create a new Scheduled task
- Search for Task Scheduler on your server and open it
- Create a new task and give it a descriptive name
- Create a trigger, usually time based
- Add an “Start a program” action and define “powershell.exe” as the starting program
in the “Add arguments” field you need to add: -noprofile -executionpolicy bypass -File C:\TEMP\Script\BackupPS.ps1 - Remove all the checkboxes in the Conditions tab if you do not have other preferences
- Keep the default settings in the Settings tab if you do not have other preferences
- When you are finished, you can press OK and the task should ask for Credentials that you need to fill in.
If you want an automatic backup and restore to a test environment and you can do the same, but use the BackupandRestore.sql instead of the Backup.sql.
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article