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
Sharepoint
SharePoint Foundation 2010
SQL
SQL Script
SQL Server 2008
SQL Server Full-text Index
SQL Server Management Studio
Tips & Tricks
Unicode encoding
Visual Basic
Visual Studio
Find stored procedures that reference a table column
We recently moved away from SQL Server replication and the database still has all of the rowguid columns and their associated indexes and constraints in it. We wanted to gain all of that disk space back so we went ahead with scripting out the delete of...
Lock request time out period exceeded
I was trying to drop a foreign key for a table I was working on and I ran into a time out exception from SQL Server Management Studio: TITLE: Microsoft SQL Server Management Studio ------------------------------ Drop failed for ForeignKey 'fk_MyForeignKey...
SharePoint 2010 – SQL Server has an unsupported version 10.0.2531.0
I am trying to perform a database attach upgrade to SharePoint Foundation 2010. At this point I am trying to attach the content database to a Web application by using Windows Powershell: Mount-SPContentDatabase -Name <DatabaseName> -DatabaseServer...
SQL Server 2008 Service Pack 1 and the Invoke or BeginInvoke cannot be called error message
When trying to install SQL Server 2008 Service Pack 1 to a SQL Server 2008 instance that is running on a virtual machine, the installer will start: But then after about 20 seconds I receive the following error message: TITLE: SQL Server Setup failure...
How to change SQL Server login default database through SQL Script
I am moving a SQL Server database from one drive to another by detaching and then reattaching. I detached the database, moved the mdf and ldf files, and then went to attach it and was presented with this dialog: TITLE: Microsoft SQL Server Management...
SQL Server encountered error 0x80070422 while communicating with full-text filter daemon host (FDHost) process.
When trying to do a full text search with SQL Server 2008 I received this error: SQL Server encountered error 0x80070422 while communicating with full-text filter daemon host (FDHost) process. Make sure that the FDHost process is running. To re-start...
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...
More Posts
Next page »
Search
Go
This Blog
Home
Contact
About
News
Jeff Widmer's Home Improvement Profile
OrcsWeb Windows Cloud Servers
Vaasnet - Instant pre-configured virtual machines:
IE6 Virtual Machine
IE7 Virtual Machine
IE8 Virtual Machine
Firefox 3.6 Virtual Machine
Firefox 4 Virtual Machine
SharePoint Foundation Virtual Machine
Tags
.NET
.NET 4.0
.NET Target Framework
Amazon
ASP.NET
ASP.NET Membership
ASP.NET MVC
AspNetHostingPermission
Automated Build System
BabySmash
Bing
C#
Canon Scanner CanoScan Toolbox
CMS 2002
Community News
CruiseControl.NET
CSS
Elmah
executionTimeout
GDI+
General Software Development
Getting Things Done
Gmail
Google
GTD
Headsets
Home Improvement
HTML
HTML Tips and Tricks
httpRuntime
HTTPS
Hyper-V
IEnumerable
IIS
IIS App Pool
IIS6
IIS7
IIS7 Authorization
Instant Church Directory
jQuery
Linq
Linq2Sql
Machine Setup
OneNote
Orchard
osql.exe
Outlook
Outlook 2010
Personal
QuickBooks
QuickBooks Online Edition (QBOE)
random.org
Recommendations
Remote Desktop
Sample Book Chapter
Sample Code
ScrewTurn Wiki
Seinfeld
SendTo
SEO
Sharepoint
SharePoint 2010 Correlation ID
SharePoint Foundation 2010
SharePoint Workspace 2010
Silverlight
SMTP
SourceGear
SQL
SQL Azure
SQL Script
SQL Server
SQL Server 2008
SQL Server Full-text Index
SQL Server Management Studio
SSL
StackOverflow
Subversion
SVN
Tiff
Tips & Tricks
Tips & Tricks
Unicode encoding
User Account Control
Utilities
Vaasnet
VB.NET
VB6
Viral Marketing
Virtual Machines
Visual Basic
Visual Basic 6.0
Visual Studio
Visual Studio 2010
web.config
WebConfigurationManager
Windows 7
Windows Azure
Windows Character Map
Windows Server 2008
Windows Server 2008 R2
Navigation
Home
Blogs
Archives
December 2011 (1)
November 2011 (4)
October 2011 (1)
June 2011 (3)
May 2011 (3)
March 2011 (1)
February 2011 (3)
January 2011 (2)
December 2010 (2)
September 2010 (3)
August 2010 (4)
July 2010 (3)
May 2010 (5)
April 2010 (2)
March 2010 (5)
February 2010 (8)
January 2010 (8)
December 2009 (14)
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
Vaasnet Blog
Syndication
RSS
Atom
Comments RSS