Viewing 15 posts - 16 through 30 (of 80 total)
Here is my try at this, the code runs ok but it does not create a folder for me ?
Any ideas
declare @md varchar(100), @Path varchar(100),@wk_novarchar(2)
set@wk_no = datepart(wk,getdate())
--print @wk_no
SET@Path...
November 18, 2008 at 4:24 am
Thanks for the very detailed reply my mail session did not have the profile set to MS Exchange setting which you refred to in your reply. Am currently running a...
September 1, 2008 at 5:42 am
Thanks guys i'll have a look at both and let you know..
Am using DTS packages but i've also some SSIS package also
May 20, 2008 at 7:34 am
The problem seems to be the send email task of the job when its schedule to run it get stuck on this step..
May 20, 2008 at 6:12 am
I can run the DTS package and it work fine, But the schedure job is not finishing it always seems to hang on the last step most of my last...
May 20, 2008 at 5:23 am
Most of the jobs are for a data warehouse so they are doing ELT work and most of them are work off different tables and databases.
This has only happen recently...
May 20, 2008 at 4:45 am
I don't think its possible to look at DTS packages in SSIS VS you can run them but you can open and edit them.
May 8, 2008 at 5:37 am
Hey i need to be able to know which extension as not all of the files go into the same table.
i've the 6 files and they are named like...
April 29, 2008 at 2:31 am
Am using 2000 but its on 2005 interface. So is there away around this ?
April 22, 2008 at 7:26 am
I copied your query into my QA and changed the table name and ran the query. It gave me a error
Here is the query
declare @top int
set @top = 25
select...
April 22, 2008 at 7:20 am
Hey i tested this and am getting a Error on the @Top paramter it seem to not like the @Top in the Select statement
April 22, 2008 at 4:57 am
Hey thanks for the reply, i had a look at the file and it seem that the file had some funny characters in the column and its that which is...
April 9, 2008 at 7:32 am
Thanks for your help nite_eagle.
I do have another question you might be able to help me with. Am after making this change to my SSIS package, and have saved...
December 6, 2007 at 9:06 am
Thanks for the expression below, i've just one question regards it, i know both the findstring and right, the ? is use for the logic but am not sure why...
December 6, 2007 at 2:26 am
Sorry guys that was a typo on my behalf, i only want to remove the first character if its a 0.
0123 will become 123
2349 will stay the same
I'll test...
December 4, 2007 at 3:32 pm
Viewing 15 posts - 16 through 30 (of 80 total)