Viewing 15 posts - 2,626 through 2,640 (of 2,840 total)
Thats something I was afraid off. I had a feeling that transactional replication is going to be very very chatty. The bandwidth should be pretty good if the plan works...
May 14, 2008 at 2:12 pm
Yes, we will be using VPN tunnelling. Also we never enable named Pipes. We always use TCP/IP.
How good is the transactional replication across the WAN? Anyone have any idea?...
May 14, 2008 at 1:30 pm
Yea, I am sorry about it as well..:D
But We DBAs cannot do much about it. Its upto the Programming / Development team to make sure that they move to the...
May 14, 2008 at 12:41 pm
It does not look too difficult. Maybe I am missing something. Check this out.
Create table #Person (person int, Club varchar(5), ClubFromDate datetime, ClubToDate datetime)
GO
Create table #Address (person int, Address varchar(25),...
May 13, 2008 at 10:34 am
Ah No..It is on our replicated box. We just run queries of it... No Transactions. And this server is an experimental one. We want to see how the CPU and...
May 8, 2008 at 2:57 pm
When ever I have high I/O operation on queries, I get multiple threads for single SPID (Ofcourse it shows CXPacket as the wait type). One thing I also noticed is...
May 8, 2008 at 1:42 pm
Paul, I tried the set up three times and the three times it worked just fine.
April 25, 2008 at 1:06 pm
SP3 and SP3a was soo bad that they had to keep on sending Hot fixes and patches for them. SP3 was the worst SP MS has ever released for SQL...
April 21, 2008 at 12:49 pm
Animal Magic (4/21/2008)
April 21, 2008 at 12:24 pm
The Basic reason why I prefer Case over OR is it is much more easier to read. Especially when there are more than one OR condition. It really makes the...
April 21, 2008 at 7:52 am
I would suggest you to use a Case statement over an OR clause.
SELECT blah
FROM blah
WHERE IsValid = 1
...
April 21, 2008 at 7:28 am
Yes, that article does show some light on the issue. I will set it up as MS says and see if I get the error again tomorrow early morning and...
April 17, 2008 at 1:52 pm
Thats almost impossible. It has got 32 GIG as RAM and it has 16 CPUs. It is one of the systems that we call it as a "Server Using Steroids"
And...
April 17, 2008 at 1:14 pm
I think it is time to just stop responding to this thread. I have a feeling there are lots of other people who really needs help from who ever is...
April 17, 2008 at 10:31 am
Viewing 15 posts - 2,626 through 2,640 (of 2,840 total)