• Login

Snippets

31
PROCEDURE: This article tells you how to shrink a DotNetNuke database’s log file via Microsoft’s SQL Server Management Studio. 1) Log...

[Read the rest of this article...]

ldf, logfile, sql log, truncate, shrink database, full transaction log error
27
To capture the IP address of the user submittings a DNN Form and List form add a new column called "IP Address", type = Text, Display on Lis...

[Read the rest of this article...]

Form and List, FNL, UDT, User Defined Table
Posted in: DNN, Core Modules
21
DNN module skin container settings are stored in the TabModules table. Use the following SQL statement to reset all containers: update TabModules set...

[Read the rest of this article...]

15
The Address Resolution Protocol (ARP) is very crucial for TCP/IP network communication. If you begin to notice network connectivity problems such as p...

[Read the rest of this article...]

15
In Windows Server 2008 Core installation, the only way to setup IP Address eithe Static or DHCP is from the command line. The following procedure help...

[Read the rest of this article...]

Windows Server 2008
14
Command Line Fix NOTE: If you use this method, you may turn off the autotuning feature for the Server service. To change the default time-out period...

[Read the rest of this article...]

09
Upon startup, when prompted to enter the Adaptec Embedded SATA HostRAID BIOS, press the CTRL+A keys.   In the Adaptec Embedded SATA ...

[Read the rest of this article...]

Hardware Configuration
07
http://support.microsoft.com/kb/839279

[Read the rest of this article...]

SQL, Network DTC Access
31
In DotnetNuke Localization support, every resource key (in APP_LocalResources or APP_GlobalResources) should end with an extension. resourceName.Tex...

[Read the rest of this article...]

Posted in: DNN, Custom Modules
12
To format a short date like MM/DD/YY try the following: select CONVERT(VARCHAR(8), GETDATE(), 1) as MyShortDate For a complete guide to ...

[Read the rest of this article...]

SQL, Date, Convert
Posted in: SQL Scripts
Page 14 of 32First   Previous   9  10  11  12  13  [14]  15  16  17  18  Next   Last