software:microsoft:sqlserver
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| software:microsoft:sqlserver [2018/07/02 20:09] – superwizard | software:microsoft:sqlserver [2018/09/13 20:28] (current) – superwizard | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== I can't connect to my servers SQL database via an IP Address ====== | ||
| + | |||
| + | From: https:// | ||
| + | |||
| + | < | ||
| + | open SQL Server Configuration Manager; | ||
| + | switch to the SQL Server Network Configuration | Protocols for SQLEXPRESS; | ||
| + | double-click the TCP/IP protocol; | ||
| + | select the Yes value in the Enabled field; | ||
| + | switch to the IP Addresses tab; | ||
| + | </ | ||
| + | |||
| ====== Backup with powershell ====== | ====== Backup with powershell ====== | ||
| < | < | ||
| ps1 script | ps1 script | ||
| - | Backup-SqlDatabase -ServerInstance Machine096\SSERVICES -Database IServices -BackupAction Database | + | Backup-SqlDatabase -ServerInstance Machine096\SSERVICES -Database IServices -BackupAction Database |
| Exit | Exit | ||
| + | |||
| Cmd file | Cmd file | ||
| - | powershell.exe -executionpolicy bypass -file BackupScheme.ps1 -Balanced | + | powershell.exe -executionpolicy bypass |
| + | -file " | ||
| </ | </ | ||
software/microsoft/sqlserver.1530562174.txt.gz · Last modified: by superwizard
