Viewing 15 posts - 46 through 60 (of 95 total)
The inserted table is just that: a table. For most purposes, it behaves exactly like...
June 29, 2018 at 7:40 am
June 29, 2018 at 7:34 am
I think I have made some progress but it's still not working.
This is the code I have now.....
ALTER TRIGGER [dbo].[Update_jobsAggregate]
ON [dbo].[Jobs]
FOR...
June 29, 2018 at 7:10 am
June 29, 2018 at 2:03 am
Hi Sue,
If you have a jobs table that has a million records in it, a view that aggregates that table will have to load the million rows into...
June 28, 2018 at 2:36 am
@ J Livingston SQL
Thanks for your reply. It's ok, I have talked it over with the customer and I have been able to modify a report he already...
January 18, 2018 at 5:57 am
Thank you all very much for your time and replies.
I have asked the customer to mock up a report to show me exactly what they want and...
January 17, 2018 at 6:37 am
I have tried it with and without the quotes. Without the quotes it says invalid column name
January 11, 2018 at 7:42 am
Yes, orderdateandtime is a datetime field.
January 11, 2018 at 6:57 am
Yes,
This is how it looks now and I still get the same error.
SELECT
dbo.Sales.SALESDESCRIPTION,
dbo.Groups.GROUPDESCRIPTION,
...
January 11, 2018 at 5:54 am
Thank you Thomas.
In the actual query, it's in SSRS, I use variables for the dates so the < part of the query is the variable + 1...
January 11, 2018 at 5:39 am
Yes, I just noticed the OR, I have changed that to AND now but it still gives the same error
January 11, 2018 at 5:19 am
I think I may have answered this myself
Each text box that the address details are in, number them in order of the addresslines (textbox1, textbox2 etc...)
Put...
June 1, 2017 at 11:11 am
Viewing 15 posts - 46 through 60 (of 95 total)