Viewing 15 posts - 466 through 480 (of 603 total)
It should also be noted that the collation settings affect how the case of characters (among other things) is used in comparison operations.
For example, in a case sensitive collation, I...
November 18, 2005 at 2:05 pm
I believe that the SQL server is communicating with the RDA components on IIS, not directly with CE. While it is possible, it is not too likely that the IP...
November 18, 2005 at 9:47 am
Forgot to mention: I use Ethereal fior network tracing
It's free and it works very well http://www.ethereal.com
November 18, 2005 at 9:30 am
OOPS. wrong button.
Hopefully you can set up the client side of the tunnel endpoint in such a way as to be able to capture packets from that side. If not,...
November 18, 2005 at 9:28 am
I suspect that it is indeed a network problem, but I think that it would be a good idea to go back and double-check. Confirm that everything works as expected...
November 18, 2005 at 9:21 am
So you're saying that the Merge Agent on the SQL server indicates success, but the CE side fails? I love it when that happens.
Are you able to get at the...
November 18, 2005 at 7:38 am
Hello,
Something ATE the post I just tried to make.
You should only need to be able to communicate to your IIS server through the tunnel. This IIS server is the...
November 17, 2005 at 10:41 am
I believe that you need to be able to communicate to the RDA "proxy" server (The one running IIS with the replication DLLs registered) on TCP port 80. The RDA server then...
November 17, 2005 at 9:18 am
Hello,
I believe that Named Pipes would require that the following ports be open on the firewall:
UDP...
November 17, 2005 at 7:55 am
Write two procedures. One for each table.
Then create a third procedure that decides which of the other two to call based upon the input parameter. I think this will eliminate...
November 15, 2005 at 12:58 pm
I would also check http://support.microsoft.com/kb/293177/
jg
November 8, 2005 at 7:50 am
I believe that 80 columns is wider than is supported by default with either Exchange, Outlook, or both. They will break lines apart for you because they know it is...
November 4, 2005 at 8:07 am
One GOTCHA with the above approach:
If any jobs have T-SQL steps, and any of these steps contain the `GO' Batch separator, the script will not work on the target server...
November 1, 2005 at 8:25 am
There is not a slipstreamed install for SP3.
But it no problem. Here's the link:
http://support.microsoft.com/default.aspx?scid=kb;en-us;329329
jg
November 1, 2005 at 8:07 am
I would estimate that you would see better performance by doing the following:
Create computed columns on the table with the folowing:
Price * 2
and
date + 2 months
Then place indexes on those...
November 1, 2005 at 7:59 am
Viewing 15 posts - 466 through 480 (of 603 total)