About 12,100 results
Open links in new tab
  1. How to limit log file size to keep 10 days log information?

    Mar 12, 2012 · There is a good deal of different things happening here. First, you'll want to take log backups and keep those. Logs backups can only be applied if their sequence is unbroken and the …

  2. A failure was detected for a previous installation, patch, or repair ...

    Mar 4, 2013 · Final result: The patch installer has failed to update the shared features. To determine the reason for failure, review the log files.

  3. Error on get_TargetDatabaseEngineEdition SSMS 2016

    May 11, 2018 · RESOLTION: Was able to resolve it by running a repair of SQL Server Management Studio (SSMS). Simply run the installation file again and it will detect that you have SSMS installed. …

  4. SQL71501: Default Constraint: unresolved reference problem

    Oct 27, 2016 · GBritton, using SSDT 2015 (14.0.61021.0) and SSMS 2016 I was not able to reproduce you issue. I have not run across any situations where a version of SSDT would be the root culprit to …

  5. sql_ssms.msi command line options - social.msdn.microsoft.com

    May 11, 2011 · 23) Manually bring Windows current with Microsoft Update. A net 2.0-3.5 cumulative update may not install. That should be the first on the list and won’t allow any others to install at the …

  6. SSMS 17.5 - social.msdn.microsoft.com

    Mar 26, 2018 · If you have other version of SSMS or early release of SSMS 17, please first use them.

  7. After rename a database - cannot connect as administrator

    Mar 26, 2012 · Wanted to install new data from a customer database into my devt system which has same set of three databases all running SQL Server 2008 R2 on a Windows Server 2008 R2 server …

  8. How can we rollback mistakenly UPDATE statement change in SQL …

    Jul 6, 2012 · You can start a transaction, do your update, check the result and then you can decide to eighter commit the transaction (persist changes) or to rollback the transaction.

  9. SSMS permissions vs Db permissions - social.msdn.microsoft.com

    Sep 23, 2009 · I thought this would be sufficient to let user 'look' and 'query' but NOT update. I may need to give more, or different permissions, so FinDevUser can see 'fin' schema objects in SSMS object …

  10. Dynamically Create table and insert the records from source to ...

    Then running the statement directly from SSMS will lead you to the actual problem. I would like to add two important points here (which are more like best practices which will save plenty of debugging …