GopinathM

Stories kicked by GopinathM

SQL Server 2005 Trace Flags FAQ(mgopinath.blogspot.com)

submitted by GopinathMGopinathM(20) 4 years, 6 months ago

Trace Flags of SQL Server 2005 are a interesting topic. Even though Developer may not be using them much, Administrators and Performance tuning engineers regularly work them. Lets find out what are Trace Flags. 1. What are Trace Flags and why are they used? 2. What are the different types of Trace Flags? 3. What is the difference between Global Trace Flag and Session Trace Flag? ..... read more...

add a comment |category: |Views: 10

tags: another

Drawing line patterns in GDI+(openwinforms.com)

submitted by rsonirsoni(930) 4 years, 6 months ago

GDI+ has made the windows graphics programming really easy. You can easily draw and control the graphical interface of you application. This section will explain how can you draw pattern lines in GDI+. read more...

add a comment |category: |Views: 50

tags: another

How to change the tooltip of a 3rd party composite .NET control like t(tellingmachine.com)

submitted by KlausKlaus(755) 4 years, 6 months ago

This article describes how to change the ToolTip of constituent .NET controls that are part of a third party composite control. read more...

add a comment |category: |Views: 7

tags: another

Map SQL Server Profiler EventClass ID to its name in saved trace table(weblogs.sqlteam.com)

submitted by spirit1spirit1(3160) 4 years, 6 months ago

Simple way to map a profiler trace's EventClass id to its name in T-SQL read more...

add a comment |category: |Views: 258

tags: another

Local variable scoping in C#(blogs.msdn.com)

submitted by samngsamng(135) 4 years, 6 months ago

In my previous post, Compiler-generated scopes for local variable declarations, I briefly touched on the issue of multiple meanings applied to the same name. In this post, I'll aim to flush out the compiler's rules with regards to binding names in their local scopes. read more...

add a comment |category: |Views: 4

tags: another

Adding Row Number to SQL SELECT result(openwinforms.com)

submitted by rsonirsoni(930) 4 years, 6 months ago

This article will explain how we can add sequence row number to a SQL select query starting from 1 onwards. This can be achieved by using built in SQL function ROW_NUMBER(). This function simply generates row number for each row in the result. You can specify the partition and order by criteria. read more...

2 comments |category: |Views: 346

tags: another

Microsoft To Launch Visual Studio 2008 and SQL Server 2008 on 27/02/07(mgopinath.blogspot.com)

submitted by GopinathMGopinathM(20) 4 years, 10 months ago

At the World Partner Conference Microsoft announced that they will launch Windows Server® 2008, Visual Studio® 2008 and Microsoft SQL Server™ 2008 products on Feb 27, 2008 in Los Angeles read more...

add a comment |category: |Views: 0

tags: another