Viewing 15 posts - 4,231 through 4,245 (of 6,486 total)
woohoo! I won!!!!! 😀
:cool::w00t:;):P:D:):hehe:
Just kidding around. It's good to have to defend your positions from time to time: makes you have to remember why you now assume a...
March 11, 2008 at 4:37 pm
If it were simply a matter of "more elegant" - I wouldn't even argue. I'm however talking performance. It saves you a scan of the table altogether. ...
March 11, 2008 at 4:29 pm
I think your key is - it's not exporting assuming Excel 2007. From what i remember - the documentation stated "for export into Excel 2000 or later" - meaning,...
March 11, 2008 at 4:04 pm
meaning:
insert into dbo.PayerContracts (PUID, ContractID, PyrContractUID,
...
March 11, 2008 at 3:52 pm
Just skip mentioning the timestamp column in both the INSERT and the embedded OPENQUERY. I'm thinking that will fix the issue.
March 11, 2008 at 3:50 pm
Jack Corbett (3/11/2008)
You mean to say you added columns to a table IN the ReportServer database? Why?
I had to do a double-take on that one as well. If...
March 11, 2008 at 3:33 pm
Fair enough. It took me a little staring at it to see an issue and make a guess that that was it.
glad I "got it right"....
March 11, 2008 at 3:25 pm
antonio.collins (3/11/2008)
March 11, 2008 at 3:09 pm
From some testing - looks like yes. even using a varchar(8000) vs varchar(max) shows some rather marked differences.
March 11, 2008 at 2:56 pm
Or - you could just read the results from sp_helpdb....
March 11, 2008 at 2:29 pm
antonio.collins (3/11/2008)
however, why use...
March 11, 2008 at 2:21 pm
I wasn't very specific before. You need to move the
rollback tran a1
to be your first statement in the catch. everything prior to that is part of Tran a1,...
March 11, 2008 at 2:12 pm
My first question would be - how are you sure that the second catch is firing?
According to the way you've got it written, the second TRY/CATCH express is enclosed inside...
March 11, 2008 at 2:04 pm
Bob Fazio (3/11/2008)
Dave Zavasnik (3/11/2008)
Selects - ClusteredInserts - Non Clustered.
....
If you are saying that if your table is...
March 11, 2008 at 1:23 pm
In order to get the days you want, even days with no data, you'd have to join your sales data to a dates table. Meaning a table with an...
March 11, 2008 at 1:13 pm
Viewing 15 posts - 4,231 through 4,245 (of 6,486 total)