About 50 results
Open links in new tab
  1. Duration of restore time. - social.msdn.microsoft.com

    Aug 18, 2014 · According to your description, you can refer to this article: FIX: It takes a long time to restore a database in SQL Server 2008 R2 or in SQL Server 2008 or in SQL 2012 …

  2. Reg:THREADPOOL Wait Type.. - social.msdn.microsoft.com

    Oct 1, 2018 · On SQL 2016 and later, Query Store is a great asset. On earlier versions, sys.dm_exec_query_stats can help, but data may also have to be collected by Trace or Extended …

  3. Error converting data type DBTYPE_DBTIMESTAMP to datetime

    Jul 13, 2015 · I am trying to transfer data from Access 2000 database to SQL server 2005 via SSIS. My access database table has a field with data type Date/Time and SQL server table has a field with …

  4. Removing seconds and milliseconds from datetime

    Sep 1, 2010 · I have a date that is formatted like so: 2010-09-01 00:15:46.00. What is the most elegant way to get the date and the hh:mm. I do not need seconds or milliseconds. Friday, October 1, 2010 …

  5. how to escape Single Quotes in replace statement

    Jul 4, 2018 · Solution what I know is to replace all single quotes with 2 single quotes but i want a dynamic query to replace single quoted with 2 single quotes in this string.

  6. optimizer incorrectly does clustered index scan instead of seek

    May 10, 2013 · We have a simple table with a bigint Id (PK, clustered) field and a couple other int attributes. It has about 100 million rows. If I do this query: select max (id) from …

  7. MSDN

    MSDN

  8. Secure only dynamic updates to Microsoft DNS expects TKEY …

    Feb 20, 2014 · After successful TKEY negotiation, the dynamic update is accepted/success. But, when we try to use the same TKEY name ( the established context is not expired) we are getting "Query …

  9. Cast varbinary (max) to varchar (max) not working

    Jun 20, 2019 · I query a byte array column in Postgre table in SSIS. The data is transferred and stored in SQL Server column with varchar (max). It stores only up to 23678 characters.

  10. Linked server to Oracle - social.msdn.microsoft.com

    Jun 11, 2014 · I have a MS SQL Server 2008 R2 running on Windows 2008 R2 Server. I have installed Oracle Client 12.1 software. TEsT connect to remote Oracle DB works. But I have problems adding a …