Viewing 15 posts - 3,526 through 3,540 (of 5,394 total)
david.alcock (1/12/2011)
CREATE SCHEMA dba
CREATE ROLE schema_test
GRANT EXECUTE ON SCHEMA::dba TO schema_test
CREATE PROCEDURE dba.Test_Schema
AS SELECT * FROM dbo.MyTestTable
When I view the permissions...
January 12, 2011 at 3:06 am
Lynn Pettis (1/8/2011)
I am enjoying the opportunity to learn Oracle, but the more I work with it the more I'd like to come back to SQL Server.
Agreed. Fortunately I still...
January 10, 2011 at 1:41 am
ColdCoffee (1/1/2011)
Excellent article Gian.. very precise and elegant...
Thank you, Mr. Coffee.
January 1, 2011 at 1:52 pm
Solomon Rutzky (12/31/2010)
Hello Gianluca. First, thanks for your answer about how to update the state of the DB via a CLR Function.
Now, I do have a MySQL instance to...
January 1, 2011 at 1:49 pm
Happy New Year to all the threadizens!
See you next year!
December 31, 2010 at 4:31 am
magarity kerns (12/30/2010)
December 31, 2010 at 1:31 am
CirquedeSQLeil (12/31/2010)
Well done Gianluca
Thank you, Jason.
December 31, 2010 at 12:49 am
sknox (12/30/2010)
Gianluca Sartori (12/30/2010)
sknox (12/30/2010)
So you have to evaluate both sides of the XOR.
When first name is null and middle name is not null, the second part of the or...
December 31, 2010 at 12:48 am
magarity kerns (12/30/2010)
select 'A' from dual where 1/0 = 1 AND 1=0;
(at least on Oracle 10g) will give...
December 30, 2010 at 3:01 pm
Solomon Rutzky (12/30/2010)
Gianluca Sartori (12/30/2010)
As a side note, a CLR function can update data. 😉
Hello Gianluca. Thanks for a great and thorough article :).
This is slightly off topic, but...
December 30, 2010 at 2:52 pm
Daniel Ruehle (12/30/2010)
December 30, 2010 at 2:50 pm
magarity kerns (12/30/2010)
December 30, 2010 at 2:41 pm
LutzM (12/30/2010)
Gianluca, thanx for sharing an EXCELLENT article!!!
Thanks, Lutz.
December 30, 2010 at 2:34 pm
sknox (12/30/2010)
So you have to evaluate both sides of the XOR.
When first name is null and middle name is not null, the second part of the or expression does not...
December 30, 2010 at 2:30 pm
Daniel Ruehle (12/30/2010)
select
*
from
Person
where
1 = 1
and...
December 30, 2010 at 9:17 am
Viewing 15 posts - 3,526 through 3,540 (of 5,394 total)