ANSWER: - check the connection string. If there are any escape chars then make sure you have them correct for the language you are using. VB "Server=mycomputer\myinstance" C# "Server=mycomputer\\myinstance" C# @"Server=mycomputer\myinstance" :-\
T
tp team
@tp team