2008 Oct 02
11 of 1108 |
Script to List Row Counts of All Tables - Something I had a use for the other day that I thought I would share. The following script can be run as-is against any SQL Server database, an......
2008 Sep 30
12 of 1108 |
.NET 3.5 SP1... molto più di un Service Pack - Da poco è stata rilasciata la Service Pack 1 del framework .NET 3.5. Sebbene sia presentato come Service Pack in realtà introduce una......
13 of 1108 |
A New Codeplex Project - SQL Server Script Kit -
function showDiv(post, lingua) {
if (document.getElementById) { // DOM3 = IE5, NS6
document.getElementById(post + lingua).style.disp......
14 of 1108 |
AJAX Enhancements in ASP.NET 3.5 SP1 - In today’s MSDN Roadshow in Roanoke, VA, I talked about a couple of the enhancements that have been added to ASP.NET AJAX in .NET 3.5 SP1, AJAX Histo......
15 of 1108 |
Building a Basic, Understandable Sudoku Solver Using Excel Iterative Calculation - Part 1/2 - Today's author, Charlie Ellis, a Program Manager on the Excel team, shares a spreadsheet he built in Excel for solving Sudoku puzzles. The spre......
16 of 1108 |
PowerShell’s Security Guiding Principles - One of most common issues we face with PowerShell comes from users or ISVs misunderstanding PowerShell’s security guiding principles. At a high-level......
17 of 1108 |
XSSDS - Björn Engelmann, Joachim Posegga, and LocalRodeo developer Martin Johns have authored an excellent paper on a new Cross-site Scripting detection syst......
2008 Sep 29
18 of 1108 |
Office and the Movies - It’s finally arrived, proof of the Microsoft engineer’s celebrity status!
What’s the first thing you see in the following picture?
(collide......
2008 Sep 28
19 of 1108 |
Working with SQL Server 2008 Date/Time Data Types using v1.2 JDBC driver - Since SQL Server 2008 release over the summer, people have been asking, "So, does the existing JDBC driver work with SQL Server 2008?" or "When will ......
2008 Sep 27
20 of 1108 |
WMRM SDK 10.1.2 best practice sample code - I wrote this sample code a while back to show how to validate the latest individualization version when using predelivery. Here are a few tricks that......