By m.unterauer on
7/7/2009
How-to get the total size of all database files for each database in an sql server 2005 instance.
Read More »
|
By m.unterauer on
6/12/2008
In some certain situations some of the rows in a Infragistics XamDataPresetner (not all but some) cannot be selected by clicking or doubleclicking them. Just nothing happens, the prior selected record stays selected.
Read More »
|
By m.unterauer on
5/20/2008
When opening a wpf xbap application in Internet Explorer you get an error "Application manifest does not accept specification of publisher or product" in the Error Summary. Check to have .NET Framework SP1 installed!
Read More »
|
By m.unterauer on
3/19/2008
This blog shows, how to capture - and if desired cancel - all browser refresh, F5 and other navigation events in an XBAP application by handling the applications Navigating event.
Read More »
|
By m.unterauer on
1/29/2008
This blog shows how to use T-SQL and catalog views to get a list of all files of all databases for a SQL Server 2005 instance with some meta-data (name, size, location, ...)
Read More »
|
By m.unterauer on
11.07.2007
The following SQL statement creates SQL commands to add indizes for all foreign keys in an sql server 2005 database.
Read More »
|
By m.unterauer on
10/26/2006
SQL Server Agent stops a job that has started by a schedule while being logged on automatically when logging off from the console. When the scheduled job starts after having logged off, everything works fine.
Read More »
|
By m.unterauer on
8/16/2006
This article explains, how to create a link to sharepoint sites document lists in my network places in windows explorer so that you can directly access the files within the document list from windows explorer or other programs.
Read More »
|
By m.unterauer on
30.07.2006
This code snippet shows how to get the value of a control using the Request.Form collection with masterpages in ASP.NET 2.0.
Read More »
|
By m.unterauer on
12.07.2006
This SQL Statement calculates and displays the total maximum length per datarow for SQL Server 2005 user tables.
Read More »
|