Viewing 15 posts - 46 through 60 (of 162 total)
Your joins between text files are doubtful in my opinion unless they are a form of XML such as XSD (even then, it would be a stretch for DTS). I...
February 15, 2006 at 6:46 am
February 14, 2006 at 7:28 am
DTS is not SQL. It is COM+ objects that have methods and properties that are accessible from applications that can call COM.
You can export the code of a DTS package...
January 24, 2006 at 11:09 am
Thought i'd throw this out there for you to test out... in your lookup query, try adding a " WITH (NOLOCK)" on your FROM clause... this will keep it from...
January 17, 2006 at 6:28 am
I think you should look into using a third party FTP component that you can instanciate from an active-X script and manage your download via programmed logic. The FTP Task...
December 17, 2005 at 11:35 am
One thing to watch out for when purchasing a product from a third party...
If the package can be used to validate to USPS CASS certification standards, the data will...
December 14, 2005 at 9:47 am
I believe this article may be what you are looking for...
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dtsprog/dtspapps_46xv.asp
-Mike Gercevich
November 29, 2005 at 5:26 am
Add an active-X script to change the ExceptionFileName property of your Data Pump Task Object before it is executed. Remember to include the full path to the filename.
-Mike Gercevich
November 25, 2005 at 12:31 pm
You would be far better off saving your variables to a table and have your package read them in at the first step of execution. If you call the Package...
November 25, 2005 at 12:16 pm
If you are talking about the Package Password...not connection passwords... You cannot change that password via disconnected edit. Use the "Save As..." function in the menu.
-Mike Gercevich
November 25, 2005 at 12:08 pm
SQL Server Magazine did a comparisopn showdown a few years ago... the article can be found here:
http://www.windowsitpro.com/SQLServer/Articles/ArticleID/19760/pg/2/2.html
-Mike Gercevich
November 15, 2005 at 4:58 am
November 15, 2005 at 4:55 am
Have you looked at bcp.exe with the -c -t options? This should execute the fastest of all the different ways of doing this task.
-Mike Gercevich
November 11, 2005 at 6:04 pm
If you are frequently having to perform this task, you may want to look into a utility designed specifically for this task. I can speak for Red-Gate's SQL Compare as...
November 11, 2005 at 5:52 pm
The last word I have heard is that Microsoft will support the current and last versions of server products. SQL 7 will most likely be dropped soon after SQL 2005...
November 4, 2005 at 6:02 am
Viewing 15 posts - 46 through 60 (of 162 total)