Viewing 15 posts - 556 through 570 (of 3,738 total)
I execute this and I get the following:
update #tmpTotals set StateCount = ISNULL(Select Sum(DayCount,0) from #tmpTotals t where Loss_state = #tmpTotals.Loss_State )
Msg 156, Level 15, State 1, Line 40
Incorrect syntax...
July 13, 2015 at 8:19 am
Thanks Gail! 🙂
July 8, 2015 at 12:08 pm
Justin Manning SA (7/2/2015)
Great 🙂what did you eventually do to fix it?
Thanks,
Justin
I keep trying to create a snapshot but I got error that various objects did not exist.
So...
July 2, 2015 at 6:07 am
Jacob Wilkins (7/1/2015)
Welsh Corgi (6/30/2015)
SELECT [Transaction Id], [Begin Time], SUSER_SNAME ([Transaction SID]) AS [User]
FROM fn_dblog (NULL, NULL)
WHERE...
July 1, 2015 at 4:19 pm
Replication is working. 😎
Thank you to everyone for your positive feedback.:-)
July 1, 2015 at 10:41 am
I believe this will turn the Agent back on?
[/
if exists (select 1 from distribution..MSsubscriptions where status = 0)
begin
UPDATE distribution..MSsubscriptions
SET STATUS = 2
WHERE publisher_id = '--publisher_id -- will be integer --'...
July 1, 2015 at 10:18 am
I clicked on Publisher to Distributor and it list 2 seconds.
Distributer to Subscriber is Pending.
Total latency is Pending as well.
What do I need to turn on?
July 1, 2015 at 9:29 am
andreas.kreuzberg (7/1/2015)
are you sure, that you, ore the used service account, had all rights. We have a special user called SQLREPL, who had db_owner rights on the publisher, and subscriber...
July 1, 2015 at 8:50 am
I get an error that the Replication Monitor could not reinitialize one or more subscriptions that support automatic initialization.
The current operation was aborted because it would deactivate an article in...
July 1, 2015 at 8:34 am
jsterrett (7/1/2015)
July 1, 2015 at 8:23 am
Justin Manning SA (7/1/2015)
Welsh Corgi (7/1/2015)
I got messages that the Data was being bulked copied.
There is no data in any of the tables....
July 1, 2015 at 8:14 am
I go into the Distributer To Subscriber History and I get Skipping File 'Trades' it has already been delivered for a previous article or a previously interrupted snapshot.
I get this...
July 1, 2015 at 7:54 am
I reinitialized and created a new snapshot.
I got messages that the Data was being bulked copied.
There is no data in any of the tables. :sick:
July 1, 2015 at 7:48 am
jsterrett (7/1/2015)
July 1, 2015 at 7:45 am
Viewing 15 posts - 556 through 570 (of 3,738 total)