Viewing 15 posts - 1 through 15 (of 44 total)
I would implement a transactional replication.
been pune the (publisher, distributor) and mumbai the suscriber. I would chosse continous update.
The read and Write operation would be routed in the appication with...
June 24, 2008 at 12:05 pm
I always wanted to share my code snippets and templates. Really nice idea. Thanks.
May 20, 2008 at 7:33 am
Should I update this for SQL2005 ?
April 30, 2008 at 11:56 am
If you server host more than one application, you can have an instance in the cluster by application. On this case you archive failover and scaling out. (1 DB by...
March 19, 2008 at 11:56 am
use this
SELECT * FROM INFORMATION_SCHEMA.COLUMNS
you will need to develop further.
March 4, 2008 at 7:05 am
It does not make send that sub server push the data to Main data server, they supose to pull ? . right ?
March 3, 2008 at 4:36 pm
Can you give specification for your server ?
are you doing push or pull suscription ?
how many machines are involved ?
if you answer does question it would help.
March 3, 2008 at 1:26 pm
"But there doesn't seem to be anything to suggest that you can stick your distributor on your subscriber."
You are completed right. You can do that, the distributor takes the data...
February 29, 2008 at 7:20 am
in other news http://www.joelonsoftware.com/items/2008/01/29b.html
don't be mad 🙁
February 27, 2008 at 7:13 am
A collage degree on Computer Sciences will not prepare you to be a DBA but will give you the tools to put oder in the Chaos when you become a...
December 31, 2007 at 8:54 am
Thank's Paul Ibison good article , thank god this have been greatly improve in 2005.
some info http://msdn2.microsoft.com/en-us/library/ms143550.aspx
My experience on merge replication ( if you have a database with...
November 30, 2007 at 8:38 am
Agree with Ninja, but if you can;t after you get your resut do a
convert(varchar(10), datevalue , 103)
as in previous post, but after you get the reults, if not you...
November 3, 2006 at 9:51 am
The faster way to convert columns into rows is this make a cross join with a generic table that have one columns and as much rows as column you have...
November 3, 2006 at 7:07 am
Viewing 15 posts - 1 through 15 (of 44 total)