Can't connect from linux with ODBC Driver 11 for SQL Server to sql 2016 on...
I can connect to SQL Server 13.9.1691.5 on Windows Server 2012 R2 without a problem. When I try to connect to SQL Server 13.0.2149.0 on Windows Server 2016 Technical Preview 5 it fails:# sqlcmd...
View ArticleLinked Server
Hi, I have SQl-server 2012 and want to use linked server against an ODBC driver to get data from an Interbase database.The driver is "Data Direct ODBC for Interbase". The driver is installed on same...
View ArticleQuery to insert record in another table based on 1 of 4 columns
So we have a table and in that table there are 4 columns that can contain values. In some cases no values for all 4 columns and in some all 4 columns populated and other instances, one or more...
View ArticleHibernate and MSSQL 2016 issue
I'm facing a problem with a Java application (JVM 1.6) that is using Hibernate 3.6 to access a Microsoft SQL Server via Microsoft JDBC Driver for SQL Server. When working with SQL JDBC driver 3.0 and...
View ArticleProtocol Error In TDS Stream
I have a client workstation trying to pull data from a SQL 2012 server. It is set up with an ODBC connection. An error is encounter while the report is pulling the data. Database Connector Error:...
View ArticleSqljdbc4.1 in hung state on initializer
We are frequently observing hung state on initializing sql server jdbc driver. Thread dump looks like below"SpringOsgiExtenderThread-26" prio=6 tid=0x000000000e357000 nid=0xd40 in Object.wait()...
View ArticleLinked Server Licensing
I apologize in advance if this is in the wrong forum.If you have a linked server on a test instance pointing to a production instance, is this a problem from a licensing point of view?thanks
View ArticleOnline Form to Query Azure SQL Database
I know almost nobody would advise me to dive into the deep end of the pool like this, however it is the method I've used to learn virtually everything I know so...indulge me please, if just for the...
View ArticleSQL int to string
Hi everyone, I have a problem trying to retrieve the value of a string variable from VB.NET code behind. After converting the value from integer to nvarchar, I see the result ok in SQL. But when...
View ArticleUsing SQLBindCol to get column length of unbound long data column
Hello,according to the documentation of SQLBindCol it should be possible to get only the column length information by setting TargetValuePtr to NULL and StrLen_or_IndPtr to a valid...
View ArticleSQL Server Connection Timeout - pre-login handshake
I have a few ASP.NET web applications that are connecting to Microsoft SQL Server. Two of them tend to sometimes get hit with the following errors. Once it a while this issue happens and sometimes not...
View ArticleSQL Server Connector for Linux
Hi,Is there any SQL Server Connector for Linux Similar to PDO to access SQL Server from PHP hosted on Linux?Thanks,Jassim
View ArticleSlow database connection over VPN
I just found out the response time of open a connection or execute a SQL command over VPN is very slow. It takes around 150ms for each round trip. If the same program run on LAN, it takes less than...
View ArticleHow to connect to SQL Server 2014 installed on one PC from a 2nd PC without...
Hi, I have a Toshiba laptop with Windows 7 on which I have installed SQL Server 2014 for my database and use Microsoft Access 2016 to manage the data in a user-friendly way. Everything worked...
View ArticleSQL Database corrupted which was created by Sharepoint
What steps to be followed to repair corrupted SharePoint Admin Content SQL DB.
View ArticleExecuting Stored procedures in select statement through linked servers
Hi all,I'm facing a problem executing a stored procedure through select statement. SELECT*FROM OPENQUERY(NEW,'EXEC sunaina.dbo.sp_status 111,hi')jWhere 'NEW' is a linked server. Below is the error...
View ArticleThe login packet used to open the connection is structurally invalid; the...
Hi there, we have one wesite which is built using php, the website is trying to connect to a database on another server which uses SQL 2008, when trying to connect we get the following error message....
View ArticleDatabaseMetaData of JDBC Drivers until 6.0 returning wrong update and delete...
Hi all,we get wrong update and delete rules with all JDBC drivers for SQL Server starting with 4.0 until 6.0 (6.0.7728.100) and SQL Server 2005 and 2008 R2 (10.50.2500). Other versions will probably...
View ArticleParameterMetaData of JDBC Drivers until 6.0 returning wrong data types
Hi all, we get wrong data types for parameters of prepared statements via parameter meta data. We tested it with all JDBC drivers for SQL Server starting with 4.0 until 6.0 (6.0.7728.100) and SQL...
View ArticleLinking my IBM u2 (UniVerse) to SQL Server
I have seen this question posted in one form or another, but no "true" answer was ever given for UniVerse, only for db2, and those solutions do not work. In short I'd like to setup my IBM UniVerse...
View Article