| Thread | Last Post | Replies |
|
| Connect to SQL Server through an cable modem client | 12 Mar 2006 04:06 GMT | 3 |
Hi, I'm connecting some clients via Internet to a named instance of SQLServer (port 1433). All the clients conected to internet via DSL works just great, but all the clients connected to internet via an cable ISP, just can't find the server.
|
| creating a link server into oracle | 11 Mar 2006 17:53 GMT | 1 |
Pretty new to linked servers, however I need to create a linked server from MS SQL Server 2000 into Orcale database sitting on a UNIX platform. I already have successfull DTS application which takes info from the Orcale database into MS SQL, using third party Oracle driver via ...
|
| Connection string with a Select Statement | 11 Mar 2006 17:46 GMT | 1 |
Is it possible to use and ODBC connection string within a Select Statement? If so what would the syntax be?
|
| java.lang.ClassNotFoundException: com.microsoft.jdbc.sqlserver.SQLServerDriver | 11 Mar 2006 04:57 GMT | 1 |
I have installed the MS SQL 2000 JDBC driver from microsoft's website. My path settings are: C:\Program Files\Microsoft SQL Server 2000 Driver for JDBC\lib\msbase.jar;C:\Program Files\Microsoft SQL Server 2000 Driver
|
| Connection Pooling / Caching in java | 10 Mar 2006 16:40 GMT | 2 |
Hi, I'm trying to setup a connection pool for a java application. There is no application server such as tomcat, jboss etc... I would like to know how to achieve the creation of a datasource and caching of the connections using the sql server jdbc driver within java directly. ...
|
| Log on problem | 10 Mar 2006 11:15 GMT | 7 |
Why I can't make change account from Log on tab in properties MSSQLSERVER service? Regardless of account, I gett this error: "Could not start the MSSQLSERVER service on Local Computer.
|
| Server network library went out to lunch | 10 Mar 2006 02:44 GMT | 1 |
Strange thing. I have four windows XP clients that connect to a SQl server 2000 to use my programs. These are standalone applications that run in background (telephony stuff). All of a sudden they stop being able to use the sql server, I have a connection test button built in and ...
|
| "varbinary(max)" data type is returning as "image" in MS SQL 2005 | 09 Mar 2006 21:22 GMT | 4 |
I have defined the column as "varbinary(max)" in SQL server 2005. When I tried to get the metadata using MS SQL server 2005 driver Version 1.0. I am getting the column type as "image" and not "varbinary(max)". Is this bug in driver?
|
| Connection to 2000 SP4 fails strangely | 09 Mar 2006 15:17 GMT | 1 |
Hello everybody! :-D I have a pretty basic standalone SQL 2000 SP4 and it is serving a CMS and an IIS on the same box. I can telnet my server on port tcp 1433 and the telnet window clears
|
| Remote Server using Enterprise Manager | 09 Mar 2006 09:15 GMT | 19 |
Hi, please help I am new with MS SQL Server. I do not have any problem with my local server but has problem with remote
|
| set ansi_nulls in connection url | 08 Mar 2006 23:12 GMT | 1 |
I'm a newbie to jdbc, so sorry if this is a dumb question. I've inherited some code that uses jdbc connections to a sql server through a config file. I'm trying to figure out if I can set the connection to connect with ansi_nulls to "off". The config file lists the connection
|
| ODBC Drivers error '80004005' | 08 Mar 2006 15:14 GMT | 1 |
Hello, I am running IIS 6.0 on a windows 2003 server. I have an asp page that accessed a SQL server 2000 running on windows 2003 through DSN. Every once in a while the webpage becomes inaccessable and gives the following message:
|
| SQLConnection | 08 Mar 2006 13:50 GMT | 7 |
This code works fine with VS 2003, but when run in VS 2005 with SQLServer 2005 it reports error. Does anyone knows why??? Public Class BLL 'WSB Bussines Logic Layer
|
| getting Multiple resultsets in java using stored procedure in MS SQL Server 2000 | 08 Mar 2006 11:23 GMT | 10 |
I have a stored procedure with multiple (two) queries in MS-SQL 2000 Server, I'm trying to get the resultset in java like
|
| error: CoCreate of DSO for BULKIMPORTSTREAM | 08 Mar 2006 09:01 GMT | 1 |
Sql 2000 SP3a, Windows 2000 Enterprise, SP4 I've extensively searched through most means (google, microsoft, newsgroups,etc) and really haven't found a definitive answer. There really isn't any real answers. I run an ASP and most clients on one of the
|