Viewing 15 posts - 16 through 30 (of 568 total)
Hello,
This is possibly caused by high levels of blocking on your SQL Server.
May be take a look at these articles:-
http://www.sql-server-performance.com/tips/blocking_p1.aspx
Regards,
John Marsh
July 9, 2009 at 9:31 pm
Hello Doug,
(As you mentioned it is not a production DB) Have you tried an sp_repldone?
Regards,
John Marsh
July 9, 2009 at 9:07 pm
Hello,
A right-click and then "Run As" of SSMS will indeed let you test as the Windows Account (assuming you have access to the password), but what specific issues are you...
July 9, 2009 at 8:43 pm
Hello,
You might also find this thread of interest:-
http://www.sqlservercentral.com/Forums/Topic749688-146-1.aspx
Regards,
John Marsh
July 8, 2009 at 9:56 pm
Hello,
Can you post the Error that you get? In particular the Error Number, Level and State.
Regards,
John Marsh
July 8, 2009 at 9:51 pm
Hello again,
As mentioned in my first reply. You can add the Unique Constraint to the combination of "real" columns in the Table that the Computed Column is built on. I...
July 8, 2009 at 9:06 pm
Hello Nag,
If you want to consider using sp_msforeachdb, then I have tested the code below under SQL 2005. It should work Okay for 2000.
Regards,
John Marsh
PS: During my (limited) testing, I...
July 3, 2009 at 3:22 am
Hello Marco,
I had a quick look through the following article and couldn’t spot any reason why 2008 to (MSDE) 2000 would not work, but you might want to read the...
July 3, 2009 at 2:41 am
Hello,
You may find these two threads of interest:-
http://www.windows-tech.info/15/6c7783c53516a698.php
Regards,
John Marsh
July 3, 2009 at 1:08 am
Hmm, that does seem odd.
What results do you get if you execute the following script on the DB that is to be replicated:-
Select
ss.name As SchemaName,
sdp.name As SchemaOwner
From...
July 3, 2009 at 12:32 am
Hello again,
Unless you persist the Computed Column, it is not physically stored, so it will not impact system efficiency (including Inserts).
Please see the Books Online Topic “Computed Columns“.
Regards,
John Marsh
July 2, 2009 at 11:42 pm
Hello Wayne,
You can find a definition of irony here: http://www.askoxford.com/concise_oed/irony?view=uk
You may like to spend your time writing code to duplicate logic already provided elsewhere but that does not...
July 2, 2009 at 11:01 pm
Hello,
Could you use sp_msforeachdb instead of the cursor and Use statement?
Regards,
John Marsh
July 2, 2009 at 5:35 am
I can only guess that either the original installation of the Replication Components didn’t complete totally, or the SP was somehow since deleted.
Anyway, glad to hear that it is...
July 2, 2009 at 5:25 am
Hello Andrew,
I don’t believe you can as SQL Server Linked Servers are (sort of) one way.
You could link to SQL Server tables from within Access (but I guess you know...
July 2, 2009 at 5:07 am
Viewing 15 posts - 16 through 30 (of 568 total)