all groups > sql server connect > may 2004
Filter by week: 1 2 3 4 5
dtctest fails and nobody here has any clue why
Posted by daveboys_95 NO[at]SPAM yahoo.ca at 5/31/2004 2:53:25 PM
Hi,
My machine is unable to establish a connection for the purposes of
making distributed transactions. The problem appears to be that my
machine is blocking the machine to which I am trying to connect from
establishing RPC Binding with my machine. Here's a message from my
Event Viewer:
M... more >>
multiple sessions when using ADO
Posted by Maryam Teimourian at 5/29/2004 11:11:02 PM
H
I have an application that uses an ADOConnection named CONNECTION1 and an ADODataset.The dataset fetches a record for editing it.This dataset has no ConnectionString and its connection is the CONNECTION1.After opening the dataset and editing record (befor posting it) I execute a Stord Procedure t... more >>
Newbie Connection problems
Posted by brough.tony NO[at]SPAM btinternet.com at 5/29/2004 1:38:17 PM
Hi All
I am running a website on one server and need to be able to connect to
SQL 2000 on another server. When I try to connect to the SQL server
in an asp.net application I get the following error:
Login failed for user 'Domain\Server$'
How do I configure SQL to allow the other IIS serv... more >>
ObjConnection String hassle
Posted by Paul King at 5/29/2004 11:50:08 AM
Hi,
I'm new to the SQL development stuff, but I have managed to get a great book
ASP.NET databases using VB.NET by Wrox Press
I'm following the examples, but when trying to establish a connection to my
local db I get the following error msg:
Login Failed for user 'NT Authority\Network Ser... more >>
Updating a database
Posted by Charles A. Lackman at 5/28/2004 5:55:15 PM
Hello, I have created a connection string to a siebel database and have
been able to connect and retrieve records using ADODB and the dbeng50.exe.
This works pretty good but it will not let me update any data from my .NET
Application. I am using the administrator password and have tried the use... more >>
Linked server
Posted by Admin at 5/28/2004 1:18:52 PM
I linked to paradox table from MSSQL 2000 enterprise server and I saw all
the table name
but my question is how can I make a select statment to see the data?
... more >>
Active Directory
Posted by Robert E. Flaherty at 5/28/2004 11:24:31 AM
What is involved in connecting a SQL Server 2000 to Active Directory. My
need is not to register SQL Server but to exchange data.
... more >>
Linked Server Connection Issues...
Posted by Greg at 5/27/2004 9:58:49 AM
I have the following connectivity issues when querying a
linked server:
Base Server[s]:
SQL Server 2000 (32 and 64-bit) sp3
SQL instances listening on port 1433
Windows Server 2000 and 2003 (32 and 64-bit) (clustered
and stand-alone configurations)
Reside on same subnet
Linked Server:... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
spid changes when execting async queries
Posted by Peter at 5/27/2004 9:11:03 AM
When using ADO I create a connection object and then run several select only queries against that connection object. The queries are executed simultaneoulsy and with async. Behind the scenes, and a simple SELECT @@spid query verfies what I am saying, further connections are opened having differing s... more >>
SQL Server Login Error
Posted by SqlJunkies User at 5/27/2004 7:26:17 AM
Could you provide explanation of the following error message, and what I need to do to rectify it?
Connection failed:
SQL State: '01000'
SQL Server Error: 10061
[Microsoft][ODBC SQL Server Driver][TCP/IP Sockets]
ConnectionOpen (Connect()).
Connection failed:
SQLState: '08001... more >>
MS SQL SERVER 7.0 SERVICES
Posted by SANJEEV GARG at 5/27/2004 6:22:46 AM
WHILE STARTING MS SQL SERVER 7.0 SERVICES, SYSTEM IS
GENERATING ERROR 1067 AND UNABLE TO START. PLS. ADVISE.
REGARDS,
SANJEEV GARG... more >>
Unable to load OLEDB provider dll
Posted by Guru at 5/27/2004 12:26:01 AM
hi
im started to get the following error message while
executeing query saying that-
"Unable to load SQL Server OLEDB provider resource dll"
Imusing Win2K Professional and SQL 2K SP4.
I intalled MDAC 2.8 also but problem persist.application
was working fine previously..
Can any one give me ... more >>
Intermittent SQL Server does not exist or access denied.
Posted by Matt Pallatt at 5/26/2004 5:01:37 PM
Hi, I have a web application which is taking a fair bit of traffic.
It involves a registration process, and then a series of questions which
must be answered. The SQL server receives upwards of 1,000,000 queries a
day.
Unfortunately on a small number of these queries (~500 a day), the ASP ... more >>
Could not close net-library
Posted by gabriel at 5/26/2004 7:43:47 AM
Hello,
Since couple of weeks, we got this error in event viewer
and it make the sql server not accept anymore connection
after 2 or 3 days. We need to stop and restart the sql
service.
Error:
Event ID 17052:
Error: 17825, Severity: 18, State: 4
Could not close Net-Library ''.
Eve... more >>
SQL Server does not exist or access denied.
Posted by Saint at 5/25/2004 4:31:24 PM
I am facing the following problem:
Error Type:
Microsoft OLE DB Provider for SQL Server (0x80004005)
[DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist or access
denied.
I am using SQL Server2000 (SP3) on Win2000 (SP4).
Any help would be appreciated.
... more >>
Need SQL Server 2000 pre SP4 hotfix for KB818806
Posted by Mary Clark at 5/25/2004 2:51:15 PM
Does anyone have this hot fix and if so, are you willing to share it with
us?
Thanks,
Mary Clark
SQL Server DBA
... more >>
connection pooling
Posted by djc at 5/25/2004 8:14:54 AM
is connection pooling something that can be used after moving tables from
mdb file to sql server 2000 and just relinking the tables via ODBC in the
front end file? Or is this something that must be setup in code?
... more >>
Login failed for user '(null)'. Reason: Not associated with a trusted SQL Server
Posted by Jonas Back at 5/25/2004 6:24:38 AM
We have a problem on a SQL Server 2000 with SP3a and
latest security patch running on Windows 2003.
We have several other SQL-servers aswell but this one
seems to have problems with Windows Authentication. It
worked properly first but then when we changed to Windows
authentication and the... more >>
Help - Loosing my Sanity
Posted by Jenn at 5/25/2004 5:11:12 AM
We are having a problem with our services (mainly SQL server) in that they loose/forget their passwords. So, even though the service is set to start automatically, it can't do to a logon failure. We must type over the password and then are able to start the service. This is happening on multiple ... more >>
FAQ on SQL Server connect issues?
Posted by Earl at 5/24/2004 10:06:31 PM
Seems like there are so many different variations and flavors of connect
issues, surely there is a FAQ or a KB that documents all (or most) of them?
... more >>
registering a sql server
Posted by chan at 5/24/2004 9:29:45 PM
i'm the first time to use sql server 2000 to develop my
final year project.....since i never create any database
using sql server 2000 before....my "sql server group" is
empty.......when i register a server.....a message
prompted out as folling "SqlConnection()is failed or
access denied".... more >>
Login failed for user 'sa'. Reason: Not associated with a trusted SQL Server Server Connection.
Posted by Grant Reid at 5/24/2004 5:11:23 PM
Hello,
I am trying to create an OLE DB connection to MS-SQLSERVER 2000.
I have set the security settings inside Enterprise Manager to allow logins
for both SQL Server and Windows.
Does anybody have any ideas as to what is causing this error?
Regards
Grant Reid
... more >>
creating a database on the server
Posted by Scott Baxter at 5/24/2004 10:37:03 AM
Is there a way to create a brand new database on the server?
Someone gave me the asp code below, but I haven't gotten it to work yet.
Thanks for any help.
<%
Dim strSQL
Dim cnnTest
strSQL = strSQL & "CREATE TABLE tblTest " & vbCrLf
strSQL = strSQL & "(" & vbCrLf
strSQL = strSQL & "ID... more >>
SQL Connection Problem
Posted by BB3 at 5/24/2004 10:26:23 AM
Trying to make connection from Visual Basic.net to remote
SQL database via XP Client without success. Varying
flags...from can't locate server to access denied.
Various logons created on SQL server and all fail. I can
access/logon to server via Remote Access but can't
connect from Visual B... more >>
Problems installing/accessing SQL server via web
Posted by Donald Wheeler at 5/24/2004 9:51:05 AM
Hello
I am doing some development for a client who has an IIS server runnin
webmail on the same box as the SQL server 2000 sp3 install. I am trying to connect t
this box but do not know how to set it up to connect. The IIS for SQL serve
tool lets me add a virtual directory just fine but will no... more >>
Changing SQL2K port no. on Windows 2003
Posted by Ayad at 5/21/2004 3:57:48 PM
Hi,
I installed SQL2K SP3a on Windows 2003 server. During the install I changed
the SQL port number 1433 to 14330. Everything finished successfully.
But when the clients are trying to build the ODBC to connect to SQL server,
they cann't connect if they leave the Dynamically determine port ch... more >>
QueryTimeout
Posted by Thomas.LeBlanc NO[at]SPAM NoSpam.Com at 5/21/2004 12:56:03 PM
Can the QueryTimeout property be set in a connection string
We are using SharePoint 2002, and when going through the Wizard to setup a connect, there is no prompt for QueryTimeout, but we are able to contruct our own Connection String
So, I was hoping that we could use the querytimeout in the co... more >>
Connectivity
Posted by John at 5/21/2004 7:33:44 AM
Hi
Im very new to SQL server so forgive me if this is a basic
question. Im running SQL server on a windows 2000 machine
and when I run Analysis Services it picks up the server
(my local computer name) perfectly. However, when I try
and register the server in Enterprise Manager it cant fi... more >>
Replication General Network Error
Posted by ms1746 at 5/20/2004 6:36:41 PM
I have looked through all the posts and I have seen similar problems bu
nothing that answers my issue so I am trying not to ask the sam
question as everyone else.
Here is the configuration:
Distributor and Publisher:
Windows 2000 Advanced Server Clustered
Sql Server 2000 Sp3a Clustered Ac... more >>
Odd connection problem
Posted by rcause at 5/20/2004 2:00:50 PM
I (running SQL 7 client only) cannot connect to the
server via my machine, but CAN connect (after installing
client) to the server from ANY other machine on the LAN.
My SysAdmin and I have been workin on this for days but
have come up empty, any ideas?
Could it be some other software I'm... more >>
XP Home Sql Server 2000 client?
Posted by dperez NO[at]SPAM juno_nospam.com at 5/19/2004 8:14:29 PM
I'm sure this has been beat to death but I'm not finding the solution.........
I've got a server running either Windows 2000 Pro or XP Pro, that
has SQL Server 2000 on it. With databases and all the normal junk.
I have a normal PC running XP Pro with Enterprise manager and standard junk on
... more >>
compile
Posted by Syl at 5/19/2004 11:10:16 AM
Anyone have an idea why a program that compiles in
developer will give a 'not responding' message when being
compiled to create an executable?... more >>
Windows 2003 server automatically close down TCP/IP listening for SQL
Posted by George at 5/19/2004 9:17:06 AM
I installed a SQL 2000 (with service pack 3a) on a Windows 2003 server ,
but Windows 2003 server still automatically close down TCP/IP listening for
SQL ; I reinstalled both 2003 server and SQL server with sp3a again , But I
am still not able to open that listening , any idea ?
... more >>
connection pooling
Posted by Steve at 5/19/2004 5:30:47 AM
We have windows xp pro running on a laptop. I can connect
to the server and our databases but when I try to open a
table I get the following message
"[Microsoft][ODBC Driver manager] Only SQL_DRIVER_NOPROMPT
is allowed when connection pooling is enabled"
Does anybody know why this is ... more >>
Establishing VPN Connection thru DTS package
Posted by umjunk NO[at]SPAM hotmail.com at 5/19/2004 4:32:47 AM
Hi,
I have defined a DTS package which establishes VPN connection with my
client's server. When I execute this package thru SQL Enterprise
Manager (SEM) it works fine, but when I schedule it as a job or try to
execute thru SQL Query Analyzer using 'xp_cmdShell' stored proc, it
doesn't establi... more >>
MDAC 2.7 SP1 release?
Posted by Joe at 5/18/2004 10:21:04 AM
Can anyone tell me if Microsoft has set a release date for MDAC 2.7 SP1 yet
Please email me at joeydba@yahoo.com - thanks.... more >>
Named pipes vs TCP/IP and NETWORKIO wait type
Posted by Peter Apostolakopoulos at 5/18/2004 8:41:08 AM
I am experiencing a problem whereby a 3rd party application is performing data transfers between tables in a database and they are taking enormous amounts of time
I have no way of knowing what it is actually doing but when I examine the current activity, the RUNNABLE process shows NETWORKIO in the... more >>
SQL Authenication problem
Posted by Harry Mace at 5/17/2004 10:06:54 PM
Our users use a third party app that connects to a SQL
database on a windows 2003 member server. The app
works if the user has a windows 2003 user account local
on the server.
1. All of our user accounts are in a Novell Netware
Domain.
2. We have purchased a processor license for t... more >>
Ole db error
Posted by Julian at 5/17/2004 9:58:40 PM
Hi frnds,
New problems evryday ..
we had migrated our intranet website(in asp) frm win 2k t
win 2k3 last week , for 2 days all went ok but then the
trouble(s) started ...
frm yest we are getting an error time in and again
"Microsoft Ole DB provider for ODBC Drivers
error '80040e31'"
I ha... more >>
can not generate SSPI Context
Posted by Chambonneau at 5/17/2004 3:24:50 PM
Hello everybody
I have a VB6 app using Trusted Connection to a SQL Server 2000.
This application can also run when creating a VPN Connection and using a
TCP/IP Connectionstring
I upgrade my MDAC installation (2.8) and now when I tried to run my app over
VPN, I obtain: "cannot generate S... more >>
Connecting to Database
Posted by Reg Coles at 5/17/2004 8:46:41 AM
Connected to SQL database via network but now I have
copied database onto laptop to work from home, I got SQL
2000 Server Edition on laptop but I cannot seem to connect
to local database on laptop, it comes up with errors
saying no database found or access denied. Tried to tell
it to look ... more >>
Max Number Of Connections
Posted by ruby at 5/16/2004 10:41:01 PM
i asked this question yesturday and got an answer from John Bell (thanks by the way) and i want to clarify what i need
is there any document that say for each hardware the number of connections the sql can tolerate and still working fine
i have 2 processores (1.4 ghz) computer with 2 gb ram and st... more >>
outgoing network packets going crazy!!!!
Posted by Roland Greene at 5/16/2004 8:01:02 AM
I have two nics on my sql box. The first being a gig nic for internal networking which works fine.
The second nic however is not doing so well. It works great for a couple of hours then all of a sudden it starts sending packets out at a alarming rate. This behavior will eventually hose our entire i... more >>
max connections
Posted by ruby at 5/16/2004 12:56:01 AM
hello everybody
does anyone knows the max connections the sql server can work with. i need to know about the sql server capability according to hardware limits ( for exe:how many connection can the sql manege on 2 cpu's computer with 2.gb ram, etc'
thank
Ruby... more >>
SQL Server Enterprise Manager not connecting
Posted by Eddie Butler at 5/15/2004 4:43:23 PM
I am trying to connect with enterprise manager, but i am
gettin the error;
---
A connection could not be established to BWSI.
Reason: Login failed for user 'sa, SQLService, (null),
etc'. Reason: Not associated with a trusted SQL Server
connection..
Please verify SQL Server is running a... more >>
Microsoft OLE DB Provider for SQL Server error '80004005'
Posted by Joey at 5/15/2004 2:16:02 PM
I am receiving this error when trying to establish a connection to SQL Server 2000 sp3a running on a Windows 2003 server. I am able to make a connection to the SQL server from the phyiscal machine it resides on, but not from other machines. The complete error message is listed below. I have also a... more >>
SQL Server Security Properties to Windows Only, then back
Posted by Ian Bible at 5/14/2004 12:21:47 PM
Hello,
On the SQL Server Properties Page under the security tab I
changed the authentication to Windows only then changed it
back. When I did that it asked for a password, I put in a
password. Now I have an ASP page that is used to login
and modify data on the database. That page will no... more >>
Conection
Posted by Ionut Terhes at 5/13/2004 6:54:14 AM
Hello!!
Please help me!!
I want to know, if SQL server has a table where I can
find how many connections ar in this moment, or a
command. Or beteer,I what to know how many computers ar
login to SQL server ( USER ID or Network card ID) in this
moment.
Thank you,
... more >>
SQL2K server connect via ado TCP/IP failing
Posted by Nigel Piggott at 5/12/2004 6:40:15 PM
I'm having difficulty connecting to SQL server 2000 using tcp, as below.
Server A : (W2k3) SQL2K server using Windows Authenication Only.
(stand-alone server - i.e. no domain controller)
all users/clients have (windows) user name all using same Group. Group is
used in SQL server security. note... more >>
error message
Posted by Garry D at 5/12/2004 1:34:22 PM
Server: Msg 8985, Level 16, State 1, Line 2
Could not locate file 'wslogdb62_log' in sysfiles.
DBCC execution completed. If DBCC printed error messages,
contact your system administrator.
... more >>
|