19 września 2013
MSSQL backup
use NPZDRpl;
GO
BACKUP DATABASE NPZDRpl
TO DISK = ‘C:\Program Files\Microsoft SQL Server\MSSQL11.MSSQLSERVER\MSSQL\Backup\npzdr_full_2_130919.bck’
WITH FORMAT,
NAME = ‘Full Backup of NPZDRpl’;
GO
Komentarze są wyłączone
17 września 2013
12 września 2013
4 września 2013
nslookup MX NS A
- At a command prompt, type nslookup, and then press ENTER.
- Type server <IP address>, where IP address is the IP address of your external DNS server, and then press ENTER.
- Type set q=MX, and then press ENTER.
- Type <domain name>, where domain name is the name of your domain, and then press ENTER. The MX record for the domain you entered should be displayed. If the MX record is not displayed, DNS is not configured properly.
Komentarze są wyłączone