Viewing 8 posts - 31 through 38 (of 38 total)
Hi,
Thanks for the reply. 🙂
Yes, an SQL Server agent job that runs overnight and polls my results table will work, it will at least provide my user with notifications but...
March 6, 2009 at 3:40 am
Here is the complete sequence of tasks in the workflow:
1. Get list of current Sales Order from db
2. Get list of current System Stock from db
3. Get list of current...
September 25, 2008 at 10:08 am
Hi Jonathan,
Thanks for your reply.
Unfortunately, I couldn't find a way to make the logic work in T-SQL.
Basically I need to update the main table with rows from the 4 sub-tables,...
September 25, 2008 at 3:15 am
Well I spent two days on this and couldn't get the trigger to work even though the code works fine when run outside of my trigger.
Eventually I simply moved the...
April 17, 2008 at 9:54 am
Thanks for the excellent advice guys.
Having done some further work on this along the lines you suggested I have reached the conclusion that a custom control in my report to...
April 17, 2008 at 9:51 am
Thanks for the replys.
I am using SQL Server Business Intelligence Development Studio/VS 2005 to develop my report.
There are two queries used in my report. The first is just a lookup...
April 4, 2008 at 2:18 am
I have added a second parameter to the report. The problem I am experiencing is that the items in the first multi-value parameter are not linked with those in the...
April 3, 2008 at 1:54 am
I had not used CTE's before but having now looked their recursive properties they do provide exactly what I needed.
Many thanks. 🙂
March 25, 2008 at 5:43 am
Viewing 8 posts - 31 through 38 (of 38 total)