Viewing 15 posts - 1,846 through 1,860 (of 1,988 total)
The size of the log file won't change unless you manually shrink it, so since it grew at some point to 367MB it'll stay that size even if most of...
December 4, 2014 at 3:43 pm
Well were the file sizes you posted with or without the NO_TRUNCATE option set?
December 4, 2014 at 3:16 pm
Take out the NO_TRUNCATE option, that's basically telling it not to mark the log entries it backs up as backed up and reusable which is why your log backups keep...
December 4, 2014 at 2:05 pm
If you're really getting 90 files all in different formats then yes you would need to create 90 different flat file connects, how else is SSIS supposed to know how...
December 4, 2014 at 11:27 am
We'd need to see the data to see why it's returning more records than you want, but can you try including COUNTRY, SEGMENT, TSR_MGR_NAME and EI_TSR_MGR_NAME in the select?
Also do...
December 4, 2014 at 7:39 am
Agreed this should be handled at the web app level not the db level, not only would the web app constantly have to be checking the db for the active...
December 3, 2014 at 8:21 am
Is it really that hard to test the code out once before hitting submit?
December 3, 2014 at 7:24 am
The file attachment doesn't take wild cards so you'd need to know the exact file name somehow, there's a number of ways to get that.
As far as date formatting http://msdn.microsoft.com/en-us/library/ms187928.aspx...
December 2, 2014 at 12:38 pm
ScottPletcher (12/1/2014)
GilaMonster (11/30/2014)
river1 (11/28/2014)
What do you mean by stop using select?
I didn't say stop using select. I said stop using SELECT *. Explicitly define what columns you need and you...
December 1, 2014 at 3:01 pm
Would that approach really be worth it for what sounds like a one time job?
November 27, 2014 at 9:25 am
Anju Renjith (11/26/2014)
Could you please reword the question and let me know where I went wrong in wording the question.Thanks for your time
You phrased the question as what is the...
November 26, 2014 at 7:28 am
lshanahan (11/26/2014)
Markus (11/25/2014)
November 26, 2014 at 7:08 am
It looks like you have mismatched else statements, try rebuilding it slowly one case statement at a time. Also a lot of those case statements look redundant which will...
November 25, 2014 at 1:19 pm
Viewing 15 posts - 1,846 through 1,860 (of 1,988 total)