Viewing 15 posts - 1 through 15 (of 29 total)
thanks for the reply... sorry for the delayed reply but do you have any figures on how many concurrent requests the server is handling typically....
April 26, 2007 at 9:37 am
thanks everyone for the help went with the regexpr stuff at http://www.codeproject.com/managedcpp/xpregex.asp was pretty impressed
November 2, 2006 at 3:34 am
yeah the problem was that the two instances were trying to run on the same port, was not getting a port conflict message (which would have been helpful) just getting...
July 4, 2006 at 8:56 am
can you run two sql instances on the same comp running on the same TCP/IP port
July 4, 2006 at 2:14 am
thanks for the advice but not sure what you're getting at, the whole issue is to do what I think you're saying and there being a conflict when both instances...
July 3, 2006 at 6:17 am
i believe the issue is that one complex type must map to one table.... can anyone confirm this is true?
June 15, 2006 at 4:17 am
thanks for the info....
I've simplified my sproc further to work out why it is taking soooo long but it is still really slow (~25min)
Below is the sproc simplified and...
June 8, 2006 at 9:06 am
sorry I did not say thanks earlier but been away, so thanks,
June 7, 2006 at 7:31 am
but how do you change the master collation to match the others.... I have no idea on commands or anything
February 15, 2006 at 7:43 am
the result of your test scipt is
ID FIELD1 FIELD2 ID2
1 a b 1
2 c d 1
: or something similar so that all values of table2 relating to table1 is on a...
January 26, 2006 at 8:27 am
Lowell - you are a genius.... you can't believe that so many people had no idea... well done
December 20, 2005 at 9:27 am
that was the fall back plan, but will require a sproc for each database, which I did not like the sound of... thanks for the help....
November 15, 2005 at 9:39 am
thanks the reseed is a v.good idea!
November 15, 2005 at 8:21 am
There are several databases the user may wish to write to ... I understand it may sound convoluted but you will just have to trust me on that one there...
November 15, 2005 at 7:39 am
Viewing 15 posts - 1 through 15 (of 29 total)