cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
brianraley
Engaged Sweeper III
Is it possible to add a database backup option from within the Lansweeper client?

I'm having a terrible time trying to load the SQL 2008 Management Studio Tools.

Thank you for the consideration.
2 REPLIES 2
Brown_Dog_NG
Champion Sweeper

Dead thread, sorry to reopen but wanted to contribute.

If using SQL 2016, you may reference this site. Reference Step 2. I've extracted the steps in the event the link goes bad.

1. Log into your SQL Server via Microsoft SQL Server Management Studio
2. Right-click SQL Server Agent, select Start to enable this function.
3. Open up SQL Server Agent tab, right-click Job > New Job…
4. On General page, fill the name in the blank.
5. Turn to Step page, click New… and fill in Step name in the prompt window. Select T-SQL in Type, then input following statements in Command:>

DECLARE @strPath NVARCHAR(200)
set @strPath = convert(NVARCHAR(19),getdate(),120)
set @strPath = REPLACE(@strPath, ':' , '.')
set @strPath = 'filepath' + @strPath + '.bak'
BACKUP DATABASE [databasename] TO DISK = @strPath WITH NOINIT , NOUNLOAD , NOSKIP , STATS = 10, NOFORMAT

Note: as for the ‘filepath’ part you need to fill in the path created before to store these backups. For example: D:\Backup.
Then click OK.>

6. Turn to Schedules page, click New… and fill in Schedule name, select the Frequency and Duration in the prompt window. Click OK to save these settings.
7. Find the newly created job in SQL Server Agent > Jobs, right-click it and select Start Job at Step to start.

 

 

-Don't forget to hand out Kudos and mark Solutions to replies you receive!-
LS Tech Support Email: Support@lansweeper.com
LS Tech Support KB: https://www.lansweeper.com/contact-support/
Hemoco
Lansweeper Alumni
Could you clarify what the issue is you're experiencing with trying to install SQL Server Management Studio?

- Make sure you download the appropriate edition and version of the Management Studio. You can view the edition and version of your SQL Server installation in the Configuration/Scanning Setup/Database Scripts section of the Lansweeper web console.

- You can find your database login details in the Lansweeper configuration files below.
Program Files (x86)\Lansweeper\Service\Lansweeperservice.exe.config
Program Files (x86)\Lansweeper\Website\web.config