Viewing 15 posts - 12,106 through 12,120 (of 22,219 total)
SQL Server is going to take all the memory you give it. 2gb out of 16gb is probably just fine, but if you feel it's not, or there seem to...
"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
August 10, 2011 at 7:11 am
maruthipuligandla (8/9/2011)
Thanks for the reply..
Can you please let me know how to overcome this, i want to know from your practises because you are SQL DBA..
Also you suggested me to...
"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
August 10, 2011 at 6:31 am
narasimhareddy.dba (8/9/2011)
There are no job in old server but we are getting the alerts from dbmail or sqlmail. please assist on this.
We're trying, but we're not there, so we can't...
"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
August 10, 2011 at 6:22 am
You can't overcome all the disadvantages. The primary problem is not using this datatype as the primary key. The primary problem is using this data type as the clustered index....
"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
August 9, 2011 at 6:10 am
Lowell (8/9/2011)
Subjective Adapts covered the DBCC commands pretty well.
I dunno, would you say that...
"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
August 9, 2011 at 6:06 am
A server-side trace is the best mechanism you have for doing this. They are not very resource intensive at all. In fact, it has a very light foot print as...
"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
August 9, 2011 at 5:57 am
I get why compression could be said to reduce the DBAs workload. I'm just trying to figure out how encryption does that.
"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
August 9, 2011 at 5:41 am
srinath.vanama (8/9/2011)
1) Backup encryption is possible.
2) Data compression and Resource governor.
3) Installation improvements. Disk images and service pack uninstall options.
4) TDE(transparent Data Encryption) Ability to encrypt entire...
"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
August 9, 2011 at 5:29 am
It sounds like they were trying to get you talk about blocking which is caused when a resource is locked by one user, preventing the next user from accessing it.
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
August 9, 2011 at 5:23 am
Without seeing the query and the execution plan, it's hard to tell you why it's taking a long time.
One point worth noting, when you tell it to return the TOP...
"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
August 9, 2011 at 5:21 am
Out of time for what? Is this about you learning or about an emergency at work, or are we filling in for an interview?
For a great start on DMVs, I'd...
"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
August 9, 2011 at 5:16 am
How to reduce the workload? Shoot the users? No, probably not.
You actually can't "reduce" the workload. What you can do is make the workload more efficient through design, construction &...
"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
August 9, 2011 at 5:11 am
mazzz (8/9/2011)
I spotted this drinking establishment during a fleeting visit to Bradford, UK, and thought of this thread...
Anytime we're in Bradford, I have a pub selected. The only bad thing...
"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
August 9, 2011 at 5:00 am
I suspect some of the databases probably have different drive or file configurations. You can't just replace these. You'll need to use a MOVE operation.
"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
August 8, 2011 at 3:38 pm
Have you tried to start the service? You can do that through the Management Studio interface or by opening the SQL Server Configuration Manager. You can even use netstart commands...
"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
August 8, 2011 at 3:35 pm
Viewing 15 posts - 12,106 through 12,120 (of 22,219 total)