Viewing 15 posts - 15,556 through 15,570 (of 22,219 total)
Pretty much any method for moving data will work. If you're trying to practice an enterprise approach, I'd suggest building a full SQL Server Integration Services (SSIS) package and do...
"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
April 6, 2010 at 12:59 pm
As far as I know, yes it does.
"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
April 6, 2010 at 12:54 pm
rambilla4 (4/6/2010)
On a san, assuming it's properly configured, what you're seeing as "disks" in your OS and SQL Server should be, not a single monolithic disk, but a whole bunch...
"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
April 6, 2010 at 10:01 am
It doesn't sound like a trigger is what you're looking for, especially since you're trying to check for a negative, rows that have not been added to the table. Since...
"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
April 6, 2010 at 6:14 am
I'm unaware of any systemic issues with Server 2008 R2. Were any other changes introduced to the system? I'd suggest drilling down at the OS level to see what might...
"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
April 6, 2010 at 6:11 am
Yes, I definately recommend running server side traces to capture query calls for performance metrics. But be careful here. Don't run the SQL Profiler GUI against your production systems. 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
April 6, 2010 at 6:09 am
It sounds like you're just getting started working with databases. I'd suggest a few things. First, be sure that you're not doing these experiments and learning tasks with your companies...
"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
April 6, 2010 at 6:06 am
rambilla4 (4/6/2010)
We have SQL Server 2005 EE x64 with SP3 and have the storage on SAN with RAID 10 configuration
and have the below drives:
C- OS
D- Data
E- Log
T -TempDB
Z- Backup
Total...
"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
April 6, 2010 at 6:00 am
2008 does offer the query governor as a mechanism for preventing long-running queries. You can also set a a remote server connection timeout setting for the server, however, 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
April 5, 2010 at 7:53 am
To be completely honest, one of the best things you can do is learn to operate the search routines either on google or here at SSC. For example, your question,...
"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
April 5, 2010 at 6:27 am
Steve Jones - Editor (4/2/2010)
WayneS (4/2/2010)
where the MCITP is geared towards a specific version, I agree that this certification should be Version specific.
Definitely version specific, though I'd also add I...
"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
April 3, 2010 at 2:04 am
CirquedeSQLeil (4/2/2010)
Grant Fritchey (4/2/2010)
Lynn Pettis (4/2/2010)
Recertification should include testing, presenting original material at users groups/conferences,...
"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
April 2, 2010 at 12:44 pm
Lynn Pettis (4/2/2010)
Recertification should include testing, presenting original material at users groups/conferences, attending appropriate conferences...
"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
April 2, 2010 at 11:58 am
johnhectar (4/2/2010)
Thank you and how can i execute a procedure......
Well that depends on the context. Depending how you are connecting to the database server, different rules are going to apply....
"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
April 2, 2010 at 11:55 am
CirquedeSQLeil (4/2/2010)
You make a good argument against the Time in Service.
If we drop the time in service, would we implement more tests? I see more tests as a way...
"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
April 2, 2010 at 10:35 am
Viewing 15 posts - 15,556 through 15,570 (of 22,219 total)