
Can We Delete MS_AgentSigningCertificate.cer?
Jan 25, 2019 · After installing SQL Server (2016, 2017) there is an "MS_AgentSigningCertificate.cer" file in the system database files folder (i.e., where the files …
The replace function requires 3 argument (s).
Dec 21, 2012 · I am not sure what are you trying to achieve, but try this.
how to do incremental loading in SSIS without using look up …
Jul 11, 2012 · One option is to load the data into a different table (often referred to as a Staging table) and then issue a MERGE statement from an Execute SQL Task that will do the work of …
How to license SQL Server Dev/Test/Staging?
Aug 31, 2015 · We have a few questions about SQL Server license requirements in Dev/Testing/Staging environments, I understand we better confirm with MS but so far have not …
What is SQL Azure's throughput? - social.msdn.microsoft.com
Jan 25, 2011 · Does anyone know if a similar writeup exists for SQL Azure? I am trying to evaluate whether a queue or SQL Azure database would be best for my solution and …
What are SMK backup and database certficate for?
Feb 15, 2019 · An example of such event is if you run into a situation where changing the SQL Server service account doesn't grant the new account permission over the SMK. Whenever …
Adding SQL from standalone to cluster - social.msdn.microsoft.com
Jun 15, 2010 · We are stuck in a situation wherein by mistake SQL Server is installed as a standalone server on cluster NodeB. NodeA and NodeB are cluster nodes and in working …
SQL Server Installation Failure - social.msdn.microsoft.com
Nov 28, 2017 · SQL Server 2016 SQLEXPRESS MSSQL13.SQLEXPRESS Database Engine Services 1033 Express Edition 13.1.4001.0 No Yes
TFS 2012 Backup Configuration Fails: “TF400998: The current user …
Nov 21, 2013 · I'm at a loss with trying to find a solution to this issue. When I am trying to create a backup plan in TFS 2012 I get "TF400998: The current user failed to retrieve the SQL Server …
Best Practice: Connecting to SQL Server from Excel
Oct 14, 2013 · Let's say then that the DBA only allows users to write their queries on a test environment. Then, the DBA creates views on production and only gives Excel select query …