Search
| Login
corner corner
Relevant Links
corner corner
corner corner
Subscribe To Feed
corner corner
corner corner
Search Articles
corner corner
corner corner
Topics
corner corner
corner corner
Article List
corner corner
corner corner
Article Archive
corner corner
corner corner
Survey
Which platform does your company use?



Submit Survey  View Results
corner corner
corner corner
Relevant Links
corner corner
corner corner
Most recent blog entries
Easy Upgrade SQL Server 2000/2005 to SQL Server 2008
CubicZone SQL By cubiczone on 10/31/2008 8:26 AM
Easy way to upgrade SQL Server 2005 to SQL Server 2008.
Comments (0) More...

Creating a Scheduled Task in DotNetNuke
CubicZone DotNetNuke By cubiczone on 10/27/2008 3:18 PM
DotNetNuke allows you to create a simple scheduled task relying on the DNN framework only. This is useful if you want to keep everything self-contained within a module or you run within a hosting environment that don't allow you access to Remote Desktop. (IIS, ASP.NET, DNN)
Comments (0) More...

DateTime.MinValue underflow in SQL Server
CubicZone SQL By cubiczone on 10/22/2008 5:29 AM
You get an overflow exception when you save DateTime.MinValue into a SQL Server "datetime" column. (.NET, C#, VB.NET, SQL Server, PostgreSQL)
Comments (0) More...

Migrating IIS7 Site Settings
CubicZone ASP.NET By cubiczone on 9/28/2008 9:05 AM
This article shows you how to migrate IIS 7 settings to a new machine using the new appcmd provided by IIS. (Web Server, ASP.NET, Windows)
Comments (0) More...

How to Copy or Migrate MailEnable Configuration and Data from One Server to Another
CubicZone Windows By cubiczone on 9/27/2008 3:51 PM
This article outlines how to copy or migrate a Mail Enable installation from one machine to another. The article assumes that the target server has been installed with an appropriate copy of the MailEnable software. (Windows, SMTP, Email)
Comments (0) More...

Get Approximate Row Count Fast on SQL Server
CubicZone SQL By cubiczone on 9/26/2008 4:51 AM
Here's how to find the approximate row count for any indexed table quickly in SQL Server.
Comments (0) More...

Cycling SQL Server Logs
CubicZone SQL By cubiczone on 9/23/2008 2:55 PM
You can force SQL Server to flush the log to file and cycle the log numbers (SQL Server 2005, 2008)
Comments (0) More...

Bill Gates Last Day at Microsoft
CubicZone Business Tech By cubiczone on 1/7/2008 2:56 PM
This is a hilarious video of Bill Gates on his last day at Microsoft Corporation.
Comments (1) More...

Synchronising NTP Servers to the GPS System
CubicZone Business Tech By cubiczone on 11/1/2007 11:46 AM
An introduction to using the GPS system for computer timing applications. It describes the equipment that can be utilised to provide a precise time resource for computers and computer networks. (business, windows, linux)
Comments (0) More...

Microsoft Fiddler Web Debugging Proxy
CubicZone ASP.NET By cubiczone on 10/17/2007 8:33 PM
Here's a great Microsoft tool that deserves more attention than it gets. Fiddler is a free debugger software that hooks onto your Internet Explorer or Firefox browser. It allows a programmer to see the HTTP packets passing through the machine in a nicely arranged way. (asp.net, programming, perl, php)
Comments (0) More...

Never Leave Source Code on the Server
CubicZone ASP.NET By cubiczone on 9/9/2007 1:07 PM
I'm not a big fan when it comes to deploying source code on the Web server especially with the new Web Site projects that comes with VS.NET 2005. If your server got hacked before, you'll understand why source code on the server is a very bad idea. (c#, asp.net, php, perl, security, dotnetnuke)
Comments (0)