Psst! Did you know DevelopmentNow is a mobile web site design agency?

Contact us for help mobilizing your site, or to sign up for our beta Mobile Web SDK!


Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
August 2008
all groups > sql server connect > june 2004

Filter by week: 1 2 3 4 5

One subnet to another
Posted by Ngan at 6/30/2004 3:55:41 PM
I'm not sure which newsgroup to ask this question, so I'll try to do it here first. I have a domain called Tower, subnet is 192.168.1.* I have a SQL 2k server where my webpages and tables reside. The client details page has the client's home info, and a <img scr> link to their photo. ...more >>


Problem connecting FP2000 ASP to SQL 2000
Posted by Kristen Wagner at 6/30/2004 1:30:45 PM
Hello, I posted this to the FrontPage Programming list last week but was unable to resolve the problem. I am reconstructing a web site for a remote customer and have a login problem with an FrontPage 2000 database results page. Database Results Error [Microsoft][ODBC SQL Server Driver][S...more >>

DMZ Web Server and Internal SQL Server
Posted by Brian at 6/30/2004 1:23:14 PM
I have a .net web application that is running on a w2k server located in our DMZ it has a private address. The SQL server is also running on a w2k server but it is located in our private network. I have opened port 1433 on the firewall from the DMZ to Lan and from Lan to DMZ. Since neither server...more >>

MSDE connection from VB.NET
Posted by David at 6/30/2004 9:39:25 AM
I saw a previous post regarding a similar situatiuon I have but do not have a solution yet. In my case, I have created and instance of MSDE2000A and it runs fine with securitymode=sql and sapwd set etc. In my application, I connect to the instance of the server and the application runs fin...more >>

connecting to sql over the internet
Posted by Luis at 6/30/2004 3:27:19 AM
I have a server with sbs2003 and isa, where is my sql database. I need to connect some clients to my database over the internet. What sould I do. Thanks...more >>

Invalid Object Issue...
Posted by 3D Peruna at 6/29/2004 9:44:27 PM
I ran the Upsizing wizard to convert an Access file to a SQL file. Everything worked fine before. I changed my connection string and now I get: Microsoft OLE DB Provider for ODBC Drivers (0x80040E37) [Microsoft][ODBC SQL Server Driver][SQL Server]Invalid object name 'tbl_MRSongs'. /impulse/i...more >>

Restarting SQL-Server by using SQL-DMO
Posted by Rene at 6/29/2004 9:47:04 AM
Hi NG, I have problems when trying to restart my SQL-Server programmatically by using SQL-DMO. Restarting of SQL works fine, if SQL is already running. But when SQL is stopped I get a HR 0x80070006 (E_HANDLE) when calling Start(): Any suggestions? Thanks for help, rene Example: if ...more >>

Recommended Port
Posted by S Shulman at 6/28/2004 7:29:21 PM
Hi My SQL server is lisening on port 1433 for security reasnd I would like to change to another port can anyone recommed another specific port or it desn't matter. Thanks in advance, Shmuel ...more >>



Problem Creating Login ID
Posted by SqlJunkies User at 6/28/2004 5:55:17 PM
I restored a database called 'MyDatabase' from a backup file. It created a user for me with the same name but no login with the same name. When I tried to create a login id with the same name (MyDataBase), it does not let me the same login id have privileges to access that database. I tried to do th...more >>

Can't use system DSN to log user on
Posted by Art Billings at 6/28/2004 5:00:31 PM
HI, I have attempted to connect a user to a SQL 2000 server, running on a Windows 2000 server using Windows Authentication and always get the follwoing error message: Connection failed SQLstate:'28000' sql server error: 18456 [microsoft][odbc sql server driver][sql server] login failed fo...more >>

Parameterized queries running slower than non-parameterized queries
Posted by bogachkov NO[at]SPAM hotmail.com at 6/25/2004 3:42:32 PM
Hello When I use a PreparedStatement (in jdbc) with the following query: SELECT store_groups_id FROM store_groups WHERE store_groups_id IS NOT NULL AND type = ? ORDER BY group_name It takes a significantly longer time to run (the time it takes for executeQuery() to return ) than ...more >>

ConnectionTimeout
Posted by Vlad at 6/25/2004 2:13:24 PM
I'm creating connection object to SQL Server db this way Set objConn = New ADODB.Connection objConn.CursorLocation = adUseClient objConn.ConnectionString = "PROVIDER=MSDASQL;dsn=Coordinator;uid=vladc;pwd=developer4444;database=SRS;" objConn.ConnectionTimeout = 1 objConn...more >>

web -> isa -> sql
Posted by mdh333 at 6/25/2004 12:22:01 PM
Sorry if this question is a little high-level, I'm the DBA and don't really know too much about ISA. We have a web server in our DMZ that wants to connect through an ISA server to a SQL Server. There is a rule setup on the ISA server that allows connectivity on port 1433 (sql) which will point t...more >>

Remote Stored Procedures
Posted by Remote server at 6/24/2004 1:26:08 PM
I have a stored proc on a server called lax-dd and the stored proc name is test. Both servers are in the same domain and the sa passwords are the same on both servers. I in query analyzer run exec lax-dd.dbname.dbo.test. I get errors it doesn't understand the dash(-) in the servername. ...more >>

log into one sql server from another server
Posted by ngan at 6/24/2004 11:22:49 AM
I have two servers that have IIS and SQL 2000. the first one is where I have my webpages. The second one is where I have my sql tables. The second server's IIS has anonymous login unchecked (same with the first server). I want to use the person's windows login for authentication. In th...more >>

Login failed for user '(null)'
Posted by haltenberg NO[at]SPAM yahoo.com at 6/24/2004 3:21:48 AM
I am running a third-party web application (mainly ASP and specific pages with their own extension that are processed by a third-party ISAPI dll) on a Windows 2000 Server (IIS 5.0) which is also a domain controller and has MS SQL 2000 installed. Anonymous access in IIS for this application is se...more >>

Unable to browse for available SQL servers across subnets??
Posted by dude at 6/23/2004 11:32:59 AM
I have our DBA complaining that I have changed something on the network. He can only browse for available SQL servers in the subnet where Enterprise Manager is installed. I verified that this is indeed the case. He has a need to use a SQL database monitoring software to monitor SQL servers tha...more >>

When will port 445 be used by SQL Server?
Posted by Peter at 6/23/2004 10:57:01 AM
I'm using Port Reporter to check what ports are being used between client machine and SQL Server machine. I cannot find any entry using port 445 except an entry related the loopback address 127.0.0.1. But I see port 139 being used between client machine and SQL Server machine....more >>

Body type not supported by Remote Host issue
Posted by Roy Chastain at 6/23/2004 8:04:37 AM
I have recently setup a 2003 server with ISA firewall and an inbound SMTP relay to provide message filtering etc and SMTP command scanning (such as it may be). This server relays to my internal SMTP server which is an Exchange 5.5. Prior to this my Exchange server received the email directly fro...more >>

command window open when SQL agent start
Posted by (mathieu_corriveau NO[at]SPAM hotmail.com) at 6/23/2004 7:51:56 AM
When i start mssqlserver service, it do not start SQLAgent It is listed in the dependancies of both when i start the sqlAgent manually, there is a command window that opens up with nothing in it, just the cursor blinking, BUT everything runs fine, the msssqlServer and the SQLAgent are both run...more >>

Violation of UNIQUE KEY constraint
Posted by Nirm at 6/22/2004 6:04:04 PM
Hi Guys I am trying to import data to a user table using DTS Import/Export Wizard in SQL 2000 Server from MS Excel 2002, the table has 800 plus rows of data. Necessary Identity, Seed and Increment in table design have been set. However, data fails to import. I tried importing the view and...more >>

SQLBrowseConnect returns network servers during local scan
Posted by Shane at 6/22/2004 5:39:01 PM
Please help, deadline approaching. I used the listsvr utility supplied from http://www.sqldev.net/misc/ListSQLSvr.htm. And on Sql 2000 machines it works fine returning all the instances on those machines. Yet on a particular SQL 7.0 machine, it returns a network sql 2000 server, and also a '(...more >>

SQLBrowseConnect returns network servers during local scan
Posted by Shane at 6/22/2004 5:38:01 PM
Please help, deadline approaching. I used the listsvr utility supplied from http://www.sqldev.net/misc/ListSQLSvr.htm. And on Sql 2000 machines it works fine returning all the instances on those machines. Yet on a particular SQL 7.0 machine, it returns a network sql 2000 server, and also a ...more >>

Windbver.exe?
Posted by Sumner Paine at 6/22/2004 4:10:43 PM
I have a Windows Server 2003 terminal server with a client installed to connect to a SQL 6.5 database. I'm supposed to run windbver.exe to specify the name, IP address, etc. of the SQL server that holds the database. This information is only being stored per user and not globally... Does anyone ...more >>

How can I tell what protocols are enabled for the client?
Posted by peter at 6/21/2004 2:34:02 PM
If on the General tab of the Client Network Utility, TCP/IP is the only protocol enabled. Does it mean that other protocols are disabled and will not be used in communicating to SQL Servers on other machines? In this case, should the registry HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSSQLServer\Clien...more >>

DSN
Posted by skc at 6/21/2004 7:07:49 AM
A user creates forms in dBase5.7 and now uses a SQL2000 database on our network to access tables via dBase. He has made an application that requires an ODBC DSN (System DSN) to be created on the local machine and this gets posted to a config file called BDE Configuration (part of dBase) a...more >>

MSDE 2000 Release A won't talk
Posted by noname NO[at]SPAM noname.com at 6/20/2004 9:02:24 AM
MSDE 2000 Release A installed under windows 2000 pro will not communicate with SQL Server Manager nor MS Access on peer computer. Can someone help? Have set DISABLENETWORKPROTOCOLS=0 at install time. Install log shows installation successful.. Control Panel> Admin Tools> Services section ...more >>

Cannot connect to SQL Server 2000.
Posted by peter at 6/19/2004 6:32:01 PM
I have installed Windows XP SP2 RC2 on a machine with SQL Server 2000. I cannot connect to that machine's port 1433. I have disabled the Windows Firewall. I have run netstat -a to check what ports are listening but I don't see port 1433 and port 1434. I have not tried telnet to that port yet....more >>

Cannot start SQL Services; Getting error 1053
Posted by Racer-D at 6/18/2004 9:42:02 AM
MSSQLSERVICE will not start. I am getting "Error 1053: The service did not respond to the start or control request in a timely fashion" and "Timeout 30000 milliseconds waiting for the MSSQLSERVER service to connect". The server was working fine until it was moved from our development rack to our...more >>

Connecting Enterprise manager to SQL 2000
Posted by Fredrik Ljungbeck at 6/17/2004 10:44:25 PM
Hi ! I'm running SQL Server 2000 Dev on Win XP Prof and having problem = connecting via Enterprise manager, getting this error in Event-logg:=20 17310 : FRunCM: Process 3084 generated fatal exception c0000005 = EXCEPTION_ACCESS_VIOLATION. SQL Server is terminating this process. When c...more >>

SQL and Access
Posted by KMD at 6/17/2004 6:25:02 PM
I would like to take the data from a sql backup and view in access as a backup method....more >>

.NET and SQL Server on Separate Machines
Posted by Big Mo at 6/17/2004 12:22:44 PM
Hi all, We're working on an ASP.Net Web Application that makes several calls to a SQL Server database. Everything was running correctly when the database and the web server were on the same computer, but we have sinced moved them to separate computers; IIS V6 on Win2000 and SQL Server 8(SP...more >>

SQL server does not exist or access denied
Posted by Symey at 6/17/2004 7:24:05 AM
Hi, I am trying to use "The Raiser's Edge" to connect to a SQL 2000 server (on a remote network). I keep getting the error: [Microsoft][ODBC SQL Server Driver][TCP/IP Sockets] ConnectionOpen (Connect()). [Microsoft][ODBC SQL Server Driver][TCP/IP Sockets]SQL Server does not exist or ...more >>

Connection error while already running code
Posted by Michael Beck at 6/16/2004 5:26:32 PM
I am using Access 2002 as a front end and SQL Server 2000 as a back end. I am using an ODBC connection and TCP/IP After I have connected, I use ADO to run a process that gets ten different sum queries from various SQL Server tables and writes the results to local Access table. This loops th...more >>

server running ok, but cannot connect using ip address
Posted by dudebig at 6/16/2004 4:07:37 PM
I can do everything with the server on the local LAN, but can make connection if using ip address of server. please help....more >>

How to Link to Oracle 9i using SQL server 2000
Posted by Sergio Toro at 6/16/2004 2:58:31 PM

HOW TO CONNECT SQL SERVER TO ORACLE 9I
Posted by Sergio Toro at 6/16/2004 2:56:53 PM
How to connect linked sql for Oracle 9i?...more >>

MSDTC on server <ServerName> is unvailable
Posted by anonymous at 6/16/2004 10:03:34 AM
Hi, I have an issue when a client tries to connect to an application, he gets the error message saying: "MSDTC on server <ServerName> is unvailable" for now, we are using two methods to work around the problem: - uninstall and re-install the MSDTC service on the server - rebbot the server...more >>

Possible Network Error: Write to SQL Server Failed
Posted by mikef at 6/16/2004 8:10:29 AM
Any idea on what can cause this error message? "Possible Network Error: Write to SQL Server Failed" Is it due to a network disconnect? We are running the application thru Metaframe XP to SQL Server 2000 with SP 3. Thanks...more >>

OLEDB connection error
Posted by Stef at 6/15/2004 8:20:32 PM
Hi, I'm having a problem connecting to a SQL Server 2k (SP3) db using oledb provider in a VBS. Running on a Win2k server. This is what happens. If I use a localhost sql server, and have in my connection string data source=(local) I can connect to the database. But when I'm using a server i...more >>

oSQL - How do I run all .SQL files in a folder by running one batch
Posted by Tom at 6/15/2004 3:43:28 PM
Hello. I run into many instances where I have 50+ .sql scripts that I need to run on multiple SQL installs. I want to automate this process some by being able to drop all my .sql scripts into a folder and then click on my batch file that will run all scripts in that folder, and create a log fil...more >>

OLEDB connection fails on Win2003 server running SQL2000 (BUG or MADNESS?!?!)
Posted by Dave at 6/15/2004 11:47:43 AM
Hi all, Has anyone ever successfully connected to a SQL2000 server running on a Windows2003 Standard Server box via OLEDB? If so, PLEASE tell me (and hundreds of others) how to configure Windows2003 server to allow OLEDB connections. I have found dozens of posts on this problem, but there are...more >>

TCP/IP Connectivity
Posted by Kevin Peters at 6/15/2004 7:51:38 AM
I work in a print shop that uses Franklin Estimating 2004 for all of the jobs. The Franklin software uses MS SQL Server 8 for the database. The boss wants to be able to connect to the database from home to work on estimates for jobs he didn't have time to finish at work. The work is beh...more >>

connectivity only installation
Posted by marwan hefnawy at 6/14/2004 7:52:29 PM
Is the "connectivity only installation" is equvilant to installing MDAC on the client machines, or the "connectivity only installation" has more functionality to do. Thanks ...more >>

Multiple Port Configuration
Posted by sbawa at 6/14/2004 2:50:01 PM
Using the server configuration utility, I have configured my SQL Server 2000 box to listen on multiple ports: (ie (1433, 9000, 9001, etc). http://support.microsoft.com/?id=294453 Now I would like to be able to tell a client to connect to the server through any of these available ports. How...more >>

Multiple Ports Open for the Same Connection
Posted by dj_also at 6/14/2004 12:53:29 PM
Is this strange: "SQL server listening on TCP, TCP, Shared Memory." ? It's SQL Server 2000 on a dual-homed W2K DC. I have two "listening on" records for every IP. Also, the SQL Sever application is running on the first port using the correct IP and port # and IP 0.0.0.0 is on the second (di...more >>

Restoration of Server
Posted by Henry at 6/14/2004 11:13:03 AM
Thanks in advance. I have a webserver with win2000 advanced server and sql server 2000 installed in one physical drive with different logical drive. I have back up everything into tape. After a hard drive failure, I restored everything into the new drive. The only different is that, the size of ...more >>

Bulk Insert problem
Posted by Mike at 6/14/2004 10:35:24 AM
Bulk insert report the following code after being used for a period. When this happens, we need to re-start the SQL Server and then it will disappear for a while and then happen again. Any body have idea about how to work around this problem? Server: Msg 7302, Level 16, State 1, Line 1 C...more >>

SQL 200 Server Connection with VB
Posted by Sue P at 6/13/2004 2:47:52 PM
I hope this is the correct place to post this. I have a VB program that is running on a server. It connects clients to a SQL database. All of the clients are connecting except for one. This one will run the program (so I know it is mapped to the correct drive), take the login info and then t...more >>

Problem connecting to SQL Server over the internet
Posted by John Kotuby at 6/11/2004 2:24:28 PM
I have opened ports 1433 and 1434 on a SQL Server on our network to allow our customers to receive a monthly subscription "key" for the software they lease from us. Within an encrypted Stored Procedure I am using the OPENDATASOURCE method with a connect string containing our IP address. It is wo...more >>


DevelopmentNow Blog