sql server 2012
13 TopicsSQL Server 2012 Native Client
Microsoft SQL Server 2012 Native Client is being flagged an obsolete software and will stop receiving security updates starting July 12th, but I have done a lot of searching on the internet and getting a mixed results on whether this is true or not. So I figured I would ask here to see if anyone else is dealing with this situation and what conclusion can be made here. For example, Microsoft has a blog post regarding the software that says the software is obsolete on July 12th, which can be seen here: https://techcommunity.microsoft.com/t5/sql-server-blog/snac-lifecycle-explained/ba-p/385381 However, I have been told that there is an exception to the rule that says it is supported "in SQL Server 2012 through 2019 until their respective end-of-support lifecycles", described at the bottom here: https://docs.microsoft.com/en-us/sql/relational-databases/native-client/applications/support-policies-for-sql-server-native-client?view=sql-server-ver16 So I guess my ultimate question is: Will "SQL Server 2012 Native Client" still receive security updates post July 12th of this year?6.4KViews1like0Commentscom.microsoft.sqlserver.jdbc.SQLServerException: Connection timed out (Read failed)
Hello All, I have created an ETL job which will load data from SQL server 2012 to Azure SQL Server. All the data from source will be fetched and inserted into destination. I am running multiple jobs in parallel. I am facing the below error. When anyone of the job fails due to this, all the other jobs running in parallel also fails due to read time out. com.microsoft.sqlserver.jdbc.SQLServerException: Connection timed out (Read failed) 1. How to increase the timeout?. Is there a way to increase timeout for each query? 2. How to prevent other jobs/queries failing when one job/query fails? Thanks,2.9KViews0likes0CommentsUpgrading DQS to SQL Server 2012 Service Pack 1 (SP1) Release
First published on MSDN on Nov 29, 2012 This post provides information about the Data Quality Services (DQS) improvements in the SQL Server 2012 Service Pack 1 (SP1) release, and step-by-step instructions to upgrade your current installation of DQS to the SP1 release.