 |
 |
 |
 |
Welcome to Ledscripts.com's Technical Document Archive! |
 |
 |
 |
 |
Here you will find articles on technical subject, rants, ideas, notes and just about anything related to
technical jabber. All of these articles are written and published in-house and are exclusive to this site.
Latest articles:
Automating Cross-Tab Views with PostgreSQL
[ PostgreSQL ]
Published: Jul 17, 2007 @ 15:06:55 (3,128 views)
Learn how to easily create cross-tab views in PostgreSQL without having to de-normalize your database structure or create "wide" summary tables with many columns.
Cross-Database Copying in PostgreSQL
[ PostgreSQL ]
Published: Jan 16, 2006 @ 14:25:16 (4,351 views)
This article covers copying data between different databases. By default, PostgreSQL does not support copying data from one database directly into another. This article points out ways around this problem.
SQL Server Domain Move Tips
[ Microsoft SQL Server ]
Published: Sep 11, 2005 @ 22:30:24 (5,845 views)
When moving from one NT or Active Directory domain to another (or from NT to Active Directory), Microsoft provides no official solution to switching login domains for existing users that use pass thru authentication. This article will help ease the transition and provide a script to do the grunt work for you!
Spam Filter with SpamAssassin
[ Perl ]
Published: Sep 08, 2005 @ 9:21:31 (9,560 views)
Filter your incoming spam before it ever reaches your inbox using SpamAssassin and qmail with this custom spam-filter.pl. This article will contentrate specifically on using it with vpopmail (which makes use of qmail.)
Articles by Category:
| Perl (1 articles) | PHP (0 articles) |
| JavaScript (0 articles) | Microsoft .Net (0 articles) |
| Microsoft SQL Server (1 articles) | MySQL (0 articles) |
| Oracle (0 articles) | PostgreSQL (2 articles) |