Viewing 15 posts - 5,836 through 5,850 (of 7,429 total)
Just digging thru the articles and have to say I am ROTFLSHICB (Rolling on the floor laughing so hard i can't breath just in case you don't know). I previously...
May 16, 2002 at 6:35 pm
Ok I am still not fully sure I understand what is happening. Can you post the details of the PtCh table and give me and example of what is happening...
May 16, 2002 at 5:52 pm
DTS wrappers are COM based so will work fine. Just found this take a look will help http://www.asp101.com/articles/carvin/dts/default.asp
"Don't roll your eyes at me. I will tape them in place." (Teacher...
May 16, 2002 at 5:01 pm
No such critter (sorry in a mood). You can however create a global temp table (##tblname) to stored data and pass between. It will remain in affect for the duration...
May 16, 2002 at 4:55 pm
From BOL
quote:
The Eager Spool logical operator will consume the entire input, storing each row in a hidden temporary object stored in...
May 16, 2002 at 4:35 pm
Without going to much into it it should work just like writing a VB app to execute a DTS package. See the various examples of that, you will have just...
May 16, 2002 at 4:32 pm
I would think you could do the file method and create a package on server B to pull the file without him having to know what to do. However you...
May 16, 2002 at 4:10 pm
If you are running SQL 6.x then take a look at http://support.microsoft.com/default.aspx?scid=kb;EN-US;q225490
"Don't roll your eyes at me. I will tape them in place." (Teacher on Boston Public)
May 16, 2002 at 4:07 pm
Also for this situation make sure you have the database recovery model set to Simple.
"Don't roll your eyes at me. I will tape them in place." (Teacher on Boston Public)
May 16, 2002 at 4:01 pm
Thinking about this did you happen to create this package on a SQL 7 server with a 2000 client. If so what SP are you running of SQL 7? If...
May 16, 2002 at 3:34 pm
A few thoughts here.
1) Have you stepped thru the VB to get the exact string it is passing? Could be the string contains a where criteria that it shouldn't that...
May 16, 2002 at 3:20 pm
Ok a few questions.
1) Do you have multiple file groups and had planned not putting them in Primary?
2) Is Primary filegroup set with a maximum size of growth? Are you...
May 16, 2002 at 3:14 pm
If this will be automated using SQLAgent on another domain may give issues with permissions of the account SQLAgent is using(sorry I haven't tried but a trust between the domains...
May 16, 2002 at 3:06 pm
Try this
exec sp_msforeachdb 'sp_grant_revoke ''revoke'', ''developers'', ''P'''
It may not like your use of " (double quotes) but when you use ' (single quotes) you have to double singles around text...
May 16, 2002 at 3:02 pm
Viewing 15 posts - 5,836 through 5,850 (of 7,429 total)