Viewing 15 posts - 46 through 60 (of 82 total)
I assume you know how to do it in T-SQL...... Month(DateField) and Year(DateField). You can use the same functions in Excel, Month and Year. Lookup functions in Excel and you...
March 26, 2008 at 7:24 pm
There are 2 ways I would go about this:
1) Import the spreadsheet into a SQL table (possibly using the Import/Export Wizard), THEN do your comparison. You also wouldn't need to...
March 25, 2008 at 10:16 am
Here's more info. I created the package on the server that will be running the job. The SSIS package is in the MSDB database. After I create the SSIS package,...
March 24, 2008 at 9:55 am
Okey dokey, it's Monday and guess what?.......... The job failed because of the same error. I'm quite perplexed. I also cannot run the SSIS package manually because of the same...
March 24, 2008 at 8:40 am
Jeff, your answer was funny. I knew it was a joke. On a more serious note, if they CAN use the Developer version, they might see a few things they...
March 22, 2008 at 8:39 am
OK, talked to my network guy and he suggested backing down from IE7 to IE6. I did that and that seems to have worked. I had to re-created the SSIS...
March 22, 2008 at 8:02 am
OK, so all I had to do was put the url of the SMTP server in that field for "SMTP Server"? Wow, that was TOO easy. I feel like I've...
March 19, 2008 at 2:07 pm
I agree with SQLZ. I always try to do as much work as possible in my stored procedure, then display it on the report. At that point all you have...
March 18, 2008 at 9:15 am
OK, never mind. I found the error. I modified the file according to the MS Community article. I had to stop and start the SSIS service.
March 12, 2008 at 9:33 am
I ran into the same problem with SSRS2005. I had an sp that took only 10 seconds to retrieve the data, but SSRS2005 took about 3 minutes to run. The...
March 11, 2008 at 1:59 pm
I have always wondered the value of putting the drill-down into the Report. Shouldn't a webpage be used to drill-down into the detail and just use the report for the...
March 11, 2008 at 1:55 pm
Make sure that your stored procedure has fully qualified tables & database names, i.e. not just Sales but Production.dbo.Sales in the FROM clause. Then in the source for your report,...
March 11, 2008 at 1:49 pm
I also like Matt's solution. I do this all the time. The only problem with that is that I use an ODBC connection/dsn and you have to set that up...
February 25, 2008 at 9:01 am
Viewing 15 posts - 46 through 60 (of 82 total)