Viewing 15 posts - 12,151 through 12,165 (of 22,219 total)
I generally don't worry about how much I'm reading or writing on a database, but whether or not the reads or writes are slowing down. Instead of focusing on 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
August 4, 2011 at 5:44 am
If you don't get everything you need from Gail's excellent articles, you might want to pick up a copy of my book on query tuning. It might help.
"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 4, 2011 at 5:41 am
No difference at all. You run a server side trace output to a file, then you open the output file using Profiler. That's it. You can then open the perfmon...
"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 4, 2011 at 5:39 am
You should check for open transactions. You might have a process that isn't committing properly. I ran into some rogue code that did that & it filled the drive before...
"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 4, 2011 at 5:38 am
My first choice in this situation would be SSIS as well.
But, you could look at third party tools. For example, Red Gate Data Compare[/url] could be scheduled to move data...
"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 4, 2011 at 5:26 am
Connections come from the application, so that's where the code for reconnecting would have to reside.
"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 4, 2011 at 5:24 am
If you're programmatically determining the key value(s), then no, having identity values isn't going to help that I can see.
Now, how you're determining that value could lead to issues. 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
August 4, 2011 at 5:23 am
I published a series of tests on this subject for retrieving versioned data over here at Simple-Talk[/url]. It might prove useful. The answer, in a nutshell, it depends.
"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 4, 2011 at 5:20 am
And you would only set it ON for the table you are inserting into, not the one you're reading from. And remember to set it to OFF when you're done.
"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 4, 2011 at 5:11 am
Never heard of that. It's SQL Server Management Studio and has been for quite some time. That's where you administer your server, including security. Although, you can do most of...
"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 4, 2011 at 5:10 am
Saga... (8/4/2011)
Grant Fritchey (2/22/2011)
Fox87 (2/22/2011)
The SQL Upgrade Advisor doesn't work if I run it on my SQL 2008 instance.
It give the following error:
SQL Server version: 10.00.4000 is not...
"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 4, 2011 at 5:06 am
I see someone else mentioned it, Red Gate's SQL Virtual Restore allows you to "restore" a database backup. You can even restore log files to a point in time, but...
"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 4, 2011 at 4:48 am
If by American beer, you're referring to Miller & Budweiser & Coors, you're right. It's awful. But there's a whole category of American beer that's so good, when I was...
"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 3, 2011 at 1:23 pm
jcrawf02 (7/29/2011)
"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
July 29, 2011 at 1:02 pm
Steve Jones - SSC Editor (7/29/2011)
Interesting rant here: http://www.insanit.net/technology/smartphone-rants-3-what-do-i-want-a-real-windows-smartphone-when-do-i-want-it-now/Anyone else see the need/value here? I'm struggling to see if this is something that has value.
Not really. Problem is screen 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
July 29, 2011 at 12:16 pm
Viewing 15 posts - 12,151 through 12,165 (of 22,219 total)