Viewing 15 posts - 14,101 through 14,115 (of 22,219 total)
A trace might work and it might not. If the queries are calling for tables that don't exist, or columns within tables that don't exist, or the data types are...
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
October 14, 2010 at 7:22 pm
Have you explored the option of using Replication? It's set up to do a lot of what you just outlined. I'd try that as a first choice.
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
October 14, 2010 at 7:18 pm
I would only model in Visio if someone held a gun to my head. But if it's unclear where I stand, let me know and I'll try to be less...
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
October 14, 2010 at 7:15 pm
Steve Jones - SSC Editor (10/14/2010)
jcrawf02 (10/14/2010)
Steve Jones - SSC Editor (10/14/2010)
Doesn't bode well for lots of jobs, and I hope that some level of "bookstore" still remains in the...
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
October 14, 2010 at 11:54 am
CirquedeSQLeil (10/14/2010)
Grant Fritchey (10/14/2010)
Stefan Krzywicki (10/14/2010)
Kit G (10/14/2010)
Stefan Krzywicki (10/14/2010)
They have color e-ink now, it just isn't in commercial devices yet. There was a Sci-Am article about it a year...
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
October 14, 2010 at 11:50 am
Rob Schripsema (10/14/2010)
Thanks for the reply. Sounds like there isn't complete consensus on whether GUIDs are valid for clustered indexes or not. So far, we've not seen significant performance impact...
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
October 14, 2010 at 9:56 am
Dave Ballantyne (10/14/2010)
Stefan Krzywicki (10/14/2010)
Kit G (10/14/2010)
Stefan Krzywicki (10/14/2010)
They have color e-ink now, it just isn't in commercial devices yet. There was a Sci-Am article about it a year or...
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
October 14, 2010 at 9:37 am
Stefan Krzywicki (10/14/2010)
Kit G (10/14/2010)
Stefan Krzywicki (10/14/2010)
They have color e-ink now, it just isn't in commercial devices yet. There was a Sci-Am article about it a year or so ago.
Neato!...
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
October 14, 2010 at 9:36 am
Alvin Ramard (10/14/2010)
Steve Jones - SSC Editor (10/14/2010)
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
October 14, 2010 at 9:33 am
Another way to generate procedures, that many people don't take advantage of, is to use the Templates offered by SSMS. If you click on the View menu and then Template...
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
October 14, 2010 at 6:20 am
If it's two really distinct entities, then, yeah, I agree with everyone else, two tables. From the names you gave, Sponsor & Offer, it sure sounds like two distinct entities....
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
October 14, 2010 at 6:09 am
Alvin Ramard (10/13/2010)
Grant Fritchey (10/13/2010)
Alvin Ramard (10/13/2010)
Has anyone here tried reading a pdf format ebook on a Kindle3? I'm thinking about getting a Kindle...
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
October 14, 2010 at 5:52 am
Alvin Ramard (10/13/2010)
Has anyone here tried reading a pdf format ebook on a Kindle3? I'm thinking about getting a Kindle and I'm just wondering...
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
October 13, 2010 at 2:08 pm
Brandie Tarvin (10/13/2010)
Grant Fritchey (10/13/2010)
I only agreed to write the book so I could say I was right about everything.Grant, Dude!
I didn't know you were a science fiction author. @=)
I'll...
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
October 13, 2010 at 12:56 pm
The LOOP join is a hint where they're trying to force a choice on the optimizer. In addition to fixing the scan, I'd test taking out that hint to see...
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
October 13, 2010 at 11:29 am
Viewing 15 posts - 14,101 through 14,115 (of 22,219 total)