Forum Replies Created

Viewing 14 posts - 1,996 through 2,009 (of 2,009 total)

  • RE: Q: setting a variable in DTS

    Since I'm not sure exactly how you are pulling your data I can't get too specific with you, but have you tried using Global Variables?  You can read more about...

  • RE: Data Synchronizing with flat files

    I also work at a company that is slowly migrating away from an RMS db on OpenVMS.  I'm guessing this is the database that you are...

  • RE: Poll #2

    I think #1.. not so much from the actual coding aspects, more from the gathering customer opinions, how can we make our software work better for you etc.

  • RE: Small Scale SQL Server Deployment

    Nice Article.  Thanks for the mention of Express and MSDE.  So many small business forget these in favor of other "free" solutions using MySQL and PostgreSQL.  Dont' forget that these...

  • RE: SP4 & ODBC connection problems?

    ok another off the wall question...  Do you by any chance have McAfee AV installed on the client.  Out of the box it comes with a bunch of port blocking things you have...

  • RE: SP4 & ODBC connection problems?

    Any chance you have a nonstandard port assigned somewhere?

  • RE: SP4 & ODBC connection problems?

    I'm thinking I remember something from upgrading my SP3 install to SP4 where it turned off various network protocols by default with the upgrade.

    Like Okafor said check the SQL Server...

  • RE: Manipulating And Using DateTime Data

    Good article, great for those new to T-SQL and also a great reminder for those of us that are slightly more seasoned.  I deal with PostgreSQL alot and forget about...

  • RE: More Access to MSDE questions

    I know I'll probably get hammered for this from this forum, but if you're looking to port it to the web, Macromedia Coldfusion is very powerful and it's very easy...

  • RE: Working with time in T-SQL

    Thanks for your help guys.  I was able to convert the seconds to a date/time with some dateadd functions, to my unfortunate surprise that when the application I'm pulling the...

  • RE: Calling All Editing Buffs

    Feature: Auto Script generating

     

    Along the same lines as centralized code such, but a scripting tool to help you pass the same code to multiple servers quickly, for example, you have...

  • RE: DTS problem with FTP task

    ok so let me understand this... you want to FTP to a unix server, then get all of the files in a certain directory and put the on a network drive...

  • RE: "Catastrophic Failure" Error in DTS

    Have you tried setting the DTS Tasks to execute on the main package thread? (right click, workflow properties, options tab)

    Also, how many connections are you allowed to generate at once? ...

  • RE: Third party MSDE installers

    Not 100% sure this would work, but you could try making hte one you want to start 2nd to be a dependancy of the first instance.  We've had issues with...

Viewing 14 posts - 1,996 through 2,009 (of 2,009 total)