Viewing 15 posts - 1 through 15 (of 17 total)
I ran that exact script to test for numerics and a few others and they all came back as numerics. In regards to T.ORTRXAMT, even if I don't have...
June 25, 2010 at 7:58 am
Yeah I saw that post. The curious thing is this thing has worked for almost a year and just stopped working either after installing SQL 2005 SP2 or an...
January 16, 2008 at 9:53 am
Yes. That is the first thing I thought of. I even went as far as temporarily setting the SQL Agent Service user Administrator rights.
January 16, 2008 at 9:40 am
-min -m C:\FOLDER\File.zip C:\FOLDER\*.txt
January 16, 2008 at 9:20 am
Any help with this would be greatly appreciated!
October 30, 2007 at 8:27 am
That was it Steve. I didn't remember doing it, BUT the default is not to show them in the cube browser in VS as well. You have to select to...
November 14, 2006 at 10:10 pm
Excel 2007.
I am not sure what it truly is since it is created in the Business Logic wizard of VS. Some of the code is hidden when this is used.
Since...
November 14, 2006 at 8:48 pm
Okay. Cleared the keys and reinputted them and it got me in but now its giving me the ol' "Bad Data" errors on the reports and when I go into...
September 28, 2006 at 11:40 am
Yeah did all that. The install works if I wipe out the RSDBKEY, but it would take a long time to set everything back up on Data Sources and such. ...
September 28, 2006 at 11:32 am
Any help with this at all would be greatly appreciated. I'm dying here. This is not the only report we are having this problem with and they are crucial reports...
August 21, 2006 at 4:03 pm
Chris,
THe report has drill down detail, so Excel is required. Plus, the users like to reformat and massage the data.
Here's the code:
<?xml version="1.0" encoding="utf-8"?>
<Report xmlns="http://schemas.microsoft.com/sqlserver/reporting/2003/10/reportdefinition" xmlns:rd="http://schemas.microsoft.com/SQLServer/reporting/reportdesigner">
<PageHeader>
<ReportItems>
...
August 14, 2006 at 3:58 pm
Thanks for responding Chris...
The report exports to CSV and PDF no problem. The Open/Save dialog box pops up immediately, whereas the dialog box never appears with the Excel export. The export doesn't...
August 14, 2006 at 2:24 pm
What would be the disadvantage of using derived tables like:
Select
IM.Item, ISYR1.SalesYR1, ISYR2.SALESYR2
from ItemMaster IM
Inner Join
(Select Item, ItemSales as SalesYR1 from SalesDetail where Date <= @param1 and Date >= @param2) ISYR1
on IM.ITEM...
April 12, 2006 at 8:56 am
Coach James,
I have tried just exporting to excel from two sources: 1) Preview in the Report Designer in Visual Studio 2) internet explorer through Report Manager. Also I have had...
June 10, 2005 at 7:51 am
Bill,
Thanks for the reply. I am using just a few rows to test the export and opening it in Notepad. Again, no quotes around text fields. Very frustrating!
February 2, 2005 at 7:35 am
Viewing 15 posts - 1 through 15 (of 17 total)