Viewing 15 posts - 301 through 315 (of 5,103 total)
If this assumption is correct, would reseeding the identities on the subscriber prior to bring it on as the production DB solve the problem?
Assumption Correct. Reseeding subscriber prior to...
March 17, 2009 at 9:11 am
I worry too much and second guess myself alot. Guess it comes with the territory...
Good qualities for a DBA 😉
March 17, 2009 at 9:03 am
steve smith (3/16/2009)
Thanks. I can verify. The issue is fixing if it's wrong. In general, as a 'newbie' I find it easier to stop existing replication...
March 16, 2009 at 1:31 pm
Duplicate. Please delete this entry.
March 16, 2009 at 12:20 pm
use a subquery like
Select
From
(
Select ...
sum(Case when answera = 2 then 1 else 0 end) as answera
...
March 16, 2009 at 12:19 pm
Alan Vogan (3/16/2009)
March 16, 2009 at 12:12 pm
steve smith (3/13/2009)
March 16, 2009 at 11:54 am
you should be fine then!
March 16, 2009 at 11:47 am
ritesh (2/16/2009)
March 16, 2009 at 11:46 am
not synchronizing = agent not running or scheduled to run but not running now.
That is normal for Merge.
March 16, 2009 at 11:42 am
I believe is_subscribed does NOT works. In fact, I think it never did after 7.0.
March 16, 2009 at 11:38 am
Alan Vogan (3/16/2009)
March 16, 2009 at 11:25 am
skjoldtc (3/11/2009)
SELECT Response FROM dbo.Husband
WHERE Question = 'Honey, do I look fat in this?"
AND ...
March 11, 2009 at 4:14 pm
GSquared (3/11/2009)
skjoldtc (3/11/2009)
So, if you ask a question of someone with a personality of null, do you get back a blank stare? Or, what?Yes.
NICE
March 11, 2009 at 4:13 pm
Nobody voted "yes" on my April Fool's idea last year to port all of the Oracle sample databases to SQL Server 2008.
I like it!
March 11, 2009 at 4:00 pm
Viewing 15 posts - 301 through 315 (of 5,103 total)