Viewing 15 posts - 11,101 through 11,115 (of 13,877 total)
cyndi_kemp (10/12/2011)
October 12, 2011 at 8:38 am
SET @someval = ISNULL((SELECT Name FROM SOMETABLE WHERE ID=3),'')
OR
SELECT @someval = ISNULL(Name,'') FROM SOMETABLE WHERE ID=3
This assumes that the subquery returns no more than one row, which might not be...
October 12, 2011 at 7:20 am
This question is not detailed enough.
Please provide sample data, showing source data and desired output, as described in the link in my signature.
October 12, 2011 at 2:39 am
Files in the same folder cannot have the same name.
Best practice is to move your files to an archive folder after processing them - so the only files in the...
October 11, 2011 at 10:20 am
Why not just use a Foreach loop to process all files in the folder, regardless of name?
Or maybe *.txt - whatever works.
Do the files need to be processed in order?
October 11, 2011 at 10:06 am
great timing bkupicek
You can say that again.
Or can you?
😀
October 11, 2011 at 9:10 am
If this code is driving an Execute SQL task and a number is required for a subsequent precedence constraint, the query should return a number!
October 10, 2011 at 2:13 pm
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
Viewing 15 posts - 11,101 through 11,115 (of 13,877 total)