on opening the MMC containing the IIS snap-in, a dialog box appears with the following error message / you are unable to enumerate web sites because the following error occurred :
Object already exists
here was my fix/workaround...
read more...
What is the Maximum Page Size in SQL Server 2000?
different ways to handle a tree hierarchies in sql server...
read more...
i'm not a big fan, but sometimes ms access makes for a decent tool. however, syntax for various sql operations are different. access can still perform a left outer join, here's how...
read more...
A default SQL Server installation is case insensitive, which means that SQL Server will not differentiate between upper and lower case characters/letters.
Here are some ways to perform case sensitive searches using different methods.
read more...
computed columns have some benefits, along with some restrictions (like being deterministic). what's interesting is that SQL doesn't necessarily store the computed column data...
read more...
more ways to get/deal with datetime values...
read more...
What is the difference between SET and SELECT when assigning values to variables, in T-SQL?
read more...
while writing a query that seemed straight forward to me, i got the error : "Cannot perform an aggregate function on an expression containing an aggregate or a subquery."
the issue perhaps wasn't the logic of what i was trying to accomplish, but just the order and placement of operations.
the solution? you can always collect your data into a temp table and then work with that. but you don't have to...
i actualy forgot you can do this (got used to stuffing paramters in order!)...
you can explicitly name your parameters inline (in the TSQL exec string).
read more...
i've explored a few more date to string format conversions. nothing really new here, but here are some observations.
read more...
SYMPTOMS
Server Error in '/MyWebApp' Application
Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
Parser Error Message: Access is denied: 'mydll'.
Source Error:
Line 169: <add assembly=<System.Drawing, Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a>/>
Line 170: <add assembly=<System.EnterpriseServices, Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a>/>
Line 171: <add assembly=<*>/>
Line 172: </assemblies>
Line 173:
Source File: c:\winnt\microsoft.net\framework\v1.0.3705\Config\machine.config Line: 171
Version Information: Microsoft .NET Framework Version:1.0.3705.0; ASP.NET Version:1.0.3705.0