Viewing 15 posts - 91 through 105 (of 106 total)
mluszczynski (10/16/2014)
I'm not going to complain about missing points because guess what, I've got a point by posting this.
Good point 😉 but that won't fix your stats. I would prefer...
October 16, 2014 at 2:22 am
October 16, 2014 at 12:27 am
gyan_119 (10/15/2014)
Can anyone tell when column name given as "ID", why is not giving error?
Because ID is not a reserved word as column. If you want to use SELECT column...
October 16, 2014 at 12:23 am
jaimepc199 (10/15/2014)
My apologize for this "mistake" over the QOTD, i really don't know what happened since the original query was:
CREATE PROCEDURE my_sp AS
SELECT columns FROM my_table
My intention was...
October 15, 2014 at 8:29 am
paul.knibbs (10/15/2014)
October 15, 2014 at 2:08 am
By the way, no error if you use this syntax:
CREATE PROCEDURE my_sp AS
SELECT [column] FROM my_table
October 15, 2014 at 1:12 am
Same error: Msg 156, Level 15, State 1, Procedure my_sp, Line 2
Incorrect syntax near the keyword 'FROM'.
October 15, 2014 at 1:10 am
I do, in fact, understand the MERGE statement, but for some reason checked the wrong box when I was picking the answer. The question and answer are on different tabs...
September 9, 2014 at 7:38 am
I see I'm not the only one who checked Sales as valid answer. Now I feel better 🙂
September 9, 2014 at 1:37 am
Hi SQL Lover,
my mistake, not user but developers. Let me try to explain how it works. We have RFCs and developers solve them providing us with queries...
June 3, 2014 at 2:16 pm
Hi,
thanks for your answer. This is just for a QA environment and it won't run in Live. What I'm trying to do is just save that information,...
June 3, 2014 at 9:59 am
I've used VMWare Player (now Player Plus) and VirtualBox. Both are good, unfortunately it's not so easy to change from one to another (I've tried this week).
With a PC...
February 14, 2014 at 8:31 am
This is a definition for a field in a very nice view I've designed to solve a problem:
(SELECT INTERNETID
...
December 5, 2013 at 1:40 am
Thanks Jeff, I will review the article, it looks exactly what I need.
July 19, 2013 at 8:36 am
Viewing 15 posts - 91 through 105 (of 106 total)