Howdy!
I'm writing a little script that should run at bootime.
The script should connect to SQL Express and retrieve some values
from a view.
Running and testing this script as administrator works without
problems.
Running this script at boottime results in a refused connection to
sq...
more >>
I'm currently trying to understand SQL Server Windows Authentication
ahead of writing an application that needs to connect to SQL server.
The server is a machine named 'databaseserver' that runs SQL Server
Express 2005 in Windows Authentication mode. The server is a Workgroup
computer, not on ...
more >>
Hi,
I am using dot net 1.1 framework to connect to one of my data base.
the connection string looks like following
"Data Source=.\SQLEXPRESS;AttachDbFilename=c:\DB1.mdf;Integrated
security=true;User Instance=True"
when I run my program without debugging, the exception of "unsupported
ke...
more >>
I'm using SQL 2000 & MSDE 2000
I'm having a problem connecting to a local database running on MSDE but
only when the computer isn't connected to the network. I've tried using
both TCP and named pipes, both work while connected. This was not an issue
until MS updates were installed.
MSDE i...
more >>