Viewing 15 posts - 31 through 45 (of 65 total)
It sounds like you're looking for books, videos or online content. If so disregard the rest of this message.
In the event that you're looking for training by a person,...
June 23, 2010 at 4:47 pm
Jeff Moden (3/5/2010)
The methods shown in the "CrossTabs" and "Dynamic Crosstabs" links of Lutz's signature line would probably be just what the doctor ordered for this problem.;-)
I did not look...
March 5, 2010 at 6:54 pm
lmu92 (3/5/2010)
If you need further assistance please provide table structure and...
March 5, 2010 at 6:50 pm
Phil Parkin (12/31/2009)
Why not use Windows Authentication - as desired - but have a File System task that runs first to copy the file to the local server? Then...
December 31, 2009 at 1:13 pm
dugsmith (12/31/2009)
I've used an expression to set the connection property and I've hardcoded it.
I've changed it at runtime too. Perhaps it's the '$' in the path? How do I "escape"...
December 31, 2009 at 12:16 pm
I'm just taking a shot in the dark with this but does this link help you?
http://blogs.perkinsconsulting.com/?tag=/cannot-open-the-datafile
December 31, 2009 at 11:01 am
Phil Parkin (12/31/2009)
December 31, 2009 at 10:46 am
One other thing...before we upgraded to 2005, my bulk insert scripts in Enterprise Manager worked fine on SQL Server 2000. It was only after that we upgraded to 2005...
December 30, 2009 at 10:27 pm
Mike01 (12/23/2009)
December 23, 2009 at 11:50 am
Lynn Pettis (12/9/2009)
select
AcctNum,
ChargeCode,
ROW_NUMBER() over (partition by AcctNum order by ChargeDate) as ItemNum
from
...
December 9, 2009 at 7:17 pm
Lynn Pettis (12/9/2009)
create table dbo.Charges (
AcctNum int,
...
December 9, 2009 at 7:10 pm
Lynn Pettis (12/9/2009)
Two questions. One, is itemnumber part of the table or just part of the output? Two, is the order of the charges per account important?
itemnumber is...
December 9, 2009 at 6:50 pm
Oh and each record on the subquery will contain a whole number (basically number of days) that I'd like to keep there and then do a compute sum(days) at the...
August 18, 2009 at 12:28 pm
I've never had this problem you're describing but I did find some information that may help you...
August 15, 2009 at 9:50 pm
Thanks Jack. Your answer got me started. You lost me on what you said after the corrected code. I'm new to SSRS and I wasn't sure how...
August 14, 2009 at 3:59 pm
Viewing 15 posts - 31 through 45 (of 65 total)