
Change database compatibility for published database (merge …
Sep 19, 2018 · I have 3x Sql Server 2008 R2 servers running. The first is publisher and distributor. The other 2 are subscribers. Some databases have a merge replication setup. For one of those db's I …
LINQ To SQL - Trigger Firing Problem - social.msdn.microsoft.com
Jul 21, 2007 · Right click add "Linq to SQL classes"; 2. Add connection to DB in server explorer; 3. drop the DB table to design panel, at this stage only pop up "The connection string contains credentials …
Installation error 29506 on SQL Management Studio...
Dec 3, 2011 · The other solution, you could change the UAC settings to be minimal (search for UAC in the start bar and select Control Panel –> Change User Account Control Settings) and set to minimal …
SQL Server Installation Failure - social.msdn.microsoft.com
Nov 28, 2017 · SQL Server 2016 SQLEXPRESS MSSQL13.SQLEXPRESS SQL Server Replication 1033 Express Edition 13.1.4001.0 No Yes Package properties: Description: Microsoft SQL Server 2016
SQL Server Could not start Snapshot Agent
Server A and Server B are using SQL Server 2008 r2 enterprise edition 64 bit (RTM) on windows server 2008 r2 enterprise edition 64 bit SP1. Untill yesterday they are working.Yesterday the replication …
SQL Job error: error code 0x5. [SQLSTATE 42000] (Error 15404)).
May 15, 2012 · If the above does no help, please change the service account for the SQL Server agent service to account with proper permissions. This may be happening because the service account for …
Test Connection Failed because of an error initializing provider
This state 6 occurs when a user try to login with a WINDOWS account but specifying that as a sql account with username and password .Remember that when you connect to a SQL server with …
How do you troubleshoot a slow running query?
Feb 14, 2014 · a. Check blocking b. Any sql or application jobs running c. Are other querys are also slow ,to check where you have to focus query or on sql server d. As we are talking about query, you …
How to view MDX query from Excel report
Apr 7, 2006 · I generated OLAP report from SQL Server Analysis server using Excel. When you are using Excel to generate a report from OLAP database, excel will take care of generating the required …
Slow query after removing 50% of table data
Nov 10, 2017 · Is auto shrink on? Perhaps SQL Server is trying to reclaim the space by shrinking the data files after your delete. The other thing to remember is that a huge shift is data is liable to cause …