Viewing 15 posts - 1 through 15 (of 31 total)
The issue doesn't appear to be on the excel side but instead in the DB. I think SSIS is making that column Datetime and nulling out the invalid entry. You...
October 22, 2009 at 10:31 am
I would get rid of the '----------' lines and then mark the first row as a header when you import it. SSIS should then ignore it and correctly associate that...
October 22, 2009 at 9:57 am
Why don't you save the package in the SSIS Package Store and then you dont need to worry about disks?
-Mike
August 21, 2008 at 8:57 am
You can also do a page break in your report that will force then next section onto a new sheet in excel. If you are grouping data for example, you...
July 24, 2008 at 6:44 am
If you are using Unicode then you can store everything in the 'n' equivalent data-type. For example, if you would normally use varchar(10) then you could use nvarchar(10) same thing...
July 24, 2008 at 6:39 am
You can also right click on the table and go to Properties and then Storage and it has a row count there. I think you need be updating the table...
July 9, 2008 at 5:32 am
I love photography and taking pictures...its a great way to relax and have fun. I guess it is kinda of ironic that my former boss in IT actually got me...
June 27, 2008 at 6:52 am
Hey Michelle,
I was just curious if this issue was specific to VS or also apparent in RS/MOSS.
Question: Is the "Multi-value" options checked under properties?
May 20, 2008 at 9:35 am
Hey Michelle,
Your "default value" should be identical to your "available values" settings and it should work just fine. Have you tried it in both VS and SSRS?
May 20, 2008 at 9:09 am
mtraphagen:
If you want a default select for your parameters then you can set that up in the "Default values" section at the bottom of the "Report parameters" screen. If...
May 20, 2008 at 8:09 am
That error message means that the "cursor" is already open but it is trying to be opened again.
I would suggest you try executing you select statement against the DB2 files...
May 1, 2008 at 6:28 am
April 11, 2008 at 1:05 pm
Hey John,
Are you using a data set to derive your parameters? Can you? It is far more effective to have a table containing your values then hard-code them into your...
April 11, 2008 at 7:58 am
Viewing 15 posts - 1 through 15 (of 31 total)