Replication
Hi,i got the following error while i configure snapshot replication.error occured when data getting replicated from publication to subscriber database.Error: the agent could not be startedi was unable...
View ArticleSQL 2012 stored procedure help
I seem to be having problems with an SP, can someone assist to debug? The SP runs without error, but values are not written to the destination AnaHistory table.USE [Summary] GO /****** Object:...
View Articlesysutility_mi_collect_and_upload Failed
We have received the following error. Most noted is the 'Out Of Memory'and Caught exception while collecting cpu properties. The complete error is this. However a team member found a bug in...
View ArticleBackup of Job's List only
Goal: Reuse the SQL server agent job's list.Problem: The list contains alot of jobs and I need to reuse the job's list in a another time without recreate it. Is there a possibility to make a backup of...
View ArticleMSDB.Dbo.SysJobActivity ( System Table)
Hi Sql Techies,As Per Technet,Start_Execution_Date: Date and time job has been scheduled to run.Run_Requested_Date: Date and time that the job was requested to runStop_Execution_Date: Date and time...
View ArticleHow to connect to the DB created in the SQL Server Object Explorer?
An unhandled exception of type 'System.Data.SqlClient.SqlException' occurred in System.Data.dll.I use the connection string showed in the database's Properties.conn.ConnectionString = "Data...
View Articlelogshipping wrong database alert
We have a wrong database configured for alert, JKUINMHYU1.JOLRsty should only be a primary database JKUINMHYU2.JOLRsty should be secondary. In the mgmt studio, properties of JKUINMHYU1.JOLRsty,...
View ArticleQuires or Scripts - Jobs Related
Hi Sql Techies,Please Check and Correct My Quires:1) Find Out What are Jobs Running NowSELECT A.Name, A.job_ID, A.Originating_Server,...
View ArticleHow to connect to the database added in the Server Explorer?
I changed the Connection Strings to "Data Source=(localdb)\\Projects;" and now I can connect to the database created in the (localdb)\Projects. But I still cannot connect to the database in the...
View ArticleAverage Disk queue length always high
Hi experts SQL Server is very slow,after i checked in Perfmon,Counter Average disk queue length is always high,what shall i do next.please guide me.please guide me to overcome this one.Thanks -...
View ArticleNot Getting Old image in CDC tables
I have enabled CDC on my table but after updating I am getting only operation 4 but not getting 3.Regards Vikas Pathak
View ArticleI want to fire the query which search some word from the column data and...
Following is table 1Activity diagram doc 1.txt Activities Actions Final 2Activity Diagrams doc 2.txt Activities Actions Objects 3Activity Diagrams doc 3.txt Accepting a Time Event the query should be...
View ArticleAvoid or Remove Deadlock
Hi,I have two process running parallel. One process(process1) is deleting rows in table 1. But in another process(process2) table2 is getting inserted with rows.Table2 has table1's primary key as...
View ArticleLogin failed to sql server after changing domain account
Dear allI have joined the server running sql server 2012 to another domain because my previous DC demoted, created domain account then used the account to start sql server service successful. The...
View ArticleMultiple Partitioned Indexed Views
Hi,I have a peculiar problem for which I can't seem to find any info. In a DW scenario I have a fact table which is partitioned. To insert/update the table we switch partitions out, then in per day. It...
View ArticleDatabase backup got failed because of below error.
Hi All,PFSS,we are taking the backup of the database through maintenance plan wizard. is there any other way without changing the name of database?Thanks,rup
View ArticlePerformance Issue Using T4199 or T4126
Hi, we migrated a database from a SQL Server 2008 server (production) to a SQL Server 2008 R2 server (test - version 10.50.4000). The test server has the trace flag 4199 enabled. The original...
View ArticleSQL server CLR creation error "Failed to create AppDomain"
We have a CLR stored procedure registered on all different SQL environment which was working perfectly. But one SQL server 2008R2 instance throw an exception while creating CLR as:Failed to create...
View ArticleAny script to add multiple agent jobs in new agent category?
I have created new agent category and now I want to add jobs under that category. Any script which can fulfill above requirement?Rahul
View ArticleINSERT statement conflicted with the FOREIGN KEY constraint. The statement...
Hi all, I get this error when inserting data...The INSERT statement conflicted with the FOREIGN KEY constraint "FK_Participant_Log_BiometricInstance_Participant_Activities". The conflict occurred in...
View Article