Viewing 15 posts - 21,661 through 21,675 (of 59,072 total)
bjames60689 (1/28/2015)
The reason for the post was to find out...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 28, 2015 at 4:32 pm
My pleasure and welcome back!
--Jeff Moden
Change is inevitable... Change for the better is not.
January 28, 2015 at 4:28 pm
bjames60689 (1/28/2015)
Basically I want to make it so...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 28, 2015 at 3:52 pm
See the following for how to use CrossTabs and Pivots.
http://www.sqlservercentral.com/articles/T-SQL/63681/
See the following for how to make the CrossTabs dynamic.
http://www.sqlservercentral.com/articles/Crosstab/65048/
--Jeff Moden
Change is inevitable... Change for the better is not.
January 28, 2015 at 3:34 pm
Have you tried nesting the select in another query that has the ORDER BY?
--Jeff Moden
Change is inevitable... Change for the better is not.
January 28, 2015 at 3:30 pm
There's a fundamental flaw in thinking this out on the part of the client. There's a whole lot that can happen in the 1 second that ends up missing...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 28, 2015 at 3:23 pm
Excellent tweak, Eirikur! :w00t:
--Jeff Moden
Change is inevitable... Change for the better is not.
January 28, 2015 at 8:19 am
You bet, David. Thank you for the feedback.
--Jeff Moden
Change is inevitable... Change for the better is not.
January 28, 2015 at 7:21 am
Take your time. It's 1:15AM here. I'm going to bed.:-D
--Jeff Moden
Change is inevitable... Change for the better is not.
January 27, 2015 at 11:15 pm
Yes, both can but do a simple test to prove it to yourself.
--Jeff Moden
Change is inevitable... Change for the better is not.
January 27, 2015 at 11:09 pm
lawlietdba (1/27/2015)
Hi Jeff,Please explain how to create a Reporting view for Auditing using Employee table and Employee Audit Table.
Thanks
See what I just wrote above. The best way to...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 27, 2015 at 10:15 pm
David Burrows (1/26/2015)
Please clarify
You are auditing 'what was' and not 'what is'
'Insert' is the first audit row or the main row if no audit exists
and this needs...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 27, 2015 at 10:10 pm
lawlietdba (1/27/2015)
David Burrows (1/26/2015)
If a row is inserted and then deleted the audit view needs to duplicate the audit row if insert and delete is required to be shown separately.
Hi...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 27, 2015 at 9:51 pm
RunnerIE (1/7/2015)
I'm still SS2005 - The icing on the cake would be to see the ISO week calculated as well,
Please see the following article for an easy formula to incorporate.
http://www.sqlservercentral.com/articles/T-SQL/97910/
--Jeff Moden
Change is inevitable... Change for the better is not.
January 27, 2015 at 8:12 pm
Michael L John (1/27/2015)
Instead of calculating them, try this table,
What would really be interesting is to find out is, out of all the columns that people put into their calendar...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 27, 2015 at 8:02 pm
Viewing 15 posts - 21,661 through 21,675 (of 59,072 total)