Viewing 15 posts - 376 through 390 (of 880 total)
Not convinced AdventureWorks is a good representation of what your real situation is; In your CTE you are grouping by ProductId and then grouping again in your query, so you are...
January 7, 2018 at 12:46 am
I agree with everything that has been said, and not sure why you would want a trigger. That said this may be of some assistance although I am fairly certain Jeff...
January 5, 2018 at 10:21 pm
January 5, 2018 at 1:49 pm
To be helpful, you seem to want to update the orders table. I doubt there is a column ShippedToMexico, more likely ShippedTo, so that is the column you wish to...
January 5, 2018 at 10:35 am
January 5, 2018 at 10:05 am
January 5, 2018 at 8:29 am
January 5, 2018 at 7:54 am
To be controversial, Don:t do either with the caveat of 'if it contains data pertaining to an individual or an identifiable individual', if this is the case I would script...
January 5, 2018 at 7:44 am
There is, or at least was, a free tool from Microsoft that can help in discovering all SQL installations, have not used it in years but it is used in...
January 5, 2018 at 6:49 am
Could you post DDL and some sample data, this may help.others to help you.
January 5, 2018 at 6:10 am
January 4, 2018 at 11:21 pm
Viewing 15 posts - 376 through 390 (of 880 total)