Viewing 14 posts - 1,996 through 2,009 (of 2,009 total)
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...
November 30, 2005 at 6:42 am
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...
November 18, 2005 at 1:05 pm
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.
November 18, 2005 at 7:03 am
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...
November 14, 2005 at 9:11 am
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...
October 28, 2005 at 10:30 am
Any chance you have a nonstandard port assigned somewhere?
October 28, 2005 at 10:19 am
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...
October 28, 2005 at 9:48 am
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...
October 27, 2005 at 6:47 am
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...
October 20, 2005 at 6:53 am
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...
September 27, 2005 at 7:22 am
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...
September 2, 2005 at 7:31 am
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...
August 30, 2005 at 8:08 am
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? ...
August 4, 2005 at 6:57 am
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...
August 1, 2005 at 8:44 am
Viewing 14 posts - 1,996 through 2,009 (of 2,009 total)