Viewing 15 posts - 1 through 15 (of 23 total)
Actually, if you bothered to look at the code, you would see that it gets SharePoint list data.
April 7, 2009 at 4:09 am
After Office 2007 was installed I found that I could not view my cube correctly in Visual Studio. I found that re-installing SQL Server SP2 fixed the problem.
November 22, 2007 at 1:38 pm
Remember that SSRS comes with Report Builder which can be used to create ad-hoc reports. Although this is a smart-client application, it is kicked off from the Report Manager...
November 22, 2007 at 1:34 pm
I think you are making it more complex than it needs to be. :crying:
I would create five variables in your foreach container. One takes the
SourceFolder (for your...
November 20, 2007 at 10:40 am
The file system task will use the variables from the container if you set the IsSourcePathVariable=True
Also, try using Expressions in your Varibles if you need to create a file path.
November 20, 2007 at 6:35 am
If your text file is in a regular layout, you can use the SSIS flat file connection manager to import the files content into the data flow.
If the text file...
November 19, 2007 at 3:43 pm
Try
DATEADD( "hh" , TT_DETL_TO_TM_ZN_OFST , TT_DETL_POD_DTT)
November 19, 2007 at 3:11 pm
Try increasing the size of the strings you are using just to ensure it is not a truncation error.
November 19, 2007 at 3:10 pm
See my post SSIS: Calling SharePoint web services from the data flow which outlines how to get information from SharePoint and use it in the data flow.
November 19, 2007 at 3:07 pm
Try this instead. It works for me.
DATEADD( "hh" , TT_DETL_TO_TM_ZN_OFST , TT_DETL_POD_DTT)
November 19, 2007 at 3:05 pm
Simply escape the double quote using a backslash.
e.g. "my \"test\" string"
will come out as
my "test" string
November 19, 2007 at 2:37 pm
I am not sure why you need to rename the zip to default.zip. Personally I would use the ForEach container to enumerate the list of files in a directory...
November 19, 2007 at 1:39 pm
The Katmai release fixes this problem. However, that does not solve your problem now!
I suggest your convert everything to upper case so you can do the...
November 19, 2007 at 1:35 pm
Did you call the AddRow() method on your output buffer? If not, you will not get any output from your script component.
November 19, 2007 at 1:26 pm
Absolutely - one fact table and a time dimension. So if you understand that, please explain what your problem is with getting the grouping?
November 19, 2007 at 9:58 am
Viewing 15 posts - 1 through 15 (of 23 total)