Viewing 15 posts - 271 through 285 (of 516 total)
cfradenburg (10/25/2012)
Kenneth.Fisher (10/22/2012)
October 25, 2012 at 9:06 am
Jamsheer (10/24/2012)
Thanks for Good question.."Eid Mubarak" to all my SQL Friends.. 🙂
"Eid Mubarak" Jamsheer 🙂
October 25, 2012 at 12:37 am
Thanks for this question Ron. I was little confused when I saw this phrase "USING SQL SERVER 2012" 🙂
I think PARSENAME result will remain same for SS2005, SS2008, SS2008 R2...
October 25, 2012 at 12:36 am
Primo Dang (10/23/2012)
WayneS (10/23/2012)
table can contain unlimited number of duplicate foreign keys, though the recommended maximum is 253
So, we're now recommending building duplicate foreign keys?
Personally, I thought that this...
October 23, 2012 at 7:50 am
call.copse (10/23/2012)
October 23, 2012 at 5:53 am
rati0090 (10/23/2012)
gud 1 but it should be 253 as their is a limit of 253
This is the recommended maximum limit, but you can have infinite number of FK constraints in...
October 23, 2012 at 1:33 am
kapil_kk (10/22/2012)
CREATE TABLE IdentTest
( Ident INT NOT NULL IDENTITY (1,1)
, varfield varchar(100)
)
INSERT INTO IdentTest VALUES ('xyz') --...
October 22, 2012 at 12:50 am
kapil_kk (10/22/2012)
October 22, 2012 at 12:32 am
kapil_kk (10/22/2012)
October 22, 2012 at 12:27 am
john.arnott (10/21/2012)
If the code presented had one more statement amnd asked for the max(Ident)...
CREATE TABLE IdentTest
( Ident...
October 21, 2012 at 11:18 pm
Very nice question indeed. Guess what sould be the output of the last select statement, If I add a TRUNCATE statement in the code as well:
CREATE TABLE IdentTest
( Ident...
October 21, 2012 at 10:55 pm
kapil_kk (10/17/2012)
today's...
October 17, 2012 at 4:15 am
philip.cullingworth (10/17/2012)
Lokesh,Thanks for correcting my mistake. What comes of trying to write a response before the coffee has kicked in.
Philip
You are welcome 🙂
October 17, 2012 at 4:14 am
philip.cullingworth (10/17/2012)
October 17, 2012 at 1:28 am
Viewing 15 posts - 271 through 285 (of 516 total)