Viewing 15 posts - 241 through 255 (of 449 total)
Is the TempdB on its own dedicated drive?
How you run Profiler to determine long running queries? Some of these queries may be using the tempDb especially if temp tables...
June 10, 2009 at 5:58 am
The RedGate backup will also validate the file.
June 8, 2009 at 1:22 pm
Thanks for the value added comments. They're all worth appending into the article.
June 8, 2009 at 8:32 am
If you have an anti-virus installed, check the settings to make sure it's not blocking the application. You may need to add exceptions.
databasemail90.exe
DTExec.exe (SSIS)
dtexecui.exe
You should be able to see...
June 2, 2009 at 6:24 am
bkirk (5/31/2009)
June 1, 2009 at 7:07 am
...so the job is working, but... It's your query that's not inserting the expected results? There wouldn't be an "overwrite" for an INSERT statement. An "overwrite" would...
May 28, 2009 at 7:00 am
From TechNet
The Great Debates: Pass Phrases vs. Passwords. Part 1 of 3
The Great Debates: Pass Phrases vs. Passwords. Part 2 of 3
The Great Debates: Pass Phrases vs. Passwords....
May 22, 2009 at 11:02 am
Use PerfMon with the counter %DiskTime for the disks that your server is using. If this is greater than 20ms, then you need to look deeper into the disk.
Disk...
May 14, 2009 at 7:36 am
ajitgadge (5/12/2009)
Also set the max DOP to 0 in case of OLTP and equal to physical CPU in case of OLAP.
According to "Professional SQL Server 2005 Performance Tuning" published by...
May 14, 2009 at 6:25 am
Heads Up
Be aware of performance when using a "linked server". It's not very efficient, especially if you're running transactions, such as INSERT/UPDATE/DELETE, between the servers. If you are...
April 24, 2009 at 7:15 am
It might be faster?
If the databases are on different disks you might actually have better performance.
How does the query plan look? If the joins are using proper indices and...
April 24, 2009 at 7:06 am
Instead of relying on AUTOGROW,
consider running a script which runs weekly to provide you the size of the database and used extents/mb, along with percentage of datafile used. When...
April 17, 2009 at 6:25 am
I checked with an Indian working here and he indicated that "Database Administrator" is the proper title and is commonly used in India.
He indicated that the title is more important...
April 16, 2009 at 8:43 am
"DBA"
then describe the duties and focus.
You will be responsible for production monitoring as well as...
Must have experience with performance tuning and be able to mentor developers.
Steve
April 16, 2009 at 6:06 am
Risk Free?
Since the primary purpose of the cluster is for high availability with regards to hardware failures, uncommitted transactions would be rolled back; so I would do the following for...
March 31, 2009 at 11:32 am
Viewing 15 posts - 241 through 255 (of 449 total)