Sign In
AppDev: Something You Should Know by Irena Kennedy
Everything that is related to application development, and other cool stuff...
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
.NET
Application Development
Async
Config
Deployment
Environment
RIA
Silverlight
SQL
Telerik
TFS
Tools
Visual Studio
VSTS
WCF
Web
Archive
Archives
January 2012
(2)
April 2011
(1)
March 2011
(2)
October 2010
(1)
September 2010
(1)
August 2010
(2)
December 2009
(4)
November 2009
(1)
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)
September, 2006
MSDN Blogs
>
AppDev: Something You Should Know by Irena Kennedy
>
September, 2006
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
AppDev: Something You Should Know by Irena Kennedy
SYSK 208: Slow Running SQL Queries? Here are possible reasons…
Posted
over 6 years ago
by
irenake
0
Comments
There are several reasons that could cause a query or updates to take longer then expected. This could be due to network issues or it could even be due to the database design itself, but most of the time slow running queries are caused due to: Network...
AppDev: Something You Should Know by Irena Kennedy
SYSK 207: Delete Recycle Bin Icon from Your Desktop
Posted
over 6 years ago
by
irenake
0
Comments
If you’re like me and use Shift + Del to permanently delete files, then Recycle Bin icon is of not much use… If you’d like to remove it from the desktop, open registry (Start -> Run -> regedit ), navigate to HKEY_LOCAL_MACHINE -> Software ->...
AppDev: Something You Should Know by Irena Kennedy
SYSK 206: Aliases in SQL Server
Posted
over 6 years ago
by
irenake
0
Comments
Almost everybody knows that you can give aliases to columns in a result set and to tables/views in a query. But did you know that you can also assign aliases to tables (including temporary tables), views, stored procedures (both, CLR and T-SQL), extended...
AppDev: Something You Should Know by Irena Kennedy
SYSK 205: Profiling Tool for .NET Developers
Posted
over 6 years ago
by
irenake
0
Comments
Performance profiling? -- Yes. You get the traditional profile info like number of calls, time spent in a method, average execution time. But you can also compare any two performance snapshots of the same application, viewing the difference in the number...
AppDev: Something You Should Know by Irena Kennedy
SYSK 204: Windows Vista Resources
Posted
over 6 years ago
by
irenake
1
Comments
Want to learn more on what’s new in Windows Vista, how to best leverage the new functionality and the new ways to do things? Below are some sites that I found to be quite useful: Windows Online Help (WOH): http://windowshelp.microsoft.com/Windows...
AppDev: Something You Should Know by Irena Kennedy
SYSK 203: Mind That Label Length in SQL Reporting Services
Posted
over 6 years ago
by
irenake
1
Comments
Another possible (but unconfirmed) bug in SQL 2005 Reporting Services: If you have a SSRS report parameter that is multi-value and of one of the label s in the “available values” list exceeds 25 characters , the dropdown list with values for this...
AppDev: Something You Should Know by Irena Kennedy
SYSK 202: Shining a Light into the Mystery of the Boot Process
Posted
over 6 years ago
by
irenake
2
Comments
Want to know what’s going on during your computer boot time, i.e. which device drivers are being loaded, the results of the disk check, etc.? Just add /SOS switch to proper line in boot.ini . The boot.ini file is hidden, so you want see it in Windows...
AppDev: Something You Should Know by Irena Kennedy
SYSK 201: Using Linked Server? Possible bug discovered…
Posted
over 6 years ago
by
irenake
4
Comments
I was not able to find out, yet, directly from the SQL Server product group whether this is a known bug or that it’s even confirmed to be a bug, but here is what I came across last week… On SQL 2005 SP1 (other versions not tested), if you set the...
AppDev: Something You Should Know by Irena Kennedy
SYSK 200: How To Detect and Remove No Longer Valid Windows Logins From SQL Server
Posted
over 6 years ago
by
irenake
2
Comments
It is a good idea to occasionally audit your SQL servers for users/groups that no longer exist in the Windows domain, but still exist on the SQL Server. This can happen, for example, when employees or contractors leave the company, or change their login...
AppDev: Something You Should Know by Irena Kennedy
SYSK 1 – 199
Posted
over 6 years ago
by
irenake
0
Comments
For of those of you who like to revisit certain topics at times, and for those of you who started reading this blog recently, below are the links for posts 1 through 199: Welcome to the "AppDev: Something You Should Know" blog SYSK (Something You...
AppDev: Something You Should Know by Irena Kennedy
SYSK 199: A Quick Way To Lock Your Computer
Posted
over 6 years ago
by
irenake
1
Comments
Did you know that pressing Windows key + L will do the same as Ctrl + Alt + Del followed by K; namely lock your computer? Much faster!
AppDev: Something You Should Know by Irena Kennedy
SYSK 198: What is CodePlex?
Posted
over 6 years ago
by
irenake
0
Comments
Did you know that CodePlex is a new developer oriented web site containing source code for projects like “Ascend.NET” Windows forms controls ( http://www.codeplex.com/Wiki/View.aspx?ProjectName=ASCENDNET ), “Atlas” control toolkit ( http://www.codeplex...
AppDev: Something You Should Know by Irena Kennedy
SYSK 197: Smart Start and Stop Service in VS.NET Build
Posted
over 6 years ago
by
irenake
0
Comments
If you have a windows service project as part of your solution, you’re quite familiar with the issues it presents -- if the service is running and you’re recompiling either the service project itself, or any assemblies loaded by the service, you’ll get...
AppDev: Something You Should Know by Irena Kennedy
SYSK 196: Is there a performance hit and CPU spike when concatenating literal strings?
Posted
over 6 years ago
by
irenake
5
Comments
For example, is doing something like the code snippet below (done for readability) falls into the "bad practices" category? string x = "<root>" + " <items>" + " <item>" + " <name>xyz</name>" " </item>...
AppDev: Something You Should Know by Irena Kennedy
SYSK 195: Speeding Up Index Creation
Posted
over 6 years ago
by
irenake
0
Comments
In SQL Server 2000 and 2005 when you create or rebuild an index you can set SORT_IN_TEMPDB option to ON to use TempDB to store the intermediate sort results, which may reduce the time needed to create an index when TempDB is on a set of disks different...
AppDev: Something You Should Know by Irena Kennedy
SYSK 194: “X-Ray Vision” of HTTP Traffic
Posted
over 6 years ago
by
irenake
5
Comments
Your browser knows that http://www.microsoft.com is running IIS 6.0/.NET 2.0 as the web server http://www.google.com ‘s web server is GWS 2.1 http://www.eweek.com is running on IIS 5.0 http://www.shopping.com uses Apache 1.3.33 http://en...
AppDev: Something You Should Know by Irena Kennedy
SYSK 193: Uncommon HTTP Verbs
Posted
over 6 years ago
by
irenake
1
Comments
Did you know that HTTP defines eight methods (a.k.a. "verbs") indicating the desired action to be performed on the identified resource? They are: HEAD Asks for the response identical to the one that would correspond to a GET request, but without...
AppDev: Something You Should Know by Irena Kennedy
SYSK 192: Compact Policies
Posted
over 6 years ago
by
irenake
0
Comments
The P3P specification (see yesterday’s blog post) requires websites to put their privacy policies in an XML format that can be read by modern browsers such as IE6 and NS7. Users can then easily view the web site’s privacy policy – check out for yourself...
AppDev: Something You Should Know by Irena Kennedy
SYSK 191: Is Your Public Web Site P3P Compliant?
Posted
over 6 years ago
by
irenake
0
Comments
The W3C's Platform for Privacy Preferences (P3P) provides a standard way for web sites to communicate about their privacy practices (see http://www.w3.org/P3P/ for more details). More and more companies like Microsoft, IBM, Dell, Yahoo, CNet, DoubleClick...
AppDev: Something You Should Know by Irena Kennedy
SYSK 190: Desktop View at Your Fingertips
Posted
over 6 years ago
by
irenake
1
Comments
What’s the fastest way to hide from the passing-by co-worker (or your boss) what you’re doing on the computer? Let’s not get into discussion of why you might need that J You could simply minimize the application… But mouse-based navigation is too slow...
Page 1 of 1 (20 items)