Viewing 10 posts - 16 through 25 (of 25 total)
Sounds like an interesting option although I am not sure how to do it. What is happening now is the package is going into SAP and extracting data from a...
August 6, 2010 at 8:03 am
I am not sure I understand why that will keep the package from failing. Sounds like it will write the bad record to a table but then fail the package...
August 6, 2010 at 6:31 am
Go in Report Manager. Click on the subscriptions tab. Choose new subscription. Enter the email addresses. Set a schedule. Click OK.
August 5, 2010 at 1:33 pm
Thanks Guys!
It was not a sproc I wrote and I hadn't spent enough time reviewing the code. Once I added the companyID to the table and the join it worked...
June 8, 2010 at 6:58 am
Not sure if you're just trying to get the beginning and end of a month or the day that the month begins and ends on.
CREATE FUNCTION [dbo].[dbFunc_GetFirstDayOfMonth]
( @pInputDate DATETIME...
September 3, 2009 at 7:13 am
An easy alternative - depending on your set up - is to go to Report Manager, click on the report in question, view properties/security and it gives a listing of...
September 3, 2009 at 6:58 am
The question is how do I reduce what I have now from multiple sprocs to maybe one? There has to be a simple way and I think I get caught...
November 14, 2008 at 12:32 pm
Dude, you rock! The last time I did that it was an incredibly painful process; detach database; move everything over; redirect and redo indexes; double check permissions; reattach database. This...
September 30, 2008 at 3:46 pm
Just to be sure this is the best way to go about achieving what I need to accomplish; here's the scenario.
Today, I need to free up space on existing drives...
September 30, 2008 at 8:56 am
Thanks Jack! I knew it was simple and for whatever reason [it's Monday] was just having a brain glitch. Worked like a charm. Thanks again.
July 14, 2008 at 1:40 pm
Viewing 10 posts - 16 through 25 (of 25 total)