Viewing 15 posts - 211 through 225 (of 938 total)
neufeldb4 (4/13/2009)
Allow me to make some observations....If you are going to use an example, and you wish to have credibility, make your example a good one...
To anyone who frequents SSC...
April 16, 2009 at 11:26 am
Jeff Moden (4/6/2009)
Mike C (4/5/2009)
April 6, 2009 at 9:22 am
steve dassin (4/6/2009)
Sergiy (4/6/2009)
steve dassin (4/5/2009)
getting sql folks to get their head out of what is essentially a 'constant' (an sql table) and into something that is variable.
Such a...
April 6, 2009 at 9:09 am
steve dassin (4/5/2009)
SELECT A,B FROM T
CREATE VIEW T1 SELECT A,B FROM T
SELECT A,B INTO T1
FROM T1
CREATE PROCEDURE T3
SELECT A,B FROM T
CREATE FUNCTION T4(A...
April 6, 2009 at 12:37 am
Bruce W Cassidy (4/5/2009)
Mike C (4/5/2009)
April 6, 2009 at 12:30 am
Bruce W Cassidy (4/5/2009)
Mike C (4/5/2009)
April 5, 2009 at 10:38 pm
steve dassin (4/5/2009)
April 5, 2009 at 10:08 pm
Bruce W Cassidy (4/5/2009)
April 5, 2009 at 10:06 pm
I've heard it from people at various other software companies as well. It seems to be a very common misconception out there. Like I said, I haven't done...
April 5, 2009 at 9:30 pm
Bruce W Cassidy (4/5/2009)
About the only...
April 5, 2009 at 9:02 pm
steve dassin (4/4/2009)
Mike C (4/4/2009)
Jeff Moden (4/4/2009)
steve dassin (4/4/2009)
C'mon do you really have something against parentheses?Actually, yeah. 😉
Personally I hate those curly braces. Growl.
C'mon you got something against the three...
April 5, 2009 at 11:47 am
Jeff Moden (4/4/2009)
steve dassin (4/4/2009)
C'mon do you really have something against parentheses?Actually, yeah. 😉
Personally I hate those curly braces. Growl.
April 4, 2009 at 9:37 pm
foxjazz (4/3/2009)
Jeff Moden (4/3/2009)
foxjazz (4/3/2009)
But who am I to say anything about the limitations of t-sql?When it comes to data manipulation, I've not found any limitations yet.
Jeff, ummm what do...
April 3, 2009 at 7:53 pm
Merry Krissmess (4/3/2009)
OMG, who uses cursors with T-SQL? SQL Server is rowbased already.
You might be surprised how many people manually override the SQL Server optimizer through judicious use of cursors....
April 3, 2009 at 7:44 pm
foxjazz (3/13/2009)
April 3, 2009 at 1:05 pm
Viewing 15 posts - 211 through 225 (of 938 total)