Viewing 15 posts - 91 through 105 (of 106 total)
Sebastian Zeller (8/6/2014)
You could also use a simple table alias to choose from the list of columns 🙂
Select *
FROM dbo.Customers c
WHERE c.
+1
This is my preferred method, because...
August 6, 2014 at 6:57 am
We have leveraged this option to some degree. But our system also uses replication, and each new view is another article of replication we must add. We are...
August 1, 2014 at 6:24 am
patrickmcginnis59 10839 (7/30/2014)
Xavon (7/30/2014)
But you still can't use a variable before you declare it...This 'logic' makes my head hurt.
When that error is picked up, its actually checking to see if...
July 30, 2014 at 6:57 am
But you still can't use a variable before you declare it...
This 'logic' makes my head hurt.
July 30, 2014 at 6:44 am
Did some reading, watched some movies, played a few games. The normal stuff.
I did go to the local amusement park once, hope to go again.
My big vacation will be...
July 25, 2014 at 6:22 am
Stewart "Arturius" Campbell (7/3/2014)
Found myself thinking this was way too easy, where's the catch?only to find there wasn't one
Nice question, thanks Abbas
+1
This took me way too long to answer, because...
July 3, 2014 at 6:26 am
After narrowing it done to 2000 or Cloud, and realizing neither was valid by the question's own logic, I went with Cloud because with most QotD, going with the more...
June 18, 2014 at 6:27 am
I love my Surface 2 Pro, and am even adapting to Windows 8. And the Power Cover is a great, easily detachable keyboard and second battery. I used...
May 27, 2014 at 6:23 am
+1 on the Magical Kingdom of Landover series
Rick Cook's Wizardry series would make a decent set of films, but would probably be too geeky for the general public.
March 1, 2014 at 11:51 am
When the first Artemis Fowl book came out, there was a secret code in the book that was supposed to be an entry for a walk on role in the...
February 28, 2014 at 6:20 am
Because altering a table is not as simple as altering a sproc.
Altering a sproc is basically replacing it from the ground up. Altering a table is less...
February 27, 2014 at 7:06 am
A minor request, but I would very much like to have GREATEST() and LEAST() like MySQL has.
January 31, 2014 at 6:46 am
I want an official Red Ryder, carbine action, two-hundred shot range model air rifle!
Sorry, had to be said.
Seriously though, my netbook just died, so I have been looking for...
December 13, 2013 at 7:19 am
My surname is deJager; with the 'J' pronounced as a 'Y'. So I run into both pronunciation and spelling issues, as it is ingrained into people to capitalize the...
October 28, 2013 at 6:27 am
Richard Warr (9/11/2013)
Secondly, and more importantly, I am a computer professional. I work in a world of absolutes. Compilers do not give you credit for the code you...
September 11, 2013 at 11:14 am
Viewing 15 posts - 91 through 105 (of 106 total)