About 20,400 results
Open links in new tab
  1. Mirroring and Server database performance issues

    Sep 3, 2013 · I have a database mirroring server with Sql server 2012 service pack 1 standard edn on windows server 2012 standard edition Processor Intel Xeon I350 and 8 GB of Ram on both principle …

  2. Group By Select Top 1 Rows - social.msdn.microsoft.com

    Mar 25, 2015 · I tried Group By from Select Top 1 Records, As below the script wasn't work.

  3. security consequences when using openrowset

    Jan 14, 2013 · My question there for is can you see security issues regarding the way i am using openrowset with sql server authentication

  4. Can I shrink the database for database mirroring

    Jun 29, 2013 · There are some tables which would like to be deleted and can I know whether I can free up some space (shrinking the database) after I delete the tables ? .

  5. Determining Cardinality and Optionality

    Oct 4, 2013 · How do I determine the cardinality and optionality of a table relationship? Please see diagram and rule for more information.

  6. Limiting the number of concurrent sessions per user

    Feb 12, 2019 · As following to my local security policy, I have to establish the limit appropriate to the type of user account accessing the SQL Server instance on SQL Server 2014 Enterprise.

  7. Transaction log is full due to 'ACTIVE_TRANSACTION'

    Apr 29, 2014 · I am running an ssis job from sql server agent. The job keeps on failing with the following error- The transaction log for database 'xxxxxx' is full due to 'ACTIVE_TRANSACTION'. ". When I …

  8. Behavior of temporal tables in SQL transactions

    Nov 30, 2017 · Temporal is in the ANSI SQL standard, so I doubt that MS can/should divert from how ANSI specifies that things should work. Tibor Karaszi, SQL Server MVP (Web Blog)

  9. how to perform Rebuild index faster. - social.msdn.microsoft.com

    Aug 5, 2015 · Question 0 Sign in to vote Hi Team, At the moment I am making use of below query for rebuilding the index, ALTER INDEX ALL ON TABLE_NAME REBUILD (We are performing the same …

  10. NEWBIE : how to create a new instance of ms sql server database

    Nov 26, 2012 · When you install SQL Server you can install it as a default instance or named instance. Only one default instance and a maximum of 50 named instance per server. in your case try install …