Viewing 15 posts - 766 through 780 (of 4,820 total)
August 7, 2018 at 9:48 am
August 7, 2018 at 8:19 am
If I understand you correctly, you have one version of an 18GB table, but in some fashion need 36 versions of it? As that's a pretty sizable increase in disk...
August 7, 2018 at 7:29 am
August 7, 2018 at 6:52 am
August 7, 2018 at 6:45 am
Just an FYI, but that code introduces an unnecessary implicit conversion by using a string to represent negative 1. Here's the code fully indented and just removing the single quotes...
August 7, 2018 at 6:18 am
Charles,
Try the following link on an artical about...
August 7, 2018 at 6:11 am
I just deleted a lot of rows in a table to gain more...
August 6, 2018 at 10:48 am
August 6, 2018 at 9:53 am
Have you considered making use of DATEDIFF(day, DUE, CONVERT(date, GETDATE())) ?
August 6, 2018 at 9:50 am
Okay, I'm totally confused. Since when has the term "variance" come to mean something other than the difference for a set of exactly two values? If we were talking about...
August 6, 2018 at 9:43 am
Here's the FieldActivations table create so that folks can more easily create something testable....CREATE TABLE #FIELD_ACTIVATIONS (
FieldName tinyint NOT NULL,
CategoryID tinyint NOT NULL,
IsActive bit NOT NULL,
August 6, 2018 at 8:49 am
August 6, 2018 at 6:55 am
August 2, 2018 at 6:22 am
And how, exactly, was your package configured for the File connection manager? Also, does your data perhaps contain CR/LF in the middle of that blob data ?
EDIT: Or...
August 2, 2018 at 6:12 am
Viewing 15 posts - 766 through 780 (of 4,820 total)