Viewing 15 posts - 14,911 through 14,925 (of 22,219 total)
Greg Edwards-268690 (5/28/2010)
Adventure Works has a transactional data base and a data warehouse model.
Exploring this, and possibly some sample labs, might be helpful.
On...
"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
May 28, 2010 at 10:15 am
If you've done a regular install of Operations Manager, Reporting Services was installed as a component. It has to be there.
As far as getting at the datawarehouse, again, you have...
"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
May 28, 2010 at 8:31 am
The thing is, it depends. In short recompiles are taking up processor time that could be spent elsewhere. But how often and how long is that processor time taken up?...
"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
May 28, 2010 at 6:29 am
Suresh Kumar-284278 (5/28/2010)
Would there be any performance impact deciding Integer or Varchar data type for a primary key?
Also, would it matter more if that column being Indexed (either Clustered...
"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
May 28, 2010 at 6:25 am
Sure, that's a fine way to monitor blocking. There are other blocking scripts available in the scripts section of this web site too.
"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
May 28, 2010 at 6:18 am
troy2.net (5/27/2010)
I searched the google i get article may you guys know exact difference.
if they ask the difference in the sense , What are they...
"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
May 28, 2010 at 6:10 am
laveen.bondugula (5/27/2010)
Drop the database and recreate it.Regards,
Laveen Bondugula
Database Analyst
Fortunately, unlike SQL Server 6.5, every version of SQL Server since version 7 prevents you from dropping the tempdb (trust me on...
"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
May 27, 2010 at 1:39 pm
Lynn Pettis (5/27/2010)
Please, anyone, if I am wrong here let me know.
In regards to service packs, you are 100% correct.
"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
May 27, 2010 at 1:36 pm
Each service pack is cumulative. So if you install SP3, you're install SP1 and SP2. This is a quote from Microsoft (located here):
Microsoft SQL Server 2005 Service Pack 3 (SP3)...
"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
May 27, 2010 at 1:35 pm
For an INNER JOIN they are most likely to always produce identical execution plans and the performance will be the same. As a general practice, because of this, I advocate...
"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
May 27, 2010 at 12:04 pm
Yep, sorry, completely insufficient data. Couldn't possibly even guess with what you've provided. Please follow Gail's link & post the additional information.
"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
May 27, 2010 at 11:58 am
Books Online has a whole topic devoted to the problem. Take a look.
"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
May 27, 2010 at 11:55 am
I prefer using the DMV's for this sort of thing now. To monitor connections I'd use sys.dm_exec_connections and sys.dm_exec_requests. You can combine those with other DMV's to get a lot...
"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
May 27, 2010 at 11:46 am
Or even just look at the file size.
"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
May 27, 2010 at 11:44 am
I would add, that with very few exceptions, it's always best to store any data as the data type it should be. I frequently see problems with people storing dates...
"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
May 27, 2010 at 5:30 am
Viewing 15 posts - 14,911 through 14,925 (of 22,219 total)