A. Check Table SQL Server
select * from barang;
B. Install & Enable SSRS Service
Monday, December 27, 2021
.::: Performance Compare 4 CPU vs 1 CPU In SQL Server Using Execution Plan (Setting MaxDop Max Degree Of Parallelism) :::.
1. Download & restore AdventureWorks2019
2. Open New Query and run Query below & Execute
set Statistics io, time on
use AdventureWorks2019
-- Query running on 4 logical processors
Tuesday, December 21, 2021
.::: Lab Integration SSIS with SQL Server using SQL Jobs Agent :::.
A. Create Database & Table from Source & Destination
1. Create database source
tgh_source
2. create table source
create table barang(
KODE_BARANG char(6) not null ,
NAMA_BARANG varchar(25),
SATUAN_BARANG varchar(20),
STOK_BARANG decimal(4),
primary key (KODE_BARANG));
.::: Configure Enable NTP Server & Client Windows Server using Group Policy Editor :::.
A. Windows Server become NTP Server
1. Open Group Policy Editor (gpedit.msc)
2. Open Time Provider
Computer Configuration > Administrative Templates > System > Windows Time Service > Time Providers.
.::: Cannot Remote Desktop Connection : An Authentication error has Occured. Due to CredSSP Encryption Oracle Remedian :::.
1. Open Registry
2. Open Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System\CredSSP\Parameters
3. Double-click the AllowEncryptionOracle DWORD to open its Edit DWORD window.
Enter the value ‘2‘ in the Value data text box, and press the OK button.
Friday, December 10, 2021
Subscribe to:
Posts (Atom)
Popular Posts
-
Sertifikasi profesional, kadang hanya disebut dengan sertifikasi atau kualifikasi saja, adalah suatu penetapan yang diberikan oleh ...
-
SQL atau Structured Query Language) adalah sebuah bahasa yang digunakan untuk mengakses data dalam basis data relasional. Bahasa ini sec...
-
bagaimana cara mengubah hostid di Solaris The Hostid is a globally unique ID for a Sun Solaris Machine. Sometimes, you need to change t...
-
DNSPerf and ResPerf are free tools developed by Nominum that make it simple to gather accurate latency and throughput metrics for Domain ...
-
1. Check Host ID Solaris The Hostid is a globally unique ID for a Sun Solaris Machine. Sometimes, you need to change this hostid for ...