Viewing 15 posts - 36,196 through 36,210 (of 59,067 total)
Heh.., and I'm not the only one... I believe that Wayne S may have beat me in submitting the first article in this series.
--Jeff Moden
Change is inevitable... Change for the better is not.
October 28, 2010 at 10:06 am
David Burrows (10/28/2010)
Grant Fritchey (10/28/2010)
Jeff Moden (10/28/2010)
Task complete. Submitted article via "Write For Us".Over-achiever.
Meh! Jeff probably hasn't heard the saying 'Nobody likes a smart a$$' 😛
BWAA-HAAA!!!! Smart as...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 28, 2010 at 9:58 am
jez.lisle (10/28/2010)
http://www.sqlteam.com/article/using-bulk-insert-to-load-a-text-file
Thanks for all the help...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 28, 2010 at 9:56 am
Tom.Thomson (10/28/2010)
Jeff Moden (10/27/2010)
If you wanted a small jingle... (sung to the tune of "Row, Row, Row Your Boat")
You shouldn't mention that in an SQL forum: "Row" is unspeakable,...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 28, 2010 at 9:53 am
Grant Fritchey (10/28/2010)
Jeff Moden (10/27/2010)
Steve Jones - SSC Editor (10/27/2010)
Grant Fritchey (10/27/2010)
Look for the tall bald guy in a red vest.Or the hairy legs under a short
skirtkilt
GAH!!!!...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 28, 2010 at 9:52 am
jcrawf02 (10/28/2010)
Jeff Moden (10/27/2010)
--Jeff Moden
Change is inevitable... Change for the better is not.
October 28, 2010 at 9:50 am
bitbucket-25253 (10/28/2010)
Jeff Moden (10/28/2010)
--Jeff Moden
Change is inevitable... Change for the better is not.
October 28, 2010 at 9:48 am
Just in case anyone asks... when given the choice, I use what works. I have virtually no regard for ANSI code because I don't believe in the myth of...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 28, 2010 at 9:46 am
Derrick... I have to ask... did you ever work at Grainger? I ask because worked with a Derrick Smith from Grainger Corporate Headquarters.
--Jeff Moden
Change is inevitable... Change for the better is not.
October 28, 2010 at 9:43 am
Jack Corbett (9/20/2010)
With cteObjectTypes AS
(
SELECT
TSV.trace_event_id,
TSV.subclass_name,
TSV.subclass_value
FROM
sys.trace_subclass_values AS TSV JOIN
sys.trace_columns AS TC ON
TSV.trace_column_id = TC.trace_column_id
WHERE
TC.[name] = 'ObjectType'
),
cteEventSubClasses AS
(
SELECT
TSV.trace_event_id,
TSV.subclass_name,
TSV.subclass_value
FROM
sys.trace_subclass_values AS TSV JOIN
sys.trace_columns AS TC ON
TSV.trace_column_id =...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 28, 2010 at 3:07 am
GilaMonster (10/27/2010)
Lowell (10/27/2010)
--Jeff Moden
Change is inevitable... Change for the better is not.
October 28, 2010 at 3:00 am
InfiniteError (10/28/2010)
I know that many sql developer here can give me clarification on this matter.
What I want to know is that,
For example I want to search these strings(ex. 'Asanti','Goodyear','Cadillac'), And...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 28, 2010 at 2:54 am
Chrissy321 (10/27/2010)
Thnaks All. I was able to reach a suitable solution using the CASE WHEN EXISTS syntax!
That's cool... can you post your final code, please?
--Jeff Moden
Change is inevitable... Change for the better is not.
October 28, 2010 at 2:51 am
CELKO (10/27/2010)
CREATE VIEW MarkedChildren (parent_id, child_id, [font="Arial Black"]silly_flag[/font])
You just can't resist, can ya? 😉
--Jeff Moden
Change is inevitable... Change for the better is not.
October 28, 2010 at 2:50 am
Task complete. Submitted article via "Write For Us".
--Jeff Moden
Change is inevitable... Change for the better is not.
October 28, 2010 at 12:57 am
Viewing 15 posts - 36,196 through 36,210 (of 59,067 total)