Viewing 15 posts - 16,036 through 16,050 (of 19,560 total)
jcrawf02 (3/23/2010)
CirquedeSQLeil (3/23/2010)
Luke L (3/23/2010)
CirquedeSQLeil (3/23/2010)
The Simpsons debuted on December 17, 1989.It ran as a sketch starting in 1987 on the Tracy Ullman show.
And yet, Bart doesn't age.
At least Bart...
Jason...AKA CirqueDeSQLeil
_______________________________________________
I have given a name to my pain...MCM SQL Server, MVP
SQL RNNR
Posting Performance Based Questions - Gail Shaw[/url]
Learn Extended Events
March 23, 2010 at 12:08 pm
Thanks for the article.
This has been an interesting discussion on the article. There are some good design tips throughout the discussion - which point out the need to fully...
Jason...AKA CirqueDeSQLeil
_______________________________________________
I have given a name to my pain...MCM SQL Server, MVP
SQL RNNR
Posting Performance Based Questions - Gail Shaw[/url]
Learn Extended Events
March 23, 2010 at 11:29 am
Jack Corbett (3/23/2010)
Michael Valentine Jones (3/23/2010)
Lynn Pettis (3/23/2010)
Actually there are still a good number of current Dungeons and Dragons players out here. Why not call it a "Guild"? ...
Jason...AKA CirqueDeSQLeil
_______________________________________________
I have given a name to my pain...MCM SQL Server, MVP
SQL RNNR
Posting Performance Based Questions - Gail Shaw[/url]
Learn Extended Events
March 23, 2010 at 11:17 am
Michael Valentine Jones (3/23/2010)
Lynn Pettis (3/23/2010)
Actually there are still a good number of current Dungeons and Dragons players out here. Why not call it a "Guild"? Other professions...
Jason...AKA CirqueDeSQLeil
_______________________________________________
I have given a name to my pain...MCM SQL Server, MVP
SQL RNNR
Posting Performance Based Questions - Gail Shaw[/url]
Learn Extended Events
March 23, 2010 at 11:16 am
Lynn Pettis (3/23/2010)
Robert.Smith-1001156 (3/23/2010)
Jason...AKA CirqueDeSQLeil
_______________________________________________
I have given a name to my pain...MCM SQL Server, MVP
SQL RNNR
Posting Performance Based Questions - Gail Shaw[/url]
Learn Extended Events
March 23, 2010 at 11:15 am
Robert.Smith-1001156 (3/23/2010)
Jason...AKA CirqueDeSQLeil
_______________________________________________
I have given a name to my pain...MCM SQL Server, MVP
SQL RNNR
Posting Performance Based Questions - Gail Shaw[/url]
Learn Extended Events
March 23, 2010 at 11:14 am
Luke L (3/23/2010)
CirquedeSQLeil (3/23/2010)
The Simpsons debuted on December 17, 1989.It ran as a sketch starting in 1987 on the Tracy Ullman show.
And yet, Bart doesn't age.
At least Bart and Lisa...
Jason...AKA CirqueDeSQLeil
_______________________________________________
I have given a name to my pain...MCM SQL Server, MVP
SQL RNNR
Posting Performance Based Questions - Gail Shaw[/url]
Learn Extended Events
March 23, 2010 at 11:11 am
Jack Corbett (3/23/2010)
Jason...AKA CirqueDeSQLeil
_______________________________________________
I have given a name to my pain...MCM SQL Server, MVP
SQL RNNR
Posting Performance Based Questions - Gail Shaw[/url]
Learn Extended Events
March 23, 2010 at 11:06 am
Here's another vote for turning this into a set-based query, eliminating the scalar function, and turning off those options.
Jason...AKA CirqueDeSQLeil
_______________________________________________
I have given a name to my pain...MCM SQL Server, MVP
SQL RNNR
Posting Performance Based Questions - Gail Shaw[/url]
Learn Extended Events
March 23, 2010 at 11:01 am
redeye
Jason...AKA CirqueDeSQLeil
_______________________________________________
I have given a name to my pain...MCM SQL Server, MVP
SQL RNNR
Posting Performance Based Questions - Gail Shaw[/url]
Learn Extended Events
March 23, 2010 at 10:59 am
The Simpsons debuted on December 17, 1989.
It ran as a sketch starting in 1987 on the Tracy Ullman show.
And yet, Bart doesn't age.
Jason...AKA CirqueDeSQLeil
_______________________________________________
I have given a name to my pain...MCM SQL Server, MVP
SQL RNNR
Posting Performance Based Questions - Gail Shaw[/url]
Learn Extended Events
March 23, 2010 at 10:57 am
rdavid-773903 (3/23/2010)
Well, as so often happens, a combination of...
Jason...AKA CirqueDeSQLeil
_______________________________________________
I have given a name to my pain...MCM SQL Server, MVP
SQL RNNR
Posting Performance Based Questions - Gail Shaw[/url]
Learn Extended Events
March 23, 2010 at 10:54 am
googoo eye
Jason...AKA CirqueDeSQLeil
_______________________________________________
I have given a name to my pain...MCM SQL Server, MVP
SQL RNNR
Posting Performance Based Questions - Gail Shaw[/url]
Learn Extended Events
March 23, 2010 at 10:52 am
Dead-eye?
Jason...AKA CirqueDeSQLeil
_______________________________________________
I have given a name to my pain...MCM SQL Server, MVP
SQL RNNR
Posting Performance Based Questions - Gail Shaw[/url]
Learn Extended Events
March 23, 2010 at 10:44 am
igngua (3/23/2010)
it worked!
select t1.cotnum, t1.codaux,
t2.cotnum, t2.codaux
from hermes.lab0708.softland.nwcotiza t1
left join softlandsoporte2.softland.nwcotiza t2 on t1.cotnum = t2.cotnum
where t2.cotnum is null
Now i´ve to update T2 with all the columns from 1...
Jason...AKA CirqueDeSQLeil
_______________________________________________
I have given a name to my pain...MCM SQL Server, MVP
SQL RNNR
Posting Performance Based Questions - Gail Shaw[/url]
Learn Extended Events
March 23, 2010 at 10:43 am
Viewing 15 posts - 16,036 through 16,050 (of 19,560 total)