Viewing 15 posts - 11,101 through 11,115 (of 13,872 total)
IF ( SELECT COUNT(t.name) AS CheckQuery FROM (
SELECT f.name FROM fleets f
WHERE f.name NOT IN ( SELECT C.CompanyName FROM Company C
LEFT JOIN Accounts A ON A.CompanyName =...
October 10, 2011 at 2:01 pm
steveb. (10/6/2011)
Raunak Jhawar (10/6/2011)
Phil Parkin (10/6/2011)
Raunak Jhawar (10/6/2011)
If SQL 2008 and upwards...please follow the link herePlease describe how to use that within an SSIS package.
Execute SQL Task/Script Task
This is...
October 6, 2011 at 4:41 am
Raunak Jhawar (10/6/2011)
If SQL 2008 and upwards...please follow the link here
Please describe how to use that within an SSIS package.
October 6, 2011 at 4:03 am
I suggest that you read this to help your understanding of scope.
I can't give a specific answer, because that would require me to look into the design of your report.
But,...
October 6, 2011 at 3:20 am
Oooooooh, cool!! Maybe in five years we might have actually migrated to Denali 🙂
October 5, 2011 at 2:27 pm
The error message seems self-explanatory: what is your question?
October 5, 2011 at 2:26 pm
There's still no hint of a question mark there.
If I said: "I would like a new car," would you know how to respond?
If I said: "Can you for help me...
October 5, 2011 at 3:55 am
You have told us what you are doing.
Now take the next step and ask the question, or questions, to which you would like a response.
October 5, 2011 at 2:29 am
Maybe in another five years, the answer will instead be "select the desired value from the scope dropdown menu from within the variable's properties" 🙂
October 4, 2011 at 2:07 pm
It will be there somewhere, as a tab/window - though possibly its position will vary from one PC to another, as the VS IDE is very flexible in the way...
October 4, 2011 at 4:42 am
You need the same field in both places to enable you to do a lookup, simple as that.
October 4, 2011 at 2:36 am
Unless you are able to find an algorithm which can derive short name from long name, there is no easy way.
One way to solve this permanently would be to add...
October 4, 2011 at 2:16 am
Scott Murray-240410 (9/30/2011)
September 30, 2011 at 7:23 am
This should work:
DELETE from dbo.ImportStage1
where
Column_8 <> Floor(Column_8)
September 30, 2011 at 5:54 am
...in my older version i was missing a bracket which i have now included.
Oops! 😛
September 30, 2011 at 5:28 am
Viewing 15 posts - 11,101 through 11,115 (of 13,872 total)