| Thread | Last Post | Replies |
|
| SQLServer 2005 Date insert problem | 25 Oct 2006 18:21 GMT | 3 |
I use SQLServer 2005 Here is my jdbc stmet. String querystr = "insert into releases(appid, releasename, buildname, releaseindicator,releasedate) values("
|
| Help for setting up SQL 2000! | 24 Oct 2006 19:28 GMT | 1 |
I got sbs 2003 server with sql 2000, and using backup data function to move the database to another 2k server w/sql2k, after I restore on the 2k server, I from workstation try to login by using that data, but there is no account appear on the screen.
|
| ## Global Temp Tables and "invalid object name" error via JDBC | 24 Oct 2006 19:28 GMT | 6 |
I'm running into this situation when attempting to execute a stored procedure using the JDBC driver to connecto to SQL 2005 (v1.1). A simple CREATE TABLE ##TempTbl generates a "Invalid Object Name" error (#208). The same code has worked well for years using either ODBC or SQL
|
| MS SQL ODBC Driver and Parameter Passing | 24 Oct 2006 15:04 GMT | 1 |
Can anyone tell me if this supports Parameter passing I am using 2000.85.1117.00
|
| Connect to an SQL 2005 server through proxy | 24 Oct 2006 11:51 GMT | 1 |
Ok, here is the situation... I have created an Access Project application which connects to our SQL Server. SQL server is not behind a proxy, it listens to the default port
|
| Unable to connect to SQLServer with isql | 24 Oct 2006 07:16 GMT | 2 |
i can't connect to my sqlserver 2000 with isql : isql -Slocalhost -U<username> -P<password> The sqlserver (no name, displays (LOCAL)) is running on the local box, i can connect with EnterpriseManager and QueryAnalyzer. Everything seems ok, but
|
| Unable to connect to SQL Server after Changing network password. | 23 Oct 2006 20:47 GMT | 5 |
I just changed my network password and cannot connect to SQL Server. I get the following message: An error 1069 - (The Service did not start due to a logon failure) occurred while performing this service operation on the MSSQLServer service.
|
| Multiple ResultSets | 23 Oct 2006 19:07 GMT | 4 |
Hi I have a stored procedure which returns mulitple resultsets rs = call.executeQuery(); call.getMoreResults();
|
| SQL 2005 Windows Groups Authentication - Cannot open user default database. Login failed | 23 Oct 2006 18:56 GMT | 2 |
All, To start off I have SQL 2005 SE Clustered in an Active/Active environment. Everything is working correctly as all websites and standalone applications are connecting and getting/sending data
|
| SQL Blocking | 23 Oct 2006 14:26 GMT | 1 |
I have data in SQL 2000 tables with Access XP front end linking to the tables via a DSN-less connection. Once in awhile we get sql blocking and I don't know why or how to solve it. Today, I get a call from someone in the road dept that said that when they
|
| Can't connect to server using server management studio | 23 Oct 2006 09:54 GMT | 3 |
For some reason I can't connect to a (remote) SQL server using SQL server management studio (2005) from my local SQL 2005 Server. I can connect from numerous other PCs/Servers in my site except this one. The local SQL Server is running Windows 2003 R2.
|
| SQL 2005 Mailing Error | 22 Oct 2006 16:35 GMT | 1 |
I have a SQL Job setup in SQL2005 that when there is something to report, via a stored procedure, an email will be sent out via database mail. Whenever it tries to send an email it fails with this error: [SQLSTATE 01000] (Message 2528) Query execution failed: Error initializing
|
| MSDTC? | 22 Oct 2006 15:52 GMT | 1 |
I keep getting this message on my application server. The description for Event ID ( 0 ) in Source ( ODBC ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. The following ...
|
| Trusted connection over VPN | 22 Oct 2006 15:45 GMT | 4 |
I use VPN to connect to corporate network from home. VPN works fine and I can use remote desktop to access the SQL box.. BUT, I am only allowed to use trusted connections for SQL. I am developing applications at home PC (XP Pro), which is not part of the domain. Is there a way ...
|
| SQL ODBC Connection Problems | 20 Oct 2006 16:46 GMT | 2 |
When attempting to connect to a SQL DB through an Access front-end, I receive the following error: Connection failed. SQLState: '28000'
|