Welcome to MSDN Blogs
Sign in
|
Join
|
Help
AppDev: Something You Should Know by Irena Kennedy
Everything that is related to application development, and other cool stuff...
This Blog
Email
Syndication
RSS 2.0
Atom 1.0
Search
Tags
.NET
Application Development
SQL
Tools
Web
Archives
September 2009 (1)
June 2009 (2)
April 2009 (1)
December 2008 (2)
February 2008 (1)
October 2007 (3)
September 2007 (1)
August 2007 (7)
July 2007 (5)
June 2007 (8)
May 2007 (19)
April 2007 (42)
March 2007 (43)
February 2007 (33)
January 2007 (21)
December 2006 (7)
November 2006 (20)
October 2006 (22)
September 2006 (20)
August 2006 (23)
July 2006 (19)
June 2006 (12)
May 2006 (22)
April 2006 (20)
March 2006 (23)
February 2006 (20)
January 2006 (21)
December 2005 (14)
November 2005 (19)
August 2007 - Posts
Friday, August 10, 2007 8:50 AM
SYSK 361: On the importance of signing assemblies from the versioning perspective
There are many reasons for signing your assemblies (security being at the top of my list), but in this post I’d like to address the importance of using a key to sign your assemblies from the versioning point of view. Now, let’s assume for the sake of
Posted by
irenak
|
0 Comments
Filed under:
.NET
,
Application Development
Thursday, August 09, 2007 5:24 AM
:) When was the color khaki first used for military uniforms?
It was first used by the British in India in 1845, when soldiers turned their highly visible white uniforms khaki by soaking them in mud, coffee, and curry and better blend in with the landscape. Source: The 365 amazing trivia facts calendar 2007.
Posted by
irenak
|
5 Comments
Tuesday, August 07, 2007 5:37 PM
SYSK 360: What’s taking up the space in my database? Also, a word about SQL reports…
So, you’ve updated usage stats on your database by running EXEC sp_spaceused @updateusage = N 'TRUE' But, you still can’t figure out why it’s reporting much more used space then the data that appears in your tables… Try running the following query to
Posted by
irenak
|
3 Comments
Filed under:
SQL
Sunday, August 05, 2007 5:06 PM
SYSK 359: How to Purge Workflow Tracking Data Inserted By SqlTrackingService
To my great surprise, after doing a search for a script that would delete the events logged by the almighty SqlTrackingService service, I didn’t find one… So, I quickly created it (see below), and it seems to do the job just fine given the current table
Posted by
irenak
|
1 Comments
Filed under:
.NET
,
SQL
,
Application Development
Sunday, August 05, 2007 12:42 PM
:) What color was named after a bloody 19th-centurey European battle?
Answer: Magenta. It was named for the Battle of Magenta, which was fought in 1859 near the town of Magenta in northern Italy during the Franco-Piedmontese war against Austria. The deep purplish color – on of the first dyes – was discovered soon after
Posted by
irenak
|
2 Comments
Sunday, August 05, 2007 12:38 PM
SYSK 358: Run Rules Automatically When an Event Is Triggered
Imagine this: you’re writing a custom user control and you’d like to execute a WWF ruleset when a certain event happens, e.g. a data context changes. Of course, you could create a delegate for the event and write a few lines of code to validate and execute
Posted by
irenak
|
1 Comments
Filed under:
.NET
,
Application Development
Sunday, August 05, 2007 9:41 AM
SYSK 357: SQL Server Login Problem on Fresh Installation in Vista
I just installed SQL Server 2008 CTP (Katmai) and all the patches on my Vista laptop… However, trying to login using SQL Management Studio or osql using integrated security (and, yes, I’m an admin on my box) results in the “login failed” error. To resolve
Posted by
irenak
|
2 Comments
Filed under:
SQL