| Thread | Last Post | Replies |
|
| Threading with SQL Server methods | 30 May 2008 14:25 GMT | 3 |
I am developing a new application. Since it is being developed from scratch, I want to implement a lot of threading - especially for my SQL calls. The problem I noticed is that I can't seem to interact with data that is in
|
| No Jet OLEDB provider to link an Access 2000 database to SQL Server 2005 64bits server | 29 May 2008 16:48 GMT | 1 |
I need to link a legacy Access 2000 database to SQL Server 2005 64 bits. My test server is a 32 bits XP running developer's version of SQL Server 2005 (32bits). In the object explorer Server/Server Objects/Linked Servers/Providers it lists Microsoft.Jet.OLEDB.4.0. This PC had ...
|
| XA Support? | 28 May 2008 01:51 GMT | 8 |
I am using the new 2005 beta 2 drivers, and I am trying to enlist sql server in a distributed transaction with a JMS resource (activemq). I was assuming that I needed XA support, but I was a little confused in reading the xa_install.txt about the MS DTC requirement. If I am using ...
|
| How SQL Server 2005 can import LDIF Data using SSIS | 23 May 2008 15:44 GMT | 1 |
First, its my pleasure to join Developersdex forum. Am a third year Software dev Student, presently on work experience. I need some help with issue: I am trying to use SQL Server 2005 to extract data from LDIF directory
|
| Connet to MS SQL Express | 22 May 2008 13:40 GMT | 2 |
I am trying to connect from Microsoft SQL Server Management Studio to Miscrosoft SQL Express database, but getting the following error Cannot connect to reports01. ------------------------------
|
| OSQL Remote Connection Refused on SQL Svr 2005 Express | 21 May 2008 18:11 GMT | 2 |
Having this error message when try to connect to the sql. [SQL Native Client]TCP Provider: No connection could be made because the target machine actively refused it. [SQL Native Client]Login timeout expired
|
| connecting to sql server 2000 | 20 May 2008 13:40 GMT | 1 |
I am trying to connect to an named instance of sql server 2000 with sp4 unsuccessfully. I am getting the below error: Connection Failed: SqlState:'01000'
|
| Getting zero terminated string through (both jTDS & MS) jdbc driver | 20 May 2008 02:46 GMT | 5 |
I am having a curious problem that I verified now with both the MS JDBC Driver 1.2 and jTDS (both show same strange behaviour). The Strangeness is that it looks like I am receiving 0 terminated strings through the jTDS/MS JDBC driver, except the driver
|
| Linked Server Error Help Required | 19 May 2008 19:17 GMT | 1 |
I have setup a Linked Server Using ODBC connection Named hc I am using the following Query Select * From Openquery(hc,'Select * from Tent')
|
| 2005 Restoring | 19 May 2008 19:13 GMT | 1 |
First be patient - I'm an Informix DBA who is tasked to manage a 2005 install. I have a db that's been restoring for 24 hrs and is only 12 MB. Normally it would only take a minutes and it would be done. I've gone through the logs and found a few errors but nothing to do with
|
| From where to download sql MSDE CLIENT TOOLS | 19 May 2008 08:30 GMT | 29 |
I am installing MSDE 2000 on client machines. Where can I dowload the client connectivity tools for MSDE so that users can see and work with thier databases? Do I have to download sql sp4 for that? Can someone please send me the link
|
| Configuring Logging | 17 May 2008 06:32 GMT | 1 |
I figured out how to turn on the JDBC logging through code, but it is not in the code our customers are running, and I would like to turn on the JDBC driver logging only with a configuration file. Is this possible? I'm trying a logging.properties file in the same directory as ...
|
| how to failover sql server (programming, UDL) | 15 May 2008 23:19 GMT | 1 |
I have set up a UDL with "Failover partner=(server name)" and when i fail the primary sql server, it does not do anything. When I bring the primary server back up, everything works fine again. How are people designing applications with multiple servers? I have 2
|
| Using SQL 2005 x64 to linked server an 32 bit access database | 14 May 2008 16:06 GMT | 1 |
I am using Microsoft SQL Server 2005 x64. I am trying to create a linked server for an access 32-bit .mdb. I have installed the drivers for the access connection on the machine. The providers show up under the 32-bit version of the odbc administration tool; however they do ...
|
| JDBC Driver for Sql Server Mobile edition | 13 May 2008 23:22 GMT | 1 |
I wanted to know if Microsoft has develped any JDBC Driver to use with the sql server mobile edition. I have to make a java aplication, using sql server to be run in a pocketpc with Windows Mobile 5.0. How can I do?
|