Viewing 15 posts - 21,826 through 21,840 (of 59,072 total)
halmuslim12 (1/19/2015)
In oracle DB from command line to describe the table columns / definition you can use : describe "Table Name " what...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 19, 2015 at 12:52 am
GilaMonster (1/15/2015)
Sean Lange (1/15/2015)
EXISTS(select 1
is way faster than just select *. I know Gail has an article on her...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 18, 2015 at 5:32 pm
dwain.c (1/18/2015)
--Jeff Moden
Change is inevitable... Change for the better is not.
January 18, 2015 at 5:26 pm
Meatloaf (1/18/2015)
--Jeff Moden
Change is inevitable... Change for the better is not.
January 18, 2015 at 3:57 pm
Grant Fritchey (1/18/2015)
WayneS (1/18/2015)
How many folks have a home lab set up with servers?
How many folks just use virtual machines on a computer (be it laptop, etc)?
Other?
If you...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 18, 2015 at 3:42 pm
Any long running transaction that caused the explosion in TempDB has already been killed by the system error produced when TempDB ran out of space. The chores now will...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 18, 2015 at 12:40 pm
asranantha (1/18/2015)
Table data like below
id |month|stat|count
1 |1|admit|7
2 |8|admit|47
1 |7|admit|28
2...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 18, 2015 at 12:34 pm
Meatloaf (1/18/2015)
For example I want to check the value of a field upon insert. If the value is ''...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 18, 2015 at 12:29 pm
P.S. I almost forgot... because Item #6 causes only one row to be inserted into the audit table during UPDATEs, it doubles the performance of UPDATEs. Because Item...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 18, 2015 at 12:20 pm
lawlietdba (1/17/2015)
Thanks verymuch for your suggestion. As you said I found the separate triggers for Update as well as Delete . Please explain what can be done to improve...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 18, 2015 at 11:40 am
@Lemptster,
Outstanding! Thank you for the time you took on that. I especially appreciate the methods you talked about for the promotion of packages and projects.
Shifting to the subject...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 17, 2015 at 5:56 pm
gabgo (1/17/2015)
No, there is nothing at that URL...
Considering the link on that post, reported as SPAM.
--Jeff Moden
Change is inevitable... Change for the better is not.
January 17, 2015 at 11:46 am
TheSQLGuru (1/16/2015)
Butt, the paperwork is simple, although it can smear your reputation and cause quit a stink.
Jeff, that is SOOO over the top!! 😛
Heh... yeah, sorry. I really bottomed...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 17, 2015 at 11:33 am
Eirikur correctly described what the code in the trigger does. I'll tell you that the trigger uses older methods, can be improved a bit performance-wise, has unnecessary error handling,...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 17, 2015 at 11:19 am
Eirikur Eiriksson (1/17/2015)
Jeff Moden (1/17/2015)
--Jeff Moden
Change is inevitable... Change for the better is not.
January 17, 2015 at 11:01 am
Viewing 15 posts - 21,826 through 21,840 (of 59,072 total)