Viewing 15 posts - 41,611 through 41,625 (of 59,067 total)
Nice article, Wagner! Articles of this nature should be required reading for anyone just starting out in SQL and those that enjoy a refresher. Well done. In...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 7, 2009 at 8:04 am
Chris.Strolia-Davis (10/7/2009)
You mentioned not knowing a real world application of the CROSS JOIN.
In my experience, this is typically used for creating test data.
Sometimes you need to test data in...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 7, 2009 at 7:59 am
Jason, I sense a storm brewing...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 7, 2009 at 12:44 am
Thanks for the feedback. I look forward to what you may find because I can see this becoming more of a problem in the future.
--Jeff Moden
Change is inevitable... Change for the better is not.
October 6, 2009 at 11:37 am
Are these interview questions, homework questions, or test questions?
--Jeff Moden
Change is inevitable... Change for the better is not.
October 5, 2009 at 10:58 pm
If the data for both servers are stored on a SAN, then SAN Snapshots are the best in my option. Once setup, it only takes a minute or two...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 5, 2009 at 10:48 pm
Proper calculation of age should never include /365.35. It also doesn't need to be complex...
DECLARE @DOB DATETIME
SET @DOB = '2008-03-01'
DECLARE @Now DATETIME
SET @Now = '2009-03-01'
--===== This is the proper...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 5, 2009 at 10:40 pm
Hello? Is this thing on? 😉
--Jeff Moden
Change is inevitable... Change for the better is not.
October 5, 2009 at 10:35 pm
Owing to the random nature of the problem and the fact than RPC Complete isn't showing anything (the bad thing has to actually complete to have RPC Complete capture it),...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 5, 2009 at 10:29 pm
How are you generating the script for the object?
--Jeff Moden
Change is inevitable... Change for the better is not.
October 5, 2009 at 10:22 pm
I don't know what it's called in Vista but turn on the equivalent of TaskMgr and see what the cpu and kernal are doing. If the cpu is pegging,...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 5, 2009 at 10:21 pm
It would also help if the documented code matched the documented results.
--Jeff Moden
Change is inevitable... Change for the better is not.
October 5, 2009 at 10:07 pm
Then you'll like this pro tip... what you are apparently calling rows are really columns.
--Jeff Moden
Change is inevitable... Change for the better is not.
October 5, 2009 at 10:04 pm
Post the query.
--Jeff Moden
Change is inevitable... Change for the better is not.
October 5, 2009 at 10:01 pm
Francis Yee-483501 (10/5/2009)
Guys, thank you for the efforts and I got the solution already.Thanks again.:satisfied:
Cool. Can you post your solution, please?
--Jeff Moden
Change is inevitable... Change for the better is not.
October 5, 2009 at 9:57 pm
Viewing 15 posts - 41,611 through 41,625 (of 59,067 total)