Viewing 15 posts - 91 through 105 (of 926 total)
homebrew01 (7/21/2016)
The process is for a simple utility for users. They enter some parameters such as Job#, State, and search string. The Stored Procedure...
July 21, 2016 at 11:51 pm
Please check the following Linked server error not caught by TRY-CATCH
July 21, 2016 at 6:59 am
Are the all 4 scripts in Variable "@SQL_CMD" are Select statements ? If they are then that means your SPs is generating multiple result set.
you need to handle it in...
July 21, 2016 at 12:20 am
check the following Calculating Totals and Other Aggregates (Reporting Services)
July 20, 2016 at 8:24 am
can you share what is your desired output should look like?
July 20, 2016 at 8:10 am
astrid 69000 (7/20/2016)
the insert into is working, that is not my issue, the values is the issue, i am having issues passing them, and still getting the same error :w00t:
Share...
July 20, 2016 at 4:11 am
astrid 69000 (7/20/2016)
Msg 102, Level 15, State 1, Line 3
Incorrect syntax near 'Finiti'.
i...
July 20, 2016 at 2:11 am
what kind of error you are getting? in both of your versions ?
Btw, In your 1st version (Assuming there is no typo why copy t-sql) you have syntax errors.
July 20, 2016 at 1:26 am
Thanks for your feedback. you can also change your following query:
SELECT RIGHT('00' + CONVERT(VARCHAR(2), Datepart(month, Getdate())), 2)
+ RIGHT('00' + CONVERT(VARCHAR(2), Datepart(day, Getdate())), 2)
...
July 19, 2016 at 1:33 am
They only Implicit type casting to INT in your complete query it the following line:
WHERE Req.Status <> 100 AND CAST(Req.Processtime as DATE)= '2016-07-18'
As per your Table Definition Field Req.Status is...
July 19, 2016 at 12:56 am
Check the following Mystery or Junk data warehouse dimensions . This might help you understand the working.
Remember you are in the best situation to understand the requirements/scenario and...
July 18, 2016 at 12:11 am
Phil Parkin (7/15/2016)
Phil, you missed the Date column from the grouping ...
Thanks for picking that up. It was untested, pre-coffee, and it's a Friday. A dire combination, when it comes...
July 15, 2016 at 8:18 am
ronan.healy (7/15/2016)
im using 2008
you can try either of two option i have mentioned above.
July 15, 2016 at 7:29 am
Viewing 15 posts - 91 through 105 (of 926 total)