Viewing 15 posts - 2,746 through 2,760 (of 7,429 total)
Please be carefull of duplicating posts. See/leave responses in http://www.sqlservercentral.com/forum/topic.asp?TOPIC_ID=13988&FORUM_ID=9&CAT_ID=1&Topic_Title=updating+data&Forum_Title=General
July 9, 2003 at 3:38 am
Please be carefull of duplicating posts. See/leave responses in http://www.sqlservercentral.com/forum/topic.asp?TOPIC_ID=13988&FORUM_ID=9&CAT_ID=1&Topic_Title=updating+data&Forum_Title=General
July 9, 2003 at 3:38 am
When you say the data is duplicated do you mean the whole row?
July 9, 2003 at 3:37 am
The big thing with MySQL at it's limit is threading is not quite there yet. You do not have multiple threads processing data at the same time.
SQL Server has a...
July 8, 2003 at 6:46 pm
Thanks Brain
wmp789 open IE's options oto the Advanced tab and turn off the friendly error messages. That is the friendly error message for every issue and doesn't help with troubleshooting.
...
July 3, 2003 at 3:44 pm
Can you post the code or something similar to it that does the same?
July 1, 2003 at 1:42 pm
Yeah, people with a clue. By the way speaking of MS and AV, did you see where they are finally going to start offering an AV product themselves. Personal opinion,...
July 1, 2003 at 1:26 pm
What I love is the statement "Security Researcher" that is being thrown around these days. WHat is the difference betwen him and the kid down the street who reports the...
July 1, 2003 at 11:38 am
The main difference is this.
IN restricts the list of values to only those within the IN clause in matching. So in this case the subquery will return a list of...
June 30, 2003 at 3:20 pm
Take a look here http://www.microsoft.com/sql/evaluation/overview/default.asp at the "Product SKU Matrix" under the section "Scalability".
June 30, 2003 at 4:38 am
It would be helpfull for us to see the code from the begining. However I suggest stepping thru the code in debug back several positions to see what is happening....
June 30, 2003 at 4:36 am
Yes when you alter the source query or data object in the sourec tab then it will rerun to validate what it has as available from the source data. But...
June 30, 2003 at 4:33 am
Other than BCP and creating a batch file to load you could generate a script like so as long as the data is text fields and extremely long.
SELECT 'INSERT...
June 30, 2003 at 4:30 am
Viewing 15 posts - 2,746 through 2,760 (of 7,429 total)