Viewing 15 posts - 226 through 240 (of 3,738 total)
GilaMonster (4/5/2016)
April 5, 2016 at 7:34 am
It depends on a number of issues. CPU, memory, Network bandwidth, etc.
Ideally it performs better on a separate server than the database server.
If you are doing simple bulk inserters how...
March 29, 2016 at 3:30 pm
Thanks Grant for the info!
March 29, 2016 at 8:47 am
Manic Star (3/24/2016)
March 28, 2016 at 7:48 pm
I agree that power shell would be easier.
I have done it using DTS and SSIS using the file system object.
Search for the latest date file and rename, restore, archive and...
March 28, 2016 at 7:43 pm
This post is old. 🙂
I got replies that addressed this issue.
Thanks.
March 25, 2016 at 5:07 am
Because I was stuck and I wanted to start over.
February 26, 2016 at 8:25 am
I cleaned up everything and recreated the DISTRIBUTER, PUBLISHER and SUBSCRIBER.
If I add the view as an article without the dependent object (table) it does not generate an error.
I was...
February 26, 2016 at 7:58 am
When creating the Publisher I execute the following command:
use [ReplicationTestDB]
exec sp_replicationdboption @dbname = N'ReplicationTestDB', @optname = N'publish', @value = N'true'
I get the following error:
Could not connect to server 'ASSET2629\DISTRIBUTOR' because...
February 25, 2016 at 12:06 pm
All of the Agents were running.
I tried Dropping and recreating the subscription but that did not work.
I'm starting over by recreating distribution.
I execute the following Command from the Publisher and...
February 25, 2016 at 11:42 am
Do you have permissions to Remote Desktop into the Server?
Then try connecting to SSMS.
The run sp_who3 and identify what is going on. http://sqlserverplanet.com/dba/a-better-sp_who2-using-dmvs-sp_who3
February 25, 2016 at 11:12 am
I saw the following thread that is related to my problem.
http://www.sqlservercentral.com/Forums/Topic342644-7-2.aspx
Hmmm.:unsure:
February 25, 2016 at 10:44 am
I'm stuck on the message 'The initial snapshot for publication 'testpub is not yet available'.
February 25, 2016 at 10:40 am
Viewing 15 posts - 226 through 240 (of 3,738 total)