By tag: Server
0
kicks
Using Windows Server 2008 64 bit as a development workstation
Review, tips and tricks on using Windows Server 2008 64 as a workstation for the .NET Developer.
0
kicks
Expose New Linq Operations from the HashSet<T> Performance Monster
Linq is not just about databases. It’s about reading the registry, your hard-disk, or even a list of function pointers to be invoked. Linq is about more event then sets (collections). It’s about making tasks easier in many cases and vastly more powerful (and most importantly your code more readable ...
0
kicks
ASP.NET 2.0 URL Rewriting Causes HTTP 500 Errors for GoogleBot
So you install Commerce Server 2007 and are ready for the money and SEO to start flowing. Next thing you know. Google ignores you completely. What do you do? more...
0
kicks
Comparing Multiple SQL Server Datasets with the INTERSECT and EXCEPT
With SQL Server 2005, Microsoft introduced the INTERSECT and EXCEPT operators to further extend what you could already do with the UNION and UNION ALL operators...
0
kicks
MDX Named Sets in SQL Server 2005/2008
An MDX Named Set is a list of members, based on some pre-defined retrieval logic. You may have a named set that lists your Customers in zip code order or products sold for 2005 in sales order amount. Since an MDX Named Set is simply an MDX expression, you could create a more complex Named Set using ...
0
kicks
Visual Studio Tools for Windows Live - February CTP available
If you've been using the Windows Live Tools for Visual Studio, the February 2008 CTP has been released. See the notes here: https://connect.microsoft.com/content/content.aspx?ContentID=7901&SiteID=505&wa=wsignin1.0
So what's different?
Messenger Chat Control has been added
Depenency...
0
kicks
Top 10 SQL 2008 Features for SharePoint IT Pros
Joel does a nice job reviewing his top 10 Sql 2008 features that will benefit SharePoint professionals.
0
kicks
Windows Server 2008 - Upgrade tips
Last night I finished upgrading Windows Server 2003 to the Windows Server 2008. Here are some tips to help those of you facing the same challenge. I had some problems along the way that I could have avoided with more careful planning, but live and learn.
0
kicks
Tips & Tricks - Sql Server 2005 - Increase your Management Studio's p
Tips & Tricks - Sql Server 2005 - Increase your Management Studio's p
0
kicks
Microsoft Announces Search Server 2008 Express
Search doesn't have to be complicated. You can deliver Search to your organization quickly and easily for free with Microsoft Search Server 2008 Express.
0
kicks
Rolling Back Truncates
Contrary to popular belief, it is in fact possible to roll back truncate table statements in SQL Server. A step by step illustration with code and screenshots
0
kicks
Difference Between EXEC and EXECUTE vs EXEC()
I have seen enough times developer getting confused between EXEC and EXEC(). EXEC command executes stored procedure where as EXEC() function takes dynamic string as input and executes them ... Read More...
0
kicks
Longhorn Server Beta 3 Available for Download
Longhorn Server Beta 3 has been made available to the public. It's more or less the same as the April CTP, but with some compiler optimizations, a couple of bug fixes, and a couple of new IIS7 modules shipping with the OS - including the long-awaited FastCGI module.