Viewing 15 posts - 781 through 795 (of 5,103 total)
Note: This is not really supported from the UI but as long as there is not activity on the table while running the scripts you should be ok.
December 30, 2008 at 2:05 pm
Richard Norris (12/30/2008)
As soon as I can convince management that we need Enterprise Edition, I'm sure I will 🙂
Good Point! Sounds like ... "it is not gonna happen"
December 30, 2008 at 1:40 pm
Richard Norris (12/30/2008)
December 30, 2008 at 12:56 pm
Mark Fyffe (12/30/2008)
update A
set A.f1= B.f1
from db1..table1 A
join db2..table2 B
on A.My_field= B.My_field
The offending field is B.My_field which appears to...
December 30, 2008 at 12:53 pm
There is no "easy" way. You have to drop not only the subscription and the publication but also you will have to reconfigure replication from scratch which means you need...
December 30, 2008 at 12:45 pm
To do that you need to remove the article from the publication first. Then you do the schema change, after that, you add it back to the publication and finally...
December 30, 2008 at 12:37 pm
You can use COLLATE clause but it will have to be applied to each character column.
By the way "tables" do not have collation, columns do!
December 30, 2008 at 11:33 am
I have seen this in the past and the problem is that you are missing info just by looking at the execution plan.
When you use the variable version and the...
December 30, 2008 at 11:19 am
Gaby A. (12/30/2008)
...The temporary table can look through statistics where as the table variable has to simply scan the entire table every single time.
Hmmm...I get it. I guess the...
December 30, 2008 at 10:21 am
My question is what should I do to troubleshoot this? Does the problem lie at the network layer?
There are some mirroring performance countersthat can help you troubleshoot the...
December 30, 2008 at 10:14 am
chileu17 (12/29/2008)
December 30, 2008 at 10:09 am
Mike Levan (12/29/2008)
I am getting the above error when running this query
select distinct stateID
from...
December 30, 2008 at 10:01 am
...
There's a way to discover what is causing this after days?
Is there a log of the Tempdb dimensions and the processes that increased it?
There isn't a way unless you plan...
December 29, 2008 at 11:30 am
Viewing 15 posts - 781 through 795 (of 5,103 total)