Salah satu fitur yang tidak tersedia secara default di Canvas PowerApps yaitu Kotak Dialog yang bermanfaat untuk melakukan konfirmasi terlebih dahulu sebelum user melakukan sesuatu di form seperti menambahkan data baru, edit, atau menghapus data. Dalam artikel ini akan dijelaskan bagaimana caranya membuat kotak dialog di Canvas PowerApps untuk kebutuhan tersebut.
[Continue reading…]
Author: yulianmf
Uninstalling DQS Server using DQSInstaller.exe
Salah satu cara untuk menghapus atau uninstall Data Quality Service Server yaitu dengan menggunakan aplikasi DQSInstaller.exe yang terdapat di dalam folder Microsoft SQL Server. Untuk menghapusnya sebenarnya mudah, namun terkadang kita lupa atau mungkin tidak mengetahui bahwa untuk menghapusnya harus menggunakan parameter lokasi backup knowledge base yang memiliki ekstensi .dqsb.
[Continue reading…]
DQS Server Installation Error: The Locale Identifier (LCID) is not Supported by SQL Server
Mungkin diantara kita ada yang pernah mengalami error pada saat melakukan instalasi Data Quality Services Server di SQL Server, termasuk saya salah satunya. Apabila dilihat dari errornya terdapat pesan dengan teks sebagai berikut: “The locale identifier (LCID) is not supported by SQL Server”. Error tersebut ditandai dengan LCID number yang digunakan di masing-masing komputer yang merujuk kepada regional / language setting yang digunakan.
[Continue reading…]
Writing HTML Code Faster using Visual Studio Code’s HTML Emmet Feature
Visual Studio Code merupakan salah satu code editor yang paling banyak digunakan saat ini. Kemudahan penggunaan, support berbagai bahasa pemrogramman dan framework dan banyaknya ekstensi yang tersedia menjadi beberapa alasan banyaknya penggunaan Visual Studio Code. Salah satu built-in feature yang tersedia di dalamnya yaitu HTML Emmet.
[Continue reading…]
Ebook Learning SQL and TSQL Programming in SQL Server
This book is one of the many sources that are spread outside to learn SQL and T-SQL programming in SQL Server databases that are compiled by focusing on the practice directly and based on the author’s teaching experience during this time, so that readers are expected to better understand the concepts and practices of programming in SQL Server databases. By the time this book is written the SQL Server database has already reached version 2019, therefore this book is based on that version for use in Windows operating systems.
[Continue reading…]
Ebook-Learning SQL & PL/pgSQL Programming in PostgreSQL
This book is one of the many sources that are scattered outside to learn SQL and PL/pgSQL programming in the PostgreSQL database which is compiled with an emphasis on direct practice and is based on the author’s teaching experience so far, so that readers are expected to better understand the concept and programming practice in PostgreSQL databases.
[Continue reading…]
Ebook-Building GraphQL API Services with ASP.NET Core
This book discusses the development of API Services using GraphQL on top of the ASP.NET Core framework. GraphQL is a language for querying or manipulating resources or data against data sources such as databases. In addition, graphql also provides a runtime for processing queries and other graphql objects. The language and runtime were originally built by Facebook in 2012 to be used internally. In 2015 graphql began to be published in open source to the public. GraphQL provides another alternative for developing api services besides those based on REST. Several leading companies including Facebook itself already use graphql such as github, pinterest, airbnb, paypal, twitter, and others.
[Continue reading…]