Viewing 15 posts - 61 through 75 (of 98 total)
You are using almost 15 INNER JOINS that's also not very good idea.
November 6, 2013 at 10:37 am
Please provide more information about the issue .
Make sure when ever you delete the Publication , drop the subscription first and then move to publication . Based more...
November 6, 2013 at 10:14 am
One more option you may choose is Importing the SQL data from Excel via data connection option . You can convert the query the way you want .
November 1, 2013 at 9:48 am
That is not usual , you mentioned queries not a single query which got blocked . SPID 44 blocked multiple queries ?
October 15, 2013 at 8:34 am
I dont know the cause of this like many SQL unaswered issues , but good part figured the solution 🙂
Nothing tricky , found the xact_seqno from sp_browsereplcmds
1. Checked...
October 11, 2013 at 9:22 am
I have done this multiple times most of the time it runs pretty smooth HBA firmware and drivers doesn't impact SQL layer of files . If you have EMC its...
October 11, 2013 at 9:17 am
Firstly do you run the backup via some job which runs on schedule time or you run the backup manually , very likely it should be a schedule one ....
October 11, 2013 at 9:12 am
Keeping in mind the different types of Database restore 😉 and source and destination SQL versions.
Basic good info : http://www.sqlteam.com/article/backup-and-restore-in-sql-server-full-backups
September 13, 2013 at 10:35 am
Not a very good idea if you are considering future performance and other DR deployement .
If your SAN admin is creating different mount points in the drive then the...
September 13, 2013 at 10:31 am
Does your other transaction or SP working fine with same linked server .
September 13, 2013 at 10:26 am
Pretty good explaination. Worth spending time on the read.
September 13, 2013 at 10:24 am
What type of error you are facing that can help in answering better . For any SQL to uninstall first SQL needs to be uninstalled then the components .
Lot...
September 13, 2013 at 9:44 am
Quick way connect to distribution database and run below .
USE distribution
GO
SELECT * FROM MSdistribution_agents
SELECT * FROM dbo.MSlogreader_agents
SELECT * FROM dbo.MSsnapshot_agents
September 12, 2013 at 8:17 am
thats right it has to be physical name even in repl tables it stored based on physical names.
September 10, 2013 at 11:33 am
Thanks Perry ,
I explored a tool from provided by http://dh2i.com/ . This tool faclitate settign up MSCS without WFCS.
September 10, 2013 at 11:31 am
Viewing 15 posts - 61 through 75 (of 98 total)