Viewing 14 posts - 1 through 14 (of 14 total)
That works for what I am doing.
Thank you Preethiviraj Kulasingham for your help.
January 18, 2006 at 10:08 am
I have used a custom generator for the last few years. This saves a lot of time and gives us some very standardized basic procedures. Once the standard procedure is created,...
December 12, 2005 at 7:53 am
I like the concept. And the video was not bad for a “proof of concept” run. The audio quality does need some work. I don’t...
December 16, 2004 at 8:18 am
From what I am seeing the ActiveX script would be a good one if the DTS package was an ActiveX package. But, this is a SQL server package.
I looked at the...
November 9, 2004 at 10:57 am
That works Sergiy. I do appreciate everyone’s help!
July 19, 2004 at 8:54 am
Thank You! I thought it was something faily simple. I just could not seem to get it.
I have another question if you don't mind. Now, I need to get the...
July 17, 2004 at 6:47 pm
Thanks allot AJ! That is exactly what I was needing.
June 19, 2004 at 10:17 am
Here is an example.
(174 + 231)/2=202.5
The users want this represented as 203. If I take the 202.5 and convert it to int it simply drops of the .5 and the...
June 18, 2004 at 10:04 am
Thanks for your suggestions. I am trying all the above. But it will talke some time to work it all out. I am having to work with the Network Admin. ...
June 18, 2004 at 8:27 am
Thanks for the responses.
While I normaly I would not use a cursor or dynamic SQL it is required in this case. I am looping through tables and creating code base...
April 20, 2004 at 2:59 pm
I really like the look and feel. However, the load time when I clicked the "Active Threads" menu was way to long. May need some indexing. Or...
November 24, 2003 at 7:03 am
Thanks for looking at this. Here is more code:
CREATE proc bsp_UPS_shipping
@DocNum varchar(20),
@Weight numeric(6,1),
@Service varchar(10),
@ShipToZip varchar(20),
@ShipToCountry varchar(20),
@IsTest ...
October 7, 2003 at 10:31 am
That would be great. I would like to compare it with what I have put together. I will pass along what my final version looks like so you...
February 5, 2003 at 9:19 am
Both connections are using the same login and security. Therefore the second attempt is working with the same connection as the first. You would need to pass a...
November 10, 2002 at 7:13 pm
Viewing 14 posts - 1 through 14 (of 14 total)