Viewing 15 posts - 17,416 through 17,430 (of 22,219 total)
Florian Reischl (5/20/2009)
Grant Fritchey (5/20/2009)
Florian Reischl (5/20/2009)
rofl!!!
Hey! Don't laugh at me. Just tell me what it is.
I'm starting to feel like Earl in Tremors:
"Hell Earl, everyone knows all about...
"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 20, 2009 at 11:48 am
Florian Reischl (5/20/2009)
rofl!!!
Hey! Don't laugh at me. Just tell me what it is.
I'm starting to feel like Earl in Tremors:
"Hell Earl, everyone knows all about these things. We just...
"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 20, 2009 at 11:41 am
Yeah, based on the behavior so far, that's about what I would expect. It's like some kind of alias short hand, but it doesn't work for strings. If you try...
"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 20, 2009 at 11:38 am
Weird isn't it? I've searched through the syntax in BOL and several books as well as a Google search. I can't find anything that references this type of syntax. I'm...
"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 20, 2009 at 11:21 am
Wow. I didn't realize that reference would be completely missed. Not that I know squat about the actual Woodstock. I just saw the documentary. There was a long, rambling, silly...
"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 20, 2009 at 11:00 am
ANNOUNCEMENT: Pay attention everyone. We've just been informed that there is a problem with the brown SQL statements. So we need you to stay away from the brown SQL statements....
"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 20, 2009 at 10:31 am
Alvin Ramard (5/20/2009)
Lynn Pettis (5/20/2009)
You know, there are a few people who just need to walk away from the computer and get a job flipping burgers or something.
You remind me...
"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 20, 2009 at 9:07 am
You can look at the script being used by SSMS, just click on the script icon. That should allow you to figure out what it's doing differently than you.
"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 20, 2009 at 7:32 am
How big are your databases? You might check the scheduler on the job, it could be running this query lots of times.
One question about the code:
TO DISK = N'C:\Base backup'...
"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 20, 2009 at 7:07 am
You can quantify the differences. Get the execution plans first. That will show you where the changes are occurring between the execution without the function and the one with it....
"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 20, 2009 at 7:03 am
You can run the script from anywhere that you have a utility that can connect to the database and run the script. Nothing that comes with a Window Server install...
"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 20, 2009 at 6:59 am
We hit something similar and it was a security issue. The service is running, but the error says it isn't, well, that's because the security context wouldn't allow it 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
May 20, 2009 at 6:44 am
The changes to the query could come from several sources, but I'll just address two. If you were changing the parameters, you may have hit upon a set of parameters...
"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 19, 2009 at 8:40 am
I'd say yes, you should follow directives from on high as long as those directives are given with the full understanding of the implications. It doesn't sound like this is...
"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 19, 2009 at 8:34 am
I don't want to get into the USB discussion, but I'd recommend having a single backup process for the server. It should backup the databases seperately, yes, but you should...
"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 19, 2009 at 8:27 am
Viewing 15 posts - 17,416 through 17,430 (of 22,219 total)