Viewing 15 posts - 4,111 through 4,125 (of 11,678 total)
Chris Becker (11/27/2013)
November 28, 2013 at 12:24 am
The SUM function ignores NULL values.
But, a regular sum also ignores 0 values (x + 0 = x).
So both expressions are equal. sum(ISNULL(i,0)) has a few operations more than the...
November 28, 2013 at 12:21 am
With formatting I mean the table schema: columns, column names, data types et cetera.
November 27, 2013 at 2:13 pm
What is the data type of @tSprocSQL1?
November 27, 2013 at 5:45 am
What do you mean with "This query does not work"?
Do you get an error message?
November 27, 2013 at 4:32 am
NULLS are first alphabetically. If you want them last, you need to sort Plantnumber descending.
Or you can add a dedicated sort column: all rows which are not null have 1,...
November 27, 2013 at 4:15 am
Phil Parkin (11/27/2013)
Koen Verbeeck (11/27/2013)
Phil Parkin (11/27/2013)
Koen Verbeeck (11/26/2013)
Can you post a screenshot? Normally all packages should run in parallel when executed from the master package.
You should bear in mind...
November 27, 2013 at 3:31 am
Phil Parkin (11/27/2013)
Koen Verbeeck (11/26/2013)
Can you post a screenshot? Normally all packages should run in parallel when executed from the master package.
You should bear in mind what the packages are...
November 27, 2013 at 3:20 am
Jeff Moden (11/26/2013)
The signs should say that you'll be towed after 2 hours UNLESS you register your vehicle with the folks inside. ...
November 27, 2013 at 3:18 am
I also recommend the trainings by Chris Webb. I followed his SSAS Tabular training (together with Alberto Ferrari as a teacher) and his knowledge of SSAS is overwhelming. He is...
November 27, 2013 at 3:11 am
This is as expected.
If a configuration fails, it throws a warning (not an error) and the package will continue with the design time values.
If you don't want this, you can...
November 27, 2013 at 2:46 am
Is it possible to show us the first screen of the configuration?
November 27, 2013 at 2:40 am
ticketing is a SQL Server user on the other server?
November 27, 2013 at 1:33 am
bkshn (11/27/2013)
BUT I'm sure about my user and password :ermm:
I can't see the screenshot you posted.
Can you add it as an attachment instead?
November 27, 2013 at 1:23 am
Viewing 15 posts - 4,111 through 4,125 (of 11,678 total)