Viewing 15 posts - 271 through 285 (of 1,248 total)
Could you find the Append output file ... checkbox and uncheck it in your DTS package?
July 9, 2008 at 1:11 pm
You have to wait for the driver, I believe.
July 9, 2008 at 1:00 pm
Where did you fire your command? Did you set the environmental variable?
July 9, 2008 at 12:53 pm
Did you try to change
'consultant.consultant'
to b.consultant
?
July 9, 2008 at 12:51 pm
I am not sure whether or not I understand your question correctly. If I do, you may try,
SELECT a.*, b.* FROM TableA a CROSS JOIN TableB b
July 9, 2008 at 12:49 pm
Your description is opposite to my experiences. Did you check whether or not there are any other tasks running against this server?
July 9, 2008 at 12:41 pm
If my understanding is correct, you do not need to drop the foreign key. I just tested it.
July 9, 2008 at 12:35 pm
Did you have change to read the following article? You may need a newer ODBC driver based on this article.
http://support.microsoft.com/kb/q158618/
Other possible approaches
Make sure you have cleanly removed previous replication;
Restart your...
July 9, 2008 at 10:14 am
Did you try something like below? It is a user-defined logevent when the number is greater than 50000.
Master..xp_logevent 55000, '…'
July 9, 2008 at 10:05 am
It is a security issue. You need to check the login info in your package. By the way, I think you had better post this question to SQL 2005 column.
July 9, 2008 at 9:35 am
Steve Jones - Editor (7/8/2008)
Most OS's now allow a "switch user", which logs in a 2nd...
July 8, 2008 at 3:44 pm
As far as I understand, it is an issue that we would like to have either abig horse (powerful CPU) to pull a small cart (memory,load) or a small horse...
July 8, 2008 at 2:38 pm
Viewing 15 posts - 271 through 285 (of 1,248 total)