About Me
Eddie Pundt
View my complete profile
Blog Archive
▼
2012
(3)
▼
January
(3)
SQL Server - Select where each row is numbered row...
Powerbuilder SourceGear Vault
Visual Studio 2010 - Themes / Change background co...
►
2011
(10)
►
October
(2)
SQL Server - Split a column value
SQL Server - Compare two like tables view differen...
►
July
(1)
SQL - Insert based on a Select
►
June
(1)
VB.Net - Remove element from an array
►
April
(2)
VB.Net Filter a datatable to a row array
VBS - Get Windows 7 DPI Setting
►
March
(3)
VB.Net - Using Generics to cleanup commonly dispos...
Ultra Edit clear lines containing String.
SQL Server - Insert data into SQL in Bulk CSV file...
►
February
(1)
VB.Net - Test for a network connection
►
2010
(25)
►
October
(1)
VB.Net - Parameterized Query
►
September
(3)
VB.Net - Within a time range
VB.Net - Convert GMT / UTC time to Local Time
SQL Server – Management Studio Unable to save chan...
►
August
(1)
SQL Server - Update based on a Select
►
July
(2)
SQL Server (Granting table permissions)
VBA Excel – Unlock a password protected worksheet
►
May
(4)
Facebook - Close Account not disable
VB.Net - XML Read and Write using LINQ
VB.Net - Return two values from a function using k...
Netsh: Get Current Network configuration
►
April
(1)
EWS (Exchange Web Services) – VB.Net Code for emai...
►
March
(3)
Windows OS: Control Panel Command line
VB.Net IDisposable interface
Outlook 2007 - Enable bcc
►
February
(2)
DQL Reference Manual for 6.5
HTML - Web Development Tab Control
►
January
(8)
JavaScript - How To Maximize the Browser
Blogger - Posting code with tags
ASP.Net - Simple AJAX Template to use
New ideas - New Slant on devices
VB .Net (Syntax): Validate if time in interval
Glen Burnie Life
SQL - Coalesce
HTML - Web Development
►
2009
(54)
►
December
(1)
SQL - Delete from one table based on another table...
►
November
(1)
VB .Net (File IO): Read a text file with file lock...
►
October
(1)
Windows OS: Dump directory info to a file
►
September
(1)
Ipod - Endless recovery
►
August
(1)
Outlook: Plain text email eating line breaks but w...
►
July
(2)
Email and SMS - Send Text Msg via Email
Documentum (DQLs): Register a Table Example
►
June
(7)
Reference: ASCII Table
Utilities: Online Character count
Ubuntu Linux: How to burn an Audio CD from MP3s
Microsoft Word: VSTO Word Constants (PART 2)
Microsoft Word: VSTO Word Constants (PART 1)
►
May
(5)
►
April
(4)
►
March
(12)
►
February
(14)
►
January
(5)
►
2008
(16)
►
December
(16)
Monday, January 9, 2012
SQL Server - Select where each row is numbered row count
Select misc_value, rank from (
Select misc_key, misc_value, rank() OVER (ORDER BY misc_key, misc_value) as rank
from mga_misc
)a
where rank = 5
Older Posts
Home
Subscribe to:
Posts (Atom)
Readers