Viewing 15 posts - 16 through 30 (of 109 total)
No test can reveal how an employee would perform in the future. Some minimum standards are necessary, at least to weed out clearly unqualified people. Past experience, certificates, degrees, and...
July 2, 2010 at 12:01 am
Good parsing technique.
Even though @strDataSet is declared as max, aren't the procedure parameters limited to max length of only 128 characters? That limits the longest string that can be...
June 16, 2010 at 11:36 am
Adam Gojdas (6/14/2010)
'M' is a name already taken for a language. M is the name for the language once called MUMPS.
Yes indeed, and after looking Quadrant screen casts using...
June 14, 2010 at 10:46 pm
"SQL Server Management Studio (SSMS) is a victory of ingenuity and energy..."
Thanks for a good laugh. I always thought of SSMS as a mobile home attached to the space shuttle.
June 12, 2010 at 11:29 pm
Yes CTEs have their role but I'm wondering if it's a replacement in an highly optimized star schema warehousing solution.
On the plus side, the date format in the CTE...
June 1, 2010 at 8:56 am
Wonderful.
Even more useful is the idea that your technique can bridge grammars between SQL and other external apps and not just search.
May 31, 2010 at 10:58 am
UNION, INTERSECT, and EXCEPT round out basic set operations at the domain level (with tables) instead of the tuple level (with joins). Domain level operations can make code in some...
May 20, 2010 at 11:35 pm
A lot of times it also depends on who is asking you to the job, how is it being asked, and what comes after (net +ve or -ve). If the...
May 20, 2010 at 2:43 pm
Jeff Moden (5/16/2010)
sjsubscribe (5/16/2010)
SSMS is probably the weakest link in the entire SQL tool chain.How so?
Compared to the stability and usability of Enterprise Manager it replaced, there's no contest. There...
May 16, 2010 at 4:30 pm
SSMS is probably the weakest link in the entire SQL tool chain.
May 16, 2010 at 8:34 am
mike.renwick-894639 (5/7/2010)
snip... how they can prove that what is in their source repository is exactly and only what is in their production environment. ...snip
One automatic way to...
May 7, 2010 at 9:50 am
For several of applications, I implemented VCS functionality in SQL using these steps:
1. Create a database trigger to capture DDL events using EventData() in xml format. I include other metadata...
May 6, 2010 at 9:09 am
This is another sign that normal order of things, such as perf eval, annual reviews, peer feedback, and so on are not working. In one organization I worked, we had...
April 30, 2010 at 9:21 am
Reminds me of Bobby Tables cartoon. ;=)
Besides the obvious injection issues that need to be closed, security can be made only as strong the organization wants. I've seen situations where...
April 20, 2010 at 10:33 am
A company used to award free home computer until a couple of years later one employee refused. Then everyone caught on that the home computer put them on-call for anything...
April 16, 2010 at 8:03 am
Viewing 15 posts - 16 through 30 (of 109 total)