| Thread | Last Post | Replies |
|
| Number of allowed connections for SQL Server 2005 Standard on XP P | 30 Apr 2007 18:02 GMT | 6 |
I assume that the number of connections that SQL Server 2005 Standard can concurrently have will be limited by the operating system it is running on. If that OS is XP Pro, how many concurrent connections can SQL Server 2005 Standard have?
|
| Shared Memory Provider error | 30 Apr 2007 02:50 GMT | 5 |
I am having a problem logging in with the "SA" account on a SQL Server 2005 Express server (latest service pack). Here is the error message: "connection was successfully established with the server, but then an error occurred during the login process. (provider: Shared Memory ...
|
| My SQL Provider | 30 Apr 2007 00:40 GMT | 1 |
Hello to all, I have a problem in connecting in a MySQL database. I can create some ODBC connection, but I can't use it to manipulate data. I like Know if Existe a MySQL Provider for SQL Server 2005 that alow me to
|
| Howto pull SQL Server 2005 database tables into a SQL Server 2000 database | 26 Apr 2007 16:02 GMT | 3 |
Is there any way to: pull SQL Server 2005 database tables into a SQL Server 2000 database, without installing Management Studio on the SQL 2000 server?
|
| SQL server express connection string | 26 Apr 2007 05:48 GMT | 2 |
I am connecting from an Access front end to a SQL Server 2005 Express database on a remote PC. I have enabled TCP/IP on the server and turned off firewalls on both boxes. The remote PC is called EmpDB, the instance is called SQLEXPRESS the
|
| A transport-level error has occurred when receiving results from the server. | 26 Apr 2007 02:23 GMT | 3 |
I am getting the error below: I would like to also mention that this error is occuring randomly. I am running a web application under SQL Server 2005 and .NET framework 2.0. Has anyone encountered this issue.
|
| query-based update failed | 25 Apr 2007 05:02 GMT | 8 |
The full message is "query-based update failed because the row to update couldn't be found". We are running a VB6 application, using MDAC v2.8/sp1?, against a SQL Server 2005 database. Only some records will produce this error when trying to
|
| java.lang.StackOverflowError | 24 Apr 2007 17:59 GMT | 3 |
Hi I am using microsoft sql server 2005 jdbc driver. I am getting java.lang.StackOverflowError when I am trying insert data in to table. I developed application using Borland JBuilder. Application is able to insert
|
| Cannot connect to SQL express database ???? | 23 Apr 2007 16:37 GMT | 5 |
I have setup a database under SQLexpress 2005 which is install on a Vista OS. I can manage without any problem my database from the VIsta workstation. Then on an other PC, I am trying to create a connection to that databse with .NET 1.1, but no luck
|
| SQL2005 Man Studio cannot see SQL2000 Dev Ed | 23 Apr 2007 14:12 GMT | 1 |
I am failing to connect to any of three SQL2000 Dev Editions from Management Studio running on Vista machine. In MS I get "under default setting SQL Server does not allow remote connections (provider: Named Pipes Provider) ...". I have also tried TCP.
|
| Error accessing MSDE by network (no locally) when instance created after installing Visual Studio 2005 | 23 Apr 2007 12:12 GMT | 2 |
a weird thing is happening in all development PC in the company. The developers have some MSDE instances created in their machine, used for different purposes. When someone create a new instance after installing Visual Studio 2005 (some with and some without SQL Server 2005 ...
|
| Wrong Return Value from statement.executeUpdate(query) | 20 Apr 2007 21:38 GMT | 8 |
I'm updating a legacy standalone Swing app for use with MS SQL Server 2005, coming from MS SQL Server 2000. When I switched to the latest MS JDBC driver (1.1.1501.101) from jTDS 1.2, I discovered a problem. The value of updateCount, in the code below, is now 0 when it should be 1 ...
|
| ODBC Port | 19 Apr 2007 23:56 GMT | 1 |
Hi, I have just installed a default instance of SQL server 2000 and can connect ok with Query Analyser. I can connect ok with ODBC via a DSN if I don't specify the port. However if I specify the port (which is 1433 I've double checked) in the DSN or a JDBC connection it fails! ...
|
| JDBC driver security : Transmission of DB password | 19 Apr 2007 18:13 GMT | 1 |
If I use the SQL 2005 driver with the connection parameter integratedSecurity=false, and provide the password as a connection parameter, is this password transmitted in the clear ? If so, is there any way to secure this password other than using integratedSecurity=true?
|
| How can I verify that the sqlserver on my development is accessable from internet | 19 Apr 2007 08:36 GMT | 2 |
I'm trying to figure out if it's possible to reach the database on my development machine from the outside (internet). To test this I'm trying to connect to the database from the development machine by using my public IP address. I also opned port 1433 in my firewall.
|