Browse by Tags
All Tags »
Server Products (
RSS)
Earlier this year Microsoft released the Web Platform installer, currently available in version 1 or as a version 2 beta . I've been playing around with it for a few days and I think it is generally a step in the right direction. If you are...
So i'm working on an e-Commerce project with Commerce Server 2007 and we had one developer machine that was having issues with the MSDTC transactions used by the pipelines. We took a look at all the obvious stuff like the DTC settings on each machine...
I ran into a very interesting find the other day while trying to optimize some queries by studying the execution plans. We have a bunch of stored procedures that use an underlying view that points to a single table. This table has an "item_id" key and...
This is a neat little tip I just ran across. Sometimes it would be nice to select from the results of a stored procedure and use the data elsewhere. Standard disclaimer: if you need this type of functionality in a production app, a User Defined Function...
We're finishing up an ASP.NET and SQL Server Reporting Services migration and trying to get the control working properly on a different server during deployment. Turns out there is a bootstrapper exe to run on the target server. Instructions on deployment...