Viewing 15 posts - 38,536 through 38,550 (of 39,456 total)
December 21, 2001 at 10:41 am
Well, I had a short chat session with nasir afridi and here is some followup:
The DDL for the table:
if exists (select * from sysobjects where id = object_id(N'[dbo].[ProductOwnerInfo]') and OBJECTPROPERTY(id,...
December 21, 2001 at 10:36 am
Sorry, not really an Oracle guy. I'd start with Oracle, my company (www.iqdestination.com) also has some lower cost e-Learning options. Some of the other guys here have Oracle systems, maybe...
December 21, 2001 at 10:32 am
December 21, 2001 at 10:26 am
December 21, 2001 at 10:25 am
December 21, 2001 at 10:22 am
don't see a way to access this. To even get a reference to the package, you must have the name to load it. Can you not just set a global...
December 21, 2001 at 10:20 am
what a knucklehead. I'd say grasshopper still needs to practice grabbing the stone from your hand
When I go on vacation I dread coming back to fix...
December 21, 2001 at 10:10 am
December 21, 2001 at 10:07 am
Check this out:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/acdata/ac_8_qd_12_0t5x.asp
Bug:
http://support.microsoft.com/directory/article.asp?ID=KB;EN-US;Q300385
This also might help:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wss/wss/_cdo_idatasource_saveto.asp
Steve Jones
December 21, 2001 at 10:06 am
You can also do something like this:
http://www.sqlservercentral.com/columnists/sjones/tamestrings6.asp
Steve Jones
December 21, 2001 at 9:50 am
Let us know if that helps. Also, what Service pack is this? (SQL and NT)
Steve Jones
December 21, 2001 at 9:44 am
I think Nigel is on the right track. You likely have some corruption in a system table, but it is probably bad data. If you can try some different things...
December 21, 2001 at 9:43 am
I've done this quite a bit. There should not be a mapping for the field on the transformations tab.
Also, a PK in SQL Server deos not necessarily mean an auto-generated...
December 21, 2001 at 9:41 am
Not that I know of. I think you would have to remove all references to this before you can change it.
Alternatively, you can create a new datatype and move all...
December 21, 2001 at 8:53 am
Viewing 15 posts - 38,536 through 38,550 (of 39,456 total)