Viewing 15 posts - 1 through 15 (of 42 total)
Thanks Phil,
Currently I use seperate jobs for each customer. However, when I change any config parameters then each job needs to be reconfigured.
Also I need to use dynamic column mapping...
August 21, 2019 at 2:55 pm
Hi,
I am thinking of creating a column store index for the table i am using?
Is there any specifications for creating it?
December 10, 2015 at 7:13 am
Hi,
Got the Question solved from stackoverflow.
select * from (
select d.siteid, e.EventName
from (select e.siteid from tbl_data e group by e.SiteID) d
...
December 6, 2015 at 10:39 pm
Hi Chris,
I am left joining the events table to the data table. The Left Outer Join is for getting the minimum event date so that i can get the days...
December 2, 2015 at 9:46 pm
Hi,
Thanks for the solution. I'm getting the error
Msg 8134, Level 16, State 1, Line 3
Divide by zero error encountered.
when i run the code you provided. However there is no...
November 30, 2015 at 9:41 am
Hi All,
I replaced the script task with a file system task and it worked.
September 15, 2015 at 10:12 am
Hi,
Thanks for your reply. I will check and update if the problem is resolved.
September 11, 2015 at 12:55 am
Hi Michal,
Tried your solution of creating Desktop in SysWow64...
However i'm getting the same error
September 7, 2015 at 11:48 pm
Hi Michal,
Can you tell me why i need to add the folder to run 64bit mode?
How this is connected with my problem... Just to know the reason...
Also tell me how...
September 7, 2015 at 8:12 am
Hi,
I have the runtime 64 enabled as false.
I am using a proxy account for running the sql package.
September 7, 2015 at 3:38 am
Hi,
Both the source and dest dir are local path and is located in the same system the package is running.
The SourceDir is D:\SourceFiles\Pro001
and the destDir is D:\SourceFiles\Pro001\Archive
September 6, 2015 at 9:03 pm
Hi
Thanks for the reply.
SO i need to download it from ftp and then only i have to read it right.
August 19, 2015 at 4:45 am
Hi,
Based on the discussion, I came to know that it needs to be a manual process. I found out a tool called sisulizer to get the translation done however that...
July 15, 2015 at 10:33 am
Hi,
Is there any way to do it in sql itself?
Are there any tools outside SQL that can be used for this?
July 15, 2015 at 8:31 am
Hi,
Thanks for your help.... I got the solution.
July 7, 2015 at 4:47 am
Viewing 15 posts - 1 through 15 (of 42 total)