Tutorial by Topics: base

This section provides an overview of what sybase is, and why a developer might want to use it. It should also mention any large subjects within sybase, and link out to the related topics. Since the Documentation for sybase is new, you may need to create initial versions of those related topics. ...
SQL Server includes a feature called delayed naming which means that in many cases you can deploy procedure and code that references objects that do not exist. It is also possible to drop or alter an object in such a way that any pieces of referencing code no longer run when called. When you get ...
You can use Pentaho Data Integration (Kettle) to Transfer Data from One Database to another. Its very easy as the transformation is automatically created just by creating the connection.and it can transfer Lacs of records very quickly.
A notorious common question is "how to send notifications from device to device", sadly the answer is: you can't. FCM needs to be triggered in order to send push notifications. That can be done in 3 different ways: Directly in the Firebase web console Setting a Firebase Functions li...
Firebase Cloud Messaging (FCM) is a cross-platform messaging solution that lets you reliably deliver messages at no cost. Using FCM, you can notify a client app that new email or other data is available to sync. You can send notification messages to drive user reengagement and retention. For use ca...
Database Transaction Units (DTU) are the unit in which the performance of Azure SQL DB is measured. DTUs make the most sense when used for comparing workloads. For example, a workload that uses 5 DTUs will consume 10 DTUs when doubled. Officialy, Microsoft has introduced the DTU as the average numb...
From Adminer management tool it's has export to csv file option for mysql database But not available for postgresql database. Here I will show the command to export CSV for postgresql database.
In this post I am giving an example on how to connect to Couchbase over SSL/TLS to establish a secure connection to protect data on wire. Hopefully, you have enabled SSL on Couchbase side. For Information on enabling SSL on Couchbase side you can refer to http://docs.couchbase.com/developer/dotnet-...
Base 64 encoding represents a common scheme for encoding binary into ASCII string format using radix 64. The base64 module is part of the standard library, which means it installs along with Python. Understanding of bytes and strings is critical to this topic and can be reviewed here. This topic exp...
Starting with PowerShell version 5.0, you can use PowerShell class definitions to create Desired State Configuration (DSC) Resources. To aid in building DSC Resource, there's a [DscResource()] attribute that's applied to the class definition, and a [DscProperty()] resource to designate properties a...
You can use hierarchical queries to retrieve data based on a natural hierarchical relationship between rows in a table
Firebase Cloud Messaging (FCM) is a cross-platform messaging solution that lets you reliably deliver messages at no cost. Using FCM, you can notify a client app that new email or other data is available to sync. You can send notification messages to drive user reengagement and retention. For use ca...

Page 5 of 7