The distribution agent failed to create temporary files in 'C:\Program...
HiPublisher: SQL 2008 Distributor: upgraded from SQL 2012 to SQL 2014 Subscribers: SQL 2008 / 2012Current error on transactional replication:The distribution agent failed to create temporary files in...
View ArticleHow did you set up Security Groups and Users
I've been tasked to come up with a security group model. We don't want to keep adding individuals to the database. We have business users running SSRS, developers, DEV, QA and PROD environments.I was...
View Articlechanging compatability level of system databases
I have just upgraded a test server from sql server 2008 sp3 to sql server 2014 inplace upgrade. The compatability level of master database has not upgraded. It was showing 90 and the rest of system...
View ArticleRebuild Indexes after upgrade to 2014?
We are doing a side by side upgrade from SQL Server 2008 to 2014 by setting up log shipping to minimize the downtime of this VLDB. Do we need to rebuild all the indexes after 2008 db is upgraded to 2014?
View Articlesql 2014 --jobs
Can we stop and start sql server agent based on AG failover ? Instead of editing all the jobs/job steps to check which one is primary before running, it sounds like a good idea if we can stop and start...
View ArticlePerfmon Counter when installing SSAS,SSRS and MSSQL 2014 STD x64 Not There
I am installing SQL2014 STD x64 on a new server. If I install MSSQL by itself, the SQL Performance Counters are there when I look at Perfmon. As soon as I had SSAS and SSRS, the counters for SQL are...
View ArticleDoes Replication use linked server.
Does Replication use linked server.If not then how data will transfer from source to destination. Note : As per my knowledge it is not backup and restore like logshipping.Please help me.Thanks in...
View ArticleEstimated time to complete the query.
Hi friends,I am running an update query.It is taking long time. To find the estimated completion time i checked sys.dm_exec_request or sys.dm_exec_session or sp_who2 but there is no clue. It is showing...
View ArticleRead only replicas and stored procedures
I am curious what other people have done to implement read-only routing for a large number of procedures. Basically figuring out when to call procedures that are read-only with read-only intent.We have...
View ArticleBackup of Indexes for a perticular table.
Hi guys,Can anyone tell me how to take backup of indexes for a particular table.Thanks for your helpRegards,SAM
View ArticleWhat is the default sa password?
If I install an instance with Windows Only authentication, and then change it to Mixed Mode, if I enable the sa login, the password has already been set. What is the default? If it's generated, how...
View ArticleBackup of Indexes for a particular table.
Hi guys,Can anyone help me how to take backup of indexes for a particular table.Thanks for your helpRegards,SAM
View ArticleSQL Job is failing due to "EXECUTE permission was denied on the object...
Hi Experts,We have recently upgraded to SQL 2014 from SQL 2012 and deployed our SSIS packages into SSIS Catalog. While running the SQL job, we are getting the below error:Executed as user: xxxx....
View ArticleIndex Space calculation confusion
For some of the table we are changing Clustered indexes to non clustered index (we can avoid here "why to CLUS to Non CLus"? discussion )Strange thing is index size got increased (for every table) when...
View ArticleReplicating data to a table via a view
I am trying to replicate data from a view in the publisher to a table in the subscriber (transaction replication). I do not need the view's base table, or the view itself, replicated to the subscriber....
View ArticleSQL 2014 Availability Group Listener in Azure External Only?
Hi All,I am trying to get a 2014 availability group listener working in Azure following this guide:http://msdn.microsoft.com/en-us/library/azure/dn425027.aspxI got it kind of working (Not from inside...
View ArticleSQL 2014 Standard Install - Drive Array Setup
Greetings everyone. I'm currently planning out a new installation for SQL Server 2014 Standard edition.I have a question on the drive array setup.I am planning for:o System Files – 100 GB – C:o...
View ArticleSyntax for adding a column with the WAIT_AT_LOW_PRIORITY Option
Hi,I am trying to get the syntax correct below but can't get it to compile - driving me crazy :crazy:ALTER TABLE [AdventureWorks2012].[dbo].[ErrorLog]ADD DemoColumn4 varchar(10) NULL...
View ArticleIs this the right forum for newbie sql server q's???
Hi all. Checking first to see if I'm at the right forum for newbie sql server setup.I installed 2014 sql server express and cannot find the gui for operation.I think it is called the SQL Server...
View Article