
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 …
Any performance impact due to increasing the frequency of …
Jul 1, 2014 · Question 0 Sign in to vote Hi, We are having a Sql Clustered instance of SqlServer 2008 R2 running
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 ? .
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.
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.
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)
Adding additional data files to Tempdb? is it an online operation?
Dec 9, 2014 · I have tested and found that it is an online operation (It did not have any effect on the DB) but was little curious to do the same thing on a production server.
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 …
SSRS configuration manager - social.msdn.microsoft.com
Jun 28, 2013 · Can anyone point me to a simple explanation of using the SSRS configuration manager to manage different servers for shared data sources and project properties per …
stored procedure for rebuild indexes - social.msdn.microsoft.com
Oct 11, 2012 · USE [databasename] GO StoredProcedure [dbo]. [sp_RebuildIndexes] SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO CREATE PROCEDURE [dbo]. …