 




<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>IT Answers &#187; SQL database replication</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/tag/database/sql-database-replication/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers</link>
	<description></description>
	<lastBuildDate>Wed, 22 May 2013 14:27:36 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>sql 2008 export to txt for backup and incremental backup</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/sql-2008-export-to-txt-for-backup-and-incremental-backup/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/sql-2008-export-to-txt-for-backup-and-incremental-backup/#comments</comments>
		<pubDate>Fri, 23 Jul 2010 10:34:10 +0000</pubDate>
		<dc:creator>Jordaan</dc:creator>
				<category><![CDATA[Backup]]></category>
		<category><![CDATA[SQL 2008]]></category>
		<category><![CDATA[SQL database replication]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SQL Server 2008]]></category>
		<category><![CDATA[SQL Server database]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Hi i have one db that i want to back up, so thought id export to txt file/flat file then back that up and then daily increments into that file? cant find the steps to do it..have the wizard..]]></description>
				<content:encoded><![CDATA[<p>Hi<br/><br/> i have one db that i want to back up, so thought id export to txt file/flat file then back that up and then daily increments into that file?<br/><br/> cant find the steps to do it..have the wizard..<br/><br/></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/sql-2008-export-to-txt-for-backup-and-incremental-backup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to use Insert command between two servers to speed up performance</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/how-to-use-insert-command-between-two-servers-to-speed-up-performance/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/how-to-use-insert-command-between-two-servers-to-speed-up-performance/#comments</comments>
		<pubDate>Sat, 17 Apr 2010 16:34:45 +0000</pubDate>
		<dc:creator>Studentofsql</dc:creator>
				<category><![CDATA[sql 2005 Performance Issues]]></category>
		<category><![CDATA[SQL database replication]]></category>
		<category><![CDATA[SQL Express]]></category>
		<category><![CDATA[SQL Server 2005]]></category>
		<category><![CDATA[SQL Server 2005 performance]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[We need to take data from a table on one server and write it to another in the fastest way possible. We tried Insert command and it worked perfectly as long as it was running on the same computer. When we tried to use it to update another computer/server on our network, none of the [...]]]></description>
				<content:encoded><![CDATA[<p>We need to take data from a table on one server and write it to another in the fastest way possible. We tried Insert command and it worked perfectly as long as it was running on the same computer. When we tried to use it to update another computer/server on our network, none of the data got there.<br />
If you have a way to do this please show an example. Thanks in advance.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/how-to-use-insert-command-between-two-servers-to-speed-up-performance/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Large DB, low capacity line, resync log-shipping options.</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/large-db-low-capacity-line-resync-log-shipping-options/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/large-db-low-capacity-line-resync-log-shipping-options/#comments</comments>
		<pubDate>Wed, 18 Mar 2009 13:53:10 +0000</pubDate>
		<dc:creator>SuperCoolMoss</dc:creator>
				<category><![CDATA[SQL database replication]]></category>
		<category><![CDATA[SQL Server 2000]]></category>
		<category><![CDATA[SQL Server 2005]]></category>
		<category><![CDATA[SQL Server 2005 Database]]></category>
		<category><![CDATA[SQL Server database]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Hello, We&#8217;ve a large SQL2000 DB which is 335GBs in size and a majority of tables are geographically replicated to a subscriber using transactional replication across a 10Mbit line. We&#8217;re going through the process of converting the DBs&#8217; environment to SQL 2005. Unforetunately I think this means we&#8217;ll have to re-synch replication (either using snapshot, [...]]]></description>
				<content:encoded><![CDATA[<p>Hello,</p>
<p>We&#8217;ve a large SQL2000 DB which is 335GBs in size and a majority of tables are geographically replicated to a subscriber using transactional replication across a 10Mbit line.</p>
<p>We&#8217;re going through the process of converting the DBs&#8217; environment to SQL 2005.  Unforetunately I think this means we&#8217;ll have to re-synch replication (either using snapshot, or via backup)</p>
<p>We need as little an outage as possible.</p>
<p>Pushing a snapshot across the 10Mbit line will take too long.</p>
<p>Backing up the database with compression software (backup compresses to 68Gb) and copying it will also take too long. </p>
<p>I&#8217;m considering dropping all the non-clustered indexes first and then backing up the DB this will reduce the backup size by 50%, although I still think this will take too long to copy.</p>
<p>We may have to get this onto an external disk and courier it &#8211; but this presents its own problems around security.</p>
<p>Any other ideas appreciated <img src='http://itknowledgeexchange.techtarget.com/itanswers/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Regards,</p>
<p>SCM</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/large-db-low-capacity-line-resync-log-shipping-options/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>SQL DB MIRRORING ACROSS VPN?</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/sql-db-mirroring-across-vpn/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/sql-db-mirroring-across-vpn/#comments</comments>
		<pubDate>Thu, 26 Feb 2009 16:50:59 +0000</pubDate>
		<dc:creator>Kareemr69</dc:creator>
				<category><![CDATA[SQL]]></category>
		<category><![CDATA[SQL database replication]]></category>
		<category><![CDATA[SQL Server Database Mirroring]]></category>
		<category><![CDATA[VPN]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Can SQL 2005 DB mirroring work if the mirror server is to be in another building (building networks connected via VPN router)? We just want employees to be able to remote into the mirror server from home if power is lost at the main building.]]></description>
				<content:encoded><![CDATA[<p>Can SQL 2005 DB mirroring work if the mirror server is to be in another building (building networks connected via VPN router)? We just want employees to be able to remote into the mirror server from home if power is lost at the main building.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/sql-db-mirroring-across-vpn/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to move the msdb database to sql 2005</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/how-to-move-the-msdb-database-to-sql-2005/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/how-to-move-the-msdb-database-to-sql-2005/#comments</comments>
		<pubDate>Mon, 16 Feb 2009 14:30:31 +0000</pubDate>
		<dc:creator>Bubbanm</dc:creator>
				<category><![CDATA[SQL 2005]]></category>
		<category><![CDATA[SQL 7]]></category>
		<category><![CDATA[SQL database replication]]></category>
		<category><![CDATA[SQL Server MSDB Database]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I have a server running sql 7.0 and I need to move the msdb database to another server running sql 2005. When I try to restore the db from a backup I&#8217;m getting a compatability error message. Any suggestions greatly appreciated.]]></description>
				<content:encoded><![CDATA[<p>I have a server running sql 7.0 and I need to move the msdb database to another server running sql 2005. When I try to restore the db from a backup I&#8217;m getting a compatability error message. Any suggestions greatly appreciated.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/how-to-move-the-msdb-database-to-sql-2005/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Connecting to a remote DB on a UNIX server with SQL</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/connecting-to-a-remote-db-on-a-unix-server-with-sql/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/connecting-to-a-remote-db-on-a-unix-server-with-sql/#comments</comments>
		<pubDate>Tue, 04 Nov 2008 19:35:11 +0000</pubDate>
		<dc:creator>AS400 - Ask the Expert</dc:creator>
				<category><![CDATA[DB2]]></category>
		<category><![CDATA[Remote access]]></category>
		<category><![CDATA[SQL database replication]]></category>
		<category><![CDATA[Unix Servers]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I am trying to connect to a remote DB on a UNIX server. I am using embedded SQL statements to achieve this task. I have a file that contains DB name, ID &#038; PW that I pass to the connect statement, rather than hardcoding the info to the program (for security reasons). C EstConnect BegSr [...]]]></description>
				<content:encoded><![CDATA[<p>I am trying to connect to a remote DB on a UNIX server.  I am using embedded SQL statements to achieve this task. I have a file that contains DB name, ID &#038; PW that I pass to the connect statement, rather than hardcoding the info to the program (for security reasons). </p>
<p>C     EstConnect    BegSr<br />
 *<br />
C                   Eval      NumAtmpts = 0<br />
C                   Eval      Connected = No<br />
 *<br />
C                   DoW       NumAtmpts &lt;= 3<br />
 *                                                                    </p>
<p>THIS CODE ERRORS OUT IN DEBUG   SQLCOD = SQL0113  or SQL0188</p>
<p>C/EXEC SQL<br />
C+ CONNECT TO <img src='http://itknowledgeexchange.techtarget.com/itanswers/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> b USER :Id USING <img src='http://itknowledgeexchange.techtarget.com/itanswers/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> w<br />
C/END-EXEC<br />
 *<br />
THIS CODE ERRORS OUT IN DEBUG   SQLCOD = SQL0113  or SQL0188</p>
<p>I ALSO TRIED SUBSTRINGING THE CONNECT STATEMENT AS:</p>
<p>CONNCT = “CONNECT TO QATMDM USER EDITST USING xxxxxxx”  WITH THE SAME ERROR RESULT<br />
DOES THE PASSWORD NEED TO BE ENCRYPTED, AND IF SO HOW IS THAT DONE???</p>
<p>C                   If        SQLCOD = NoSqlError OR<br />
C                             SQLCOD = Con_Exists<br />
C                   Eval      Connected = Yes<br />
C                   Leave<br />
C                   EndIf<br />
 *<br />
C                   Eval      NumAtmpts = NumAtmpts + 1<br />
 *<br />
C                   Enddo<br />
C     *INZSR        BegSr<br />
C                   Move      &#8216; &#8216;           WRTHDR            1<br />
 *<br />
C     *ENTRY        Plist<br />
C                   Parm                    INVALS           23<br />
C                   Parm                    GIS               1<br />
C                   Parm                    RTNCDE            1<br />
C                   Parm                    TYPE              2<br />
C                   Parm                    APPC             20<br />
 *<br />
C     MDMKEY        KLIST<br />
C                   KFLD                    TRXST             5<br />
 *<br />
C     VNDKEY        KLIST<br />
C                   KFLD                    TYPE<br />
C                   KFLD                    APPC<br />
 *<br />
C     SQLKEY        KLIST<br />
C                   KFLD                    TRXST<br />
C                   KFLD                    APPC<br />
C                   KFLD                    TYPE<br />
 *<br />
C                   Movel     &#8217;852&#8242;         TRXST<br />
C                   MOVEL     INVALS        INVAL<br />
C     MDMKEY        CHAIN     EMDMCTL<br />
C                   IF        %FOUND<br />
C     Qte           CAT       EMCPW         WrkPw<br />
C                   CAT       Qte:0         WrkPw<br />
C                   Eval      WrkPw = %Trim(WrkPw)<br />
C                   Eval      Pw      = WrkPw<br />
C                   Eval      Db      = EMDBNM<br />
C                   ENDIF<br />
C                   If        GIS = &#8216;Y&#8217;<br />
C                   OPEN      EO852GIS<br />
C                   Else<br />
C                   OPEN      E852HDRX<br />
C                   OPEN      E852DTLX<br />
C                   OPEN      E852ZAX<br />
C                   OPEN      E852SDQX<br />
C                   Endif<br />
C                   EndSr<br />
****************** End of data ****************************************</p>
<p>Here is the code that I put in to concatenate the CONNCT string&#8230;</p>
<p>C                   IF        %FOUND<br />
C     CONECT        CAT       EMDBNM:1      CONNCT<br />
C                   CAT       &#8216;USER&#8217;:1      CONNCT<br />
C                   CAT       EMCID:1       CONNCT<br />
C                   CAT       &#8216;USING&#8217;:1     CONNCT<br />
C                   CAT       Qte:0         WrkPw<br />
C                   CAT       EMCPW:0       WrkPw<br />
C                   CAT       Qte:0         WrkPw<br />
C                   CAT       WrkPw:0       CONNCT</p>
<p>The code below that is COMMENTED OUT was the first attempt to get this to work.<br />
C*                  Eval      Db      = EMDBNM<br />
C*    Qte           CAT       EMCID:0       WrkId<br />
C*                  CAT       Qte:0         WrkId<br />
C*                  Eval      WrkId = %Trim(WrkId)<br />
C*                  Eval      Id = WrkId<br />
C*    Qte           CAT       EMCPW:0       WrkPw<br />
C*                  CAT       Qte:0         WrkPw<br />
C*                  Eval      WrkPw = %Trim(WrkPw)<br />
C*                  Eval      Pw      = WrkPw<br />
C                   ENDIF</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/connecting-to-a-remote-db-on-a-unix-server-with-sql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MIgration to 64-bit Sql Server</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/migration-to-64-bit-sql-server/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/migration-to-64-bit-sql-server/#comments</comments>
		<pubDate>Wed, 08 Oct 2008 12:38:53 +0000</pubDate>
		<dc:creator>Tomfitzrugger</dc:creator>
				<category><![CDATA[64-bit]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[SQL database replication]]></category>
		<category><![CDATA[SQL Server 2000]]></category>
		<category><![CDATA[SQL Server migration]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[What issues do I face with database file compatibility if I migrate from 32-bit SQL Server 2000 to 64-bit SQL Server 2005?]]></description>
				<content:encoded><![CDATA[<p>What issues do I face with database file compatibility if I migrate from 32-bit SQL Server 2000 to 64-bit SQL Server 2005?</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/migration-to-64-bit-sql-server/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Replication</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/replication-2/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/replication-2/#comments</comments>
		<pubDate>Mon, 14 Apr 2008 15:40:51 +0000</pubDate>
		<dc:creator>Consultant1653</dc:creator>
				<category><![CDATA[SQL database replication]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SQL Server administration]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Can I have multiple Distributors configured on one SQL Server instance? Also, can I have multiple Distributors configured on one SQL Server instance? Finally, can I have multiple Subscribers configured on one SQL Server instance?]]></description>
				<content:encoded><![CDATA[<p>Can I have multiple Distributors configured on one SQL Server instance?  Also, can I have multiple Distributors configured on one SQL Server instance?   Finally, can I have multiple Subscribers configured on one SQL Server instance?</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/replication-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 3/26 queries in 0.042 seconds using memcached
Object Caching 820/925 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-22 21:45:48 -->