Viewing 15 posts - 511 through 525 (of 551 total)
Got it right after a lot thinking, cause I looked the question wrongly. I saw 1000, 8060 and 65365 all of a sudden I took the data type in to...
August 24, 2012 at 12:29 am
Thanks for the good question. π
wish to see more like this.
(I guess this depends on the initial type of the data which in the first position.
For this "select '130'+'120'+1" it...
August 22, 2012 at 12:03 am
SomewhereSomehow (8/7/2012)
After that, when you want to query created...
August 7, 2012 at 2:06 am
Alex Fekken (7/18/2012)
"It is so frustrating: every table that I date turns out to be a relation."
π
P1: Wanna DATE?
P2: Which format?
August 5, 2012 at 2:34 am
Hello; nice question indeed.:-)
The below code which I have copied/written from the QotD email which I received today and this gives me the result as "1,error error, error" due to...
August 4, 2012 at 7:26 am
R.P.Rozema (3/8/2012)
Raghavendra Mudugal (3/8/2012)
(from next time rather converting to image, it will be better to paste the exact SQL)
Actually no. The code was intentionally presented as a picture for 2...
March 8, 2012 at 6:48 am
Nice.
(from next time rather converting to image, it will be better to paste the exact SQL)
March 8, 2012 at 6:16 am
Nils Gustav StrΓ₯bΓΈ (3/6/2012)
Hugo Kornelis (3/6/2012)
Nils Gustav StrΓ₯bΓΈ (3/6/2012)
And here comes the first complaint of the day (sorry) π
So this view properly implements row-level security, allowing a "normal" user to...
March 6, 2012 at 3:53 am
thats the whole point.
not sure why this is an issue? as a end user can't go and query the MSDB on the table you have mentioned.
And such task are mainly...
March 6, 2012 at 3:28 am
sknox (3/1/2012)
hamid_exe2007 (3/1/2012)
Because the ANSI_NULLS is on, if you set it off , it will show and work
If you set ANSI_NULLS off, your code will be incompatible with current standards...
March 1, 2012 at 6:23 am
hamid_exe2007 (3/1/2012)
Because the ANSI_NULLS is on, if you set it off , it will show and work
Awesome π
March 1, 2012 at 5:16 am
Woooohooooo 1 is mine today. π
SELECT ID, Name FROM
(
SELECT 1 AS ID, 'Active' AS name
UNION ALL
SELECT 2, 'Active'
UNION ALL
SELECT 3, 'InActive'
UNION ALL
SELECT 4, NULL
UNION ALL
SELECT 5, 'Idle'
UNION...
March 1, 2012 at 4:45 am
It gives me this error on the 2nd block
Msg 8117, Level 16, State 1, Line 3
Operand data type char is invalid for multiply operator.
I guess E stands for ERROR?
February 29, 2012 at 1:48 am
(sorry for cheating) but I really don't get it π
(by the way the question is really cool, i know remember one requirement which I had on the similar thing where...
February 27, 2012 at 2:54 am
Viewing 15 posts - 511 through 525 (of 551 total)