Viewing 15 posts - 38,551 through 38,565 (of 39,466 total)
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
The cache clears it self of unused procedures over time.
You should only do this for testing.
Steve Jones
December 20, 2001 at 12:32 pm
There are a few articles on removing admins from SQL. Not too bad in SS2K.
I was more referring to restricting admins on the network,not SQL.
Steve Jones
December 20, 2001 at 12:32 pm
like
select *
from a
inner join b
on a.id = b.id
inner join c
on b.otherid...
December 20, 2001 at 10:10 am
December 20, 2001 at 10:08 am
December 20, 2001 at 10:06 am
Viewing 15 posts - 38,551 through 38,565 (of 39,466 total)