SQL REPLICATE Function
I needed to replicate a character 24 times in one instance and in another I had to prefix a value with leading zeros (total of 24 characters). SQL Server has a REPLICATE function that makes […]
I needed to replicate a character 24 times in one instance and in another I had to prefix a value with leading zeros (total of 24 characters). SQL Server has a REPLICATE function that makes […]
As our web application matures and we add long running processes we’ve run into page timeouts; but, more annoying is not knowing what is going on other than an animated gif. In the Window’s world […]
The import fields maintenance maps the data from the input import file to the target (destination) table’s column. Here is a short explanation of the properties: Template: the import (template) linked to link to the […]
The import (template) maintenance screen is used to configure the import. Here is a short description of each of the properties used: Description: describes the import template and is the displayed text in the imports […]