| Thread | Last Post | Replies |
|
| Help needed with KERBROS and Native XML Web Services | 31 Oct 2007 17:53 GMT | 6 |
Trying to get Native XML Web Services setup in our test enviroment, and I've hit a problem. When the HTTP EndPoint is set to use Integrated Authentication, I can browse to the endpoint (using IE7 from a seperate PC) and get the WSDL back, but
|
| MS-Access and SQL 2005 Application Roles | 31 Oct 2007 17:16 GMT | 1 |
I have created an Application Role with DEFAULT_SCHEMA=dbo. From MS-Access, I retrieve the AR password and execute sp_setapprole as follows: qd.Connect = strODBCConnect
|
| not associated with trusted connection | 31 Oct 2007 11:51 GMT | 1 |
I tried to connect to SQL Server 2005 using JDBC Driver 1.2 But I got the error as follows com.microsoft.sqlserver.jdbc.SQLServerException: Login failed for user 'Gurumurthy-PC\Gurumurthy'. The user is not associated with a trusted SQL
|
| sendStringParameterAsUnicode: How to insert unicode data correctly | 31 Oct 2007 07:21 GMT | 11 |
When inserting unicode data, we would like to programmatically override the setting and send the data encoded in unicode(UTF-16), instead of defaulting the whole app to unicode=true and take a performance hit. Configuration: MS SQL server 2005 SP2, and MS jdbc driver version: 1.1
|
| SQL 2000 on SBServer 2003 | 28 Oct 2007 23:32 GMT | 1 |
I restored a database to a new server. On the new server I can access the database. When I go to a workstation I receive the error "user name does not exist" any help is greatly appreciated.
|
| who uses port 1709 | 26 Oct 2007 22:42 GMT | 2 |
I set up a new SQL 2005 SP1 server. Everything was fine for 2 weeks. Suddently I got error "cannot generate SSPI context" when connecting to it from a client PC, as shown below. When I use setspn to check the server I see the line with port 1709. I check netstat -an and found ...
|
| SQL Server Registration Failed. | 26 Oct 2007 00:59 GMT | 2 |
I am having problems registering a SQL 7 database in Enterprise manager. The node that is causing problems is running W2KSP3 and SQL7SP3. Each node (bar this one) on our network (VPN) is
|
| Query Oracle database without linked server | 25 Oct 2007 13:54 GMT | 1 |
I have to query Oracle database from SQL server 2000. But I do not want to create linked server in SQL server 2000. I tried the opendatasource as following. SELECT * FROM OPENDATASOURCE( 'MSDAORA.1',
|
| Cannot start Replication - "Remote Desktop Connection" or TCP/IP | 25 Oct 2007 08:28 GMT | 1 |
I've got two servers to be a subscriber and publisher resp. The server machines are in a secured environ. and I usually use my own laptop with SQL Server 2005 on XP SP2 to connect to these machines either through Man. Studio over TCP/IP or sometimes I connect using mstsc (remote ...
|
| MS SQL Read-Only? | 23 Oct 2007 06:52 GMT | 1 |
With either MS SQL 2000 or MS SQL 2005, how can I set up a username/password that has READ ONLY access?
|
| error: odbc in vista (with asp) | 22 Oct 2007 20:18 GMT | 1 |
i dont connect db (sql server 2005) in vista. why? i have a cod in asp and no conect database. the error is: "Microsoft SQL Native Client Version 09.00.3042
|
| MySQL linked server on SQL Server 2000 | 18 Oct 2007 14:46 GMT | 2 |
I'm having a spot of bother creating a linked MySQL server on SQL2K. I'm using the following code on an SP4 SQL2K instance. MySQL 5.1 is installed on the same box, and I've installed the MySQL ODBC 3.51 Driver. sp_addlinkedserver
|
| Enterprise Manager job setup help | 16 Oct 2007 15:51 GMT | 1 |
I'm trying to get a job to run on a particular database - how do I select the database to go with the rest of the syntax I need ? Thanks Elaine
|
| Cannot bind to port 1433 | 13 Oct 2007 04:23 GMT | 3 |
I have an instance of SQL Server that gets recycled every night (SQL 2000 sp4, windows 2000 sp4). Every couple of weeks or so users can't connect in the morning, and I see in the SQL log the error message 'SuperSocket Info: Bind failed on TCP port 1433.' When I restart the SQL ...
|
| updating a linked Access table | 11 Oct 2007 23:02 GMT | 1 |
Dont shoot the messenger.... I inheited a system that uses an Access MDB as the front end with local tables in it. There is a SQL server 2005 database which pulls data from the Access tables and inserts into SQL tables to create invoices. Information is
|