| Thread | Last Post | Replies |
|
| SQL Server 2005 connection string problem | 24 Jan 2006 21:36 GMT | 1 |
In my connection string when using Data Source=ServerName I can get a connection to SQL Server. However, I can't connect using (local),(localhost),local or localhost. Is there any reason why this would work for SQL Server 2000 and not for
|
| Variant datatype not supported? | 24 Jan 2006 21:33 GMT | 4 |
I'm trying to write a method that will tell me what version, 8 or 9, I'm running on. When I connect to 2000, I use the old driver. When I connect to 2005, I use the new driver. I first used the DatabaseMetaData.getDatabaseMajorVersion() method, but it is not supported in
|
| SQL Server 2005 JDBC Driver. Old jars in classpath? | 24 Jan 2006 15:54 GMT | 4 |
I am want to use the 2005 driver to connect to a SQL Server 2000 database. Currenlty, I can not connect to my 2000 database with the sqljdbc.jar. I am using the new driver class: com.microsoft.sqlserver.jdbc.SQLServerDriver I keep getting the message "No suitable driver" ...
|
| Connect to SQL Server 2005 | 24 Jan 2006 15:17 GMT | 1 |
Is it possible to register remote SQL Server 2005 in SQL Server 2000 Enterprise Manager? Thank you Al
|
| SQL server becomes case sensitive if I choose collation as : Chinese_PRC_BIN | 24 Jan 2006 09:45 GMT | 9 |
I am facing following issue with SQL server 2000. If, while creating DB, I choose collation as Chinese_PRC_BIN, SQL server becomes case sensitive. e.g. if Table name is "MYTABLE", following query fails select * from mytable
|
| Restricting access to certain applications | 23 Jan 2006 23:56 GMT | 3 |
Is it possible to restrict access to SQLServer only to selected applications (the ones I develop)?. This is why I'm asking: Suppose user "Mary" has access to certain tables for SELECT, UPDATE, INSERT, DELETE, etc. I want Mary to delete records on tables only in certain
|
| SQL Native client in Windows 98 | 23 Jan 2006 23:54 GMT | 1 |
Does SQLServer 2005 Native client support windows 98? Thanks
|
| Using MARS with JDBC Driver | 23 Jan 2006 21:36 GMT | 13 |
Is MARS supported through JDBC? Is the connection the same? Is this documented anywhere?
|
| installation of SQL server express | 23 Jan 2006 19:21 GMT | 2 |
I had a beta version of visual studio 2005, including SQL Server 2005, on my PC. i have uninstalled these and now installed VB an d C# express but when I try to install SQL xprs 2005 it tells me I have some beta stuff left. anybody know what I should be deleting?
|
| Creating a windows Authentication DSN | 23 Jan 2006 16:03 GMT | 1 |
Can this code be changed to use the windows Authentication instead of the SQL Server login? http://www.mvps.org/access/tables/tbl0014.htm
|
| error 40 | 23 Jan 2006 08:56 GMT | 3 |
I have VS2005, SQL 2000, SQL Express and SQL 2005 installed on my laptop with XP Pro. I have no problems connecting to SQL 2000 but get the following error when I try to connect to SQL2005. "When connecting to SQL Server 2005, this
|
| Getting a permission denied - but not using that user? | 22 Jan 2006 18:43 GMT | 1 |
In my database I created a SQL Server user - malphaTest In my WebConfig.xml <add key="SQLConn" value="Data Source=HIDSCFILE002;Initial Catalog=Membership;User
|
| Changing the database from MSAccess to MSSQLServer. | 22 Jan 2006 03:54 GMT | 1 |
I got a application which is developed using VB6.0 as front end and MS-Access as backend. Now i would like to change the database from MS-Access to MS-SQLserver. How do I change the databse from MS-Access to MS-SQLServer?
|
| Insert command not affecting the table but is recognized by profil | 21 Jan 2006 18:00 GMT | 1 |
I've been trying to add a simple record to SQL Server 2000 and it is not recognizing the insert statement. The SQL profiler is picking up the command from the application, but it is not updating the table with the new record. If there are any suggestions, it would be appreciated.
|
| New JDBC Driver 1/19/06 & SSL ? | 20 Jan 2006 18:12 GMT | 1 |
Does the today release new JDBC Driver support SSL encryption ?
|