all groups > sql server connect > july 2006 > threads for july 15 - 21, 2006
Filter by week: 1 2 3 4 5
Enterprise Manager?
Posted by Victor at 7/21/2006 11:14:27 PM
If I understand correctly, Enterprise manager has been replaced with SQL Server 2005
Express?
Can I use SQL Server 2005 Express from my desktop to connect to an SQL 2000 database on
the internet?
Thanks,
Vic
... more >>
Cannot Register Remote Server
Posted by Alex AU at 7/21/2006 12:00:00 AM
Dear all,
I've installed SQL2005 on my local machine. And there is another SERVER =
which has install both SQL2000 and SQL2005. I can use my local =
Management Studio to register the SERVER\SQL2000 instance but I cannot =
register SERVER\SQL2005 instance.
How can I register and connect to t... more >>
Local connection failure: please help
Posted by RC at 7/20/2006 12:00:00 AM
I Have SQL Server 2000 local installed on a Windows XP SP2 machine,
Dutch version.
SQL Server first connected fine via the default settings 'Use Windows
Authentication'. I use it to test VB.Net practices, which went fine
for a while. I am busy preparing for the 70-310 exam.
Then I had proble... more >>
query Execution time-out settings
Posted by James at 7/19/2006 10:23:01 AM
In order to stop some occasional blocking issues could I set the "query
execution time-out settings" to 30 seconds for example. I understand it will
kill the queries that exceed 30 seconds, but I would rather have that then to
have everyone "lockup". I also understand that blocking is caused b... more >>
Maintenance Plans Failing
Posted by Steven at 7/19/2006 9:14:01 AM
We are still having issues running maintenance plans on a server since
joining a large domain. Error message for the backup job follows:
The job failed. Unable to determine if the owner (DomainName\sa-stpisap) of
job DB Backup Job for DB Maintenance Plan 'DailyMaintenancePlan' has server
... more >>
Connecting to FoxPro data
Posted by stjulian at 7/18/2006 5:00:14 PM
I was given this one. Right now I am familiar with how to do this in Access,
but SQL Server is what I need to use.
What does one have to do to connect SQL Server (right now 2000, but soon
2005) to a FoxPro free-table directory?
I would like to have this be a READ-ONLY data source as I do n... more >>
(2000) Unable to connect to debugger
Posted by Jeppe Jespersen at 7/18/2006 3:55:01 PM
On my development maching, I have three different SQL Server instances:
..\SQL2000
..\SQL2005EXPRESS
..\SQL2005
When i try to debug a stored procedure in Query Analyzer, I get the
following error:
"Server: Msg 508, Level 16, State 1, Procedure sp_sdidebug, Line 1
[Microsoft][ODBC SQL S... more >>
Attaching MDF with AttachDBFilename?
Posted by Jim at 7/18/2006 9:55:02 AM
I am attempting to attach an .mdf to SQL Express using "AttachDBFilename" in
the connection string, and I have a few questions on the issue.
I am planning on setting this up on a network with both the .mdf and the
instance of SQL Server residing on a server. All the clients will be running
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Changing Connection String programmatically
Posted by Zsolt at 7/18/2006 6:19:02 AM
How can I change the Connection String programmatically?
(WS2005, Windows forms, C#)
I need to change the server name, or Initial Catalog parts of the string.
My connection strings are in a field of a master SQL database table.
The design of the different databases are the same.
How can I pas... more >>
MSDE connection problems (I'm still a student!)
Posted by Parasyke at 7/17/2006 1:43:08 PM
I am using a 2003 book by Dan Maharry called "Beginning VB .NET 1.1
Databases: from Novice to Pofessional" ISBN 1-59059-358-8. I'm simply
trying to view my MS-Access database tables and stored procedures from
my Visual Studio .NET 2003 Standard Edition (VB).
I downloaded the file: MSDE2000A.e... more >>
how to allow multi-rec.set results ?
Posted by bajopalabra at 7/17/2006 12:04:24 PM
hi
until today, with sql2000 i get recordsets connecting with
"Provider=sqloledb;Data Source=myServer;Initial
Catalog=myDB;Integrated Security=SSPI"
but now, having migrated to sql2005
i use
"Provider=SQLNCLI;Server=myServer;
Database=myDB;UID=xx;PWD=yy"
i... more >>
connecting to a server
Posted by windandwaves at 7/17/2006 5:20:46 AM
Hi Folk
Can you tell me how I can connect to an SQL server using a vbscript?
Basically, I want to do the following:
...define array of sql statements (e.g. select * from customers,
selec...)
...connect to databsae
...run sql statements to extract files
...ftp extracted files (csv) to webs... more >>
ODBC DSN SQL Port settings
Posted by leonvd NO[at]SPAM gmail.com at 7/16/2006 10:31:47 PM
Hello
I need to create two DSN's on one machine, both pointing to different
SQL Databases (but housed on the same remote server). One runs on the
standard 1433 port and the other on port 1075.
I have both of these setup, but I cannot use a different port in both.
If I set it to 1433 in DSN ... more >>
Need Help : Connecting Locally
Posted by Micus at 7/16/2006 2:40:19 PM
[WinXP Pro SP2, SQL Server 2000 SP4, VS C++ 2005 Express]
A humble hello to all,
I have spent days trying to simply connect to an instance of SQL Server
2000 SP4 from a program written in C++/CLI using VS C++ 2005 Express. I
originally had SQL server 2000 Dev Ed and SQL Server 2005 Express... more >>
Could no longer login into SQL Express 2005
Posted by mousehunt at 7/16/2006 2:53:18 AM
Hi All,
I have this weird problem and hope someone can help me.
I have a SQL Express 2005 installed in a WIndows 2000 server. After the
initial installation, I can login into the SQL server using the SQL
2005 console. However suddenly, I no longer can login either using SA
or Windows Authen... more >>
connect SQL server to access
Posted by YisMan at 7/15/2006 2:30:02 PM
hi everybody!
can anyone help me, please. thanks in advance.
i have installed sql server express 2005, and have a .mdb database in access
2003. with the upsizing wizard i have succeeded in connecting to a sql
database.
i am now trying manually to connect to sql server, bu t i cant seem to fin... more >>
|