Wrzesień « 2013 « Różności …

Różności …

19 września 2013

MSSQL restore

Zaszufladkowany do: Bazy danych,MsSQL — Tagi: — Jacek @ 21:59

MSSQL backup

Zaszufladkowany do: Bazy danych,MsSQL — Tagi: — Jacek @ 16:28
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
http://www.mssqltips.com/sqlservertutorial/20/sql-server-backup-database-command/

17 września 2013

MSSQL eksport

Zaszufladkowany do: Bazy danych — Tagi: — Jacek @ 11:58

12 września 2013

Jazda bez trzymanki :-)

Zaszufladkowany do: Bez kategorii — Jacek @ 11:00

4 września 2013

nslookup MX NS A

Zaszufladkowany do: Informatyka - pozostałe — Tagi: — Jacek @ 13:38
How to use Nslookup to verify MX record configuration


  1. At a command prompt, type nslookup, and then press ENTER.
  2. Type server <IP address>, where IP address is the IP address of your external DNS server, and then press ENTER.
  3. Type set q=MX, and then press ENTER.
  4. 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.

Strona startowa: www.jaceksen.pl