Viewing 8 posts - 1 through 8 (of 8 total)
I receive similar error from time to time.
I solve problem by
dropping all publicatins and disabling publication and distribution and then recreating these all.
I do not do a restore of...
April 22, 2008 at 10:59 am
I am against OPENROWSET/OPENDATASOURCE. If you change something in your topology (network name,database name,login/password) it is a nightmare to change your code. Also, it is least secure method,...
October 22, 2007 at 6:52 am
This is OK for general reporting, but when you want to get online data..., you need to use link server.
Also, do not forget that using data from source you receive...
October 19, 2007 at 3:35 am
Can you make a synonym for database?
If not mistaking, you can use sysonyms for objects in database. So, you can choose between use of them(for most db objects) and views(for...
October 19, 2007 at 3:19 am
Hi all,
Nice discussion.
I was implementing similar solution so want to share my experience.
Link server should be created by functionality. After creating a SQL link server, change its physical name...
October 19, 2007 at 3:04 am
I guess, you will need 36+'' monitor to see it ;-).
Ninja's_RGR'us (10/3/2007)
I'd like to see the execution plan of that thing :w00t:.
There is a good practise to check execution plan...
October 5, 2007 at 8:01 am
I did the same. I wrote sql sp and added it as SQL JOB to log into table all lockings/blockings holding more than some criteria(logging blocking/locked required resource,type...
October 3, 2007 at 9:34 am
Nice. I agree with others, you should use "with recompile" statement . And more, if you are using MS SQL 2k5, you may use...
May 7, 2007 at 6:43 am
Viewing 8 posts - 1 through 8 (of 8 total)