Viewing 15 posts - 61 through 75 (of 119 total)
It says the problem with converting the expression to int.
I see only the date expression in this query, do you use any other expression also?
Also you can rewrite date_begin >=...
June 28, 2016 at 7:56 am
I believe its not a replication issue.
Please check with your admin team to investigate the issue with this VM.
June 28, 2016 at 2:19 am
Please check the SQLAgent whether its running or not on the server.
If its running, then it seems the required replication job is already running from previous execution ; restart it...
June 28, 2016 at 12:48 am
please share the error description and screenshot(s).
June 27, 2016 at 11:27 pm
Let us know the work you have already completed and where exactly you've struck so that we can help you.
June 27, 2016 at 10:32 pm
I think implementing the solution with CTE's is the best possible one; if not this, we need to think of using window functions if possible.
June 27, 2016 at 10:17 am
What's the final result you are expecting after combining the queries?
June 27, 2016 at 8:03 am
Please Ignore my previous clarification as its based on your first solution.
June 27, 2016 at 7:46 am
Can you explain why you are adding QtyDemand here?
My doubt is since for 1st row the demand is supplied using the quantity in that row, then why should we SUM...
June 27, 2016 at 7:36 am
Thanks for correcting me.
June 23, 2016 at 7:55 am
SQL Agent Jobs information is stored in msdb databases.
But In latest version of SQL Server say SQL 2012 on wards, the SQL Agent Jobs info is directly saved into SSISCatalogue...
June 23, 2016 at 7:43 am
Few tables couldn't be dropped because of SCHEMABINDING in dependent views and functions etc.
June 23, 2016 at 7:27 am
Can you explain little more, the question is unclear.
June 23, 2016 at 5:05 am
Viewing 15 posts - 61 through 75 (of 119 total)