Viewing 15 posts - 4,561 through 4,575 (of 6,026 total)
djj (4/23/2014)
DECLARE @T1 VARCHAR(50);SET @T1 = (SELECT TOP(1) Col1 FROM MyTable); -- define variable first way
SELECT TOP(1) @t1 = Col1...
April 23, 2014 at 7:47 am
Of course, by breaking the MCM mold, Microsoft has insured that these minted certifications are now even more exclusive and valuable. 🙂
April 23, 2014 at 7:14 am
Given the cirsunstances, it's probably best to just hard code the definition of the temp table, which is the typical way of doing it. I wouldn't even dick around with...
April 21, 2014 at 12:27 pm
Jeff Moden (4/21/2014)
Eric M Russell (4/21/2014)
Jeff Moden (4/20/2014)
Tom Brown (4/15/2014)
April 21, 2014 at 9:17 am
In addition to the general advice "never stop learning", another piece of advice is "never stop browsing the job posting sites". The career advice dispensed by your mom the school...
April 21, 2014 at 8:31 am
Jeff Moden (4/20/2014)
Tom Brown (4/15/2014)
April 21, 2014 at 7:58 am
Doctor Who 2 (4/18/2014)
Eric M Russell (4/18/2014)
Doctor Who 2 (4/18/2014)
April 18, 2014 at 10:28 am
Today's young generation (not all of them but enough to matter) grow up with a sense of entitlement. Many get this message, perhaps inadvertently, from public schools that you get...
April 18, 2014 at 9:48 am
IMHO (4/18/2014)
April 18, 2014 at 8:53 am
A book on how to build video games or Facebook apps would make a good Christmas stocking stuffer for a kid, if you think they would be into that. I...
April 18, 2014 at 8:31 am
Doctor Who 2 (4/18/2014)
April 18, 2014 at 8:26 am
Some want to hear how much power and prestige they will have if they become an IT person.
😛
99% of newcomers entering IT looking for power and prestige...
April 18, 2014 at 8:18 am
At age 12, the only type of computing that kids are interested in is video games. If you want to tell a group of kids about your job as an...
April 18, 2014 at 7:41 am
NoSQL databases are the digital equivalent of a basement level archive with pallets full of boxes more or less organized. They typically can't function as a primary database of record...
April 17, 2014 at 12:08 pm
Ian C0ckcroft (4/16/2014)
April 17, 2014 at 11:03 am
Viewing 15 posts - 4,561 through 4,575 (of 6,026 total)