About 5,140 results
Open links in new tab
  1. Database Replication without Primary Key

    Apr 26, 2013 · I would recommend log shipping if I want to force a delay in the transfer of the data to the DR environment or distribution to multiple other servers. If I need to have a fully …

  2. Best practice to install SQL Server - social.msdn.microsoft.com

    Aug 15, 2018 · If not, putting the data, log and tempdb in different drive has few difference on performance of SQL Server. If you built the virtual machine in different disks. In order to …

  3. BizTalk Production and DR + Logshipping

    Jul 3, 2013 · The Master promotion is doable ONLY after the Databases become available. In any BizTalk DR Scenario, the first action is recovery of BizTalk Databases (this is done by running …

  4. Cannot not connect to SQL Server instance.

    Mar 23, 2015 · The product seemed to have severed the connection with SQL Server and the instance name. Even the SQL Server maintenance jobs can not find the instance name and …

  5. setup problem - sql server 2014 - "could not find the database …

    Sep 30, 2016 · 2014-04-03 14:14:28.28 Server SQL Server detected 1 sockets with 4 cores per socket and 8 logical processors per socket, 8 total logical processors; using 8 logical …

  6. Collect diagnostic logs for the SQL Resource Provider

    Mar 23, 2018 · I have managed to install the SQL Resource Provider on the latest ASDK build (Yah). However, I seem to be hitting some issues collecting the logs, using the defaut script …

  7. SQL Server Session State Not Maintained

    Oct 7, 2021 · I have configured this application to run with SQL Server 2005 session state management. The machineKey entry in the web servers' machine.configs match each other. …

  8. Changing Service Account - Right way to do it

    Feb 9, 2017 · SQL Server configuration manager will grant the service account all the rights it needs. It is unclear why you got the first error. Did you check the windows event viewer in the …

  9. The patch installer has failed to update the shared features Exit …

    Nov 27, 2012 · During SQL 2008 SP3 install to SQL 2008 2008 SP2 64 bit enterprise server with a defaults instance and a named instance the installation failed. I was not able to find much …

  10. Unable to delete records as the transaction log file is full

    Apr 2, 2015 · In order to delete the SQL Server need to write the information in the log file, and you do not have the place for those rows in the log file. You might succeeded to delete less in …