The invention of a fixed formatted text (flat) file layout started with IBM in the 1960′s. Data sets on the mainframe could be stored in both fixed and variable length records.
A flat file is defined as having one record of data per row that is ended with a new line. Each field [...]
Today, I want to talk about getting in shape to run the Microsoft Exchange, SMTP Relay. It takes years of practice to get in condition for such a grueling race. I am just kidding!
However, the topic of a SMTP relay is an important one that you will come across in your career. A [...]
I would like to chat about one of my favorite programming topics, implementing recursive algorithms.
Recursion in computer science is a method where the solution to a problem depends on solutions to smaller instances of the same problem. A recursive program is a program that calls itself to work on a smaller sub problem. [...]
Most Commercial off-the-self (COTS) systems read and write data to a relational database such as SQL Server, Oracle or DB2. Canned reports and data interfaces included with the COTS system sometimes have limited features that do not fully meet the business requirements. That is where you, the software developer, can come [...]
Business Users like to have data in a spreadsheet format. Since Microsoft Office is installed world-wide, it will be a common request for data in a XLS format.
Let’s make believe that we have the business problem to write information about the first five presidents to an XLS format.
The Cliché, there are [...]
Today I am going to talk about calculating primes.
Not the new Transformer movie in which Optimus Prime has to help the humans save the world.
I am talking about prime numbers in which the number is only divisable by one and itself.
The Algorithm that I am going to introduce is [...]
Categories
- Database Admin (39)
- Database Developer (72)
- Integration Services (5)
- Other (11)
- Perl Scripting (7)
- SQL Pass Events (8)
- SQL Tidbits (36)
- Under Construction (1)
- VB Script (10)
Cloud Tags
AFTER ALTER TABLE ALTER TRIGGER CPAN perl modules CREATE DATABASE create function create procedure CREATE TABLE create trigger create view database administrator database developer DATA TYPES DDL DECLARE DELETE DROP DATABASE DROP TRIGGER DROP VIEW execute EXISTS FORMAT free code INSERT ISNULL John F. Miner III PASS perl script REPLACE SELECT sp_help sp_helptext SQL Server SQL Server Management Studio SSMS. string function sys.databases sys.objects sys.schemas TRIGGERS TRUNCATE TABLE TSQL UPDATE USER DEFINED VIEW vb script

