Jeff Widmer's Blog
ASP.NET, ASP.NET MVC, C#, VB.NET, IIS7, Windows Forms, VB6, ASP 3.0
Browse by Tags
All Tags
»
SQL Server
(
RSS
)
.NET
ASP.NET
C#
ISO Country Codes
osql.exe
SQL
SQL Script
Tips & Tricks
Unicode encoding
Visual Basic
Visual Studio
ISO 3166-1 Country Data SQL Script
I am creating a standard sign up form with one of the fields being a country drop down. So I created my Country database table and then needed to fill it with information. I found the ISO list of countries here , but then the issue was how to get that...
osql.exe and unicode files – how to save your sql scripts with encoding
osql.exe is a great application for running sql scripts in a batch. I use a batch file to execute multiple sql scripts that I use to rebuild my current application database from scratch. When developing a brand new application, deploying a...
How to Reseed a SQL Server Identity Column
In SQL Server you can specify a column as an Identity column (ColumnName int IDENTITY(1,1) NOT NULL) to have SQL Server automatically set the value of this column upon insert by incrementing a seed value. This works great but I have run into situations...
nvarchar(max) parameters need the size set to -1
SQL Server 2005 supports a new data type nvarchar(max). This is one of the new max datatypes that are to replace ntext, text, and image in a future version of SQL Server (according to SQL Server Books Online) but you should start using them now. I recently...
SQL 2000 Books Online January 2004 Update
There is an update of the SQL Server 2000 Books Online documentation at http://www.microsoft.com/downloads/details.aspx?FamilyId=A6F79CB1-A420-445F-8A4B-BD77A7DA194B&displaylang=en I highly recommend SQL BOL as an excellent reference for any developer...
More Posts
Search
Go
This Blog
Home
Contact
About
News
Jeff Widmer's StackOverflow Profile
Ads by Lake Quincy Media
Ads by Lake Quincy Media
Tags
.NET
ASP.NET
ASP.NET Membership
ASP.NET MVC
BabySmash
C#
Canon Scanner CanoScan Toolbox
CMS 2002
Community News
CSS
Gmail
Hyper-V
IIS6
IIS7
Index Server
Instant Church Directory
ISO Country Codes
Koah
Machine Setup
MindManager
Notepad
OneNote
osql.exe
Outlook
QuickBooks
QuickBooks Online Edition (QBOE)
random.org
Sample Book Chapter
Sample Code
Seinfeld
SendTo
Silverlight
SMTP
SourceGear
SQL
SQL Script
SQL Server
SQL Server Management Studio
StackOverflow
Tips & Tricks
Unicode encoding
Utilities
VB6
Viral Marketing
Visual Basic
Visual Basic 6.0
Visual Studio
Windows 7
Windows Server 2008
Navigation
Home
Blogs
Archives
November 2009 (5)
October 2009 (15)
September 2009 (17)
August 2009 (6)
June 2009 (2)
May 2009 (3)
October 2008 (1)
August 2008 (1)
December 2007 (3)
November 2007 (1)
August 2007 (1)
April 2007 (1)
March 2007 (1)
September 2006 (1)
August 2006 (1)
January 2006 (1)
December 2005 (3)
September 2005 (1)
August 2005 (1)
July 2005 (2)
October 2004 (1)
March 2004 (1)
February 2004 (2)
January 2004 (6)
Recommended Blogs
Scott Guthrie
Day Dream Land
Syndication
RSS
Atom
Comments RSS