Viewing 15 posts - 38,446 through 38,460 (of 39,466 total)
January 4, 2002 at 5:11 pm
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/adminsql/ad_impt_bcp_9yat.asp
Steve Jones
January 4, 2002 at 5:10 pm
If you are querying through ADO, you can use sp_help 'procedurename' and see the 2nd recordset for the parameters.
Steve Jones
January 4, 2002 at 5:02 pm
It be complex, but you can do it.
Here's a start:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dtsprog/dtspapps_2e5f.asp
This gets you setup in VB. From there, you could have to create each part of the package, connections, tasks,...
January 4, 2002 at 4:12 pm
Those are so crappy error descriptions. Not much better on technet, but you could try there.
Steve Jones
January 4, 2002 at 4:07 pm
January 4, 2002 at 10:57 am
There are some differences in the way the languages compile (they generate different ILS). However, you don't need to learn them. If a C# app runs faster than a VB/NET...
January 4, 2002 at 10:56 am
AFAIK, the only DTS competitors are expensive tools from 3rd party vendors. That was one of the big hits with DTS.
Steve Jones
January 4, 2002 at 10:49 am
I like Andy's method. In the past, when I haven't wanted to keep the same name, I have used BCP out/in which worked amazingly well (used scripts).
My method has usually...
January 4, 2002 at 10:46 am
Thanks for the followup. Was this an instance? Is this a startup parameter? Where was -s used?
Steve Jones
January 4, 2002 at 10:42 am
I too have small dbs, so I don't bother, but I worked with a company that had a heavy OLTP load. As a result, they wanted log backups often,...
January 4, 2002 at 10:38 am
I'd use the dyanmic properties task to generate a file name from a SQL statemetn and assign that to the text connection.
Steve Jones
January 4, 2002 at 10:30 am
I'd split this, or perhaps change the transaction size. You likely have some data issue somewhere that is not getting handled well.
Steve Jones
January 4, 2002 at 10:27 am
Never seen this, but we tend to make these mods when everyone is locked out. We also script do that the changes occur in a minimal amount of time.
Steve Jones
January 4, 2002 at 10:20 am
Never seen this, but we tend to make these mods when everyone is locked out. We also script do that the changes occur in a minimal amount of time.
Steve Jones
January 4, 2002 at 10:20 am
Viewing 15 posts - 38,446 through 38,460 (of 39,466 total)