Register
Login
Register
Login
Search
Home
Applications
Content Management System
Custom DNN Modules
Business Directory
Restaurant Menu Manager
Custom Database Reporting
Distributor Locator
Gift Certificates
Date Time Calculator
Consulting
Design
Surveillance Systems
Business Links
Support
Knowledge Base
Contact
SQL Server 2008 R2
Support
/
Knowledge Base
/
Microsoft SQL Server
/
SQL Server 2008 R2
Snippets
Current Articles
|
Archives
|
Search
08
SQL Timeout on Custom DNN module
DNN Expert
posted on October 08, 2014 15:33
Try running . . . .
exec sp_updatestats;
Posted in:
DNN
,
Microsoft SQL Server
,
SQL Server 2008 R2
Actions:
E-mail
|
Permalink
|
Comments (0)
Related Articles
Initializing a NotificationController in DNN 9
You can use NotificationsController.Instance.SendNotification method to send notifications. Here is an example: public void ...
10 Reasons to use DNN for new websites
As a web design consultant specializing in DNNSoftware, I often get asked the question "why use DNN?". Why not use Microsoft's SharePoint, or Conte...
Get DNN User Profile Property Value
using DotNetNuke.Entities.Profile; string _value = GetUserProfilePropertyValue("MyCustomProfileField").ToString(); public string GetUserProf...
Set Custom Page Name in DNN
public void SetPageName(string PageName) { try { DotNetNuke.Framework.CDefault CustomPageName = (D...
Replace Null or Empty Value with String
Select ISNULL(NULLIF(GIBS_FBLineItems.ReportType, ''), '--Undefined--') as ReportType from GIBS_FBLineItems
Comments
There are currently no comments, be the first to post one!
Post Comment
Only registered users may post comments.
Archives
Azure (1)
C Sharp - C# (37)
..private void function() (11)
CraigsList (0)
CSS (15)
DNN (56)
..Modules (21)
....Core Modules (6)
....Custom Modules (33)
..Resource Links (2)
..Skin Objects (2)
..Social (1)
DNS (0)
E-Mail (3)
IIS (3)
Malware (1)
Microsoft SQL Server (17)
..Azure SQL Database (1)
..SQL Scripts (15)
..SQL Server 2008 R2 (11)
..SQL Server 2014 (1)
..Stored Procedures (6)
Networking Problems (7)
Operating Systems (1)
..Windows 7 (3)
..Windows Server 2003 (1)
..Windows Server 2008 (2)
..Windows Server 2012 (2)
..Windows Vista (2)
..Windows XP (4)
PCI DSS Compliance (1)
SSRS (1)
Technology (138)
VbScript (3)
Web Design (7)
Web.Config (5)