Viewing 15 posts - 961 through 975 (of 1,155 total)
Hi
For the ALTER DATABASE TEMPDB ... command to change the location and size of TEMPDB requires SQL Server Restart.
...
July 21, 2010 at 11:39 am
Hi
Automatic Failover is possible only with DB Mirroring. You need to specify the secondary server as Failover Partner in the app connection string.
For...
July 21, 2010 at 11:27 am
I was trying to help Virgo out as it was mentioned as urgent.
By the way thanks for the information.
...
July 20, 2010 at 3:39 pm
Hi
Try to switch to Bulk Logged recovery model and take frequent Transaction Log backups. This would do minimal Logging and truncate the TL.
...
July 20, 2010 at 12:21 pm
Hi
Read committed snapshot isolation may result in Non-repeatable and phantom reads and also increased TempDB utilization.
...
July 20, 2010 at 12:03 pm
Hi
1. Total Server Memory is the memory currently in use by SQL Server and it includes both data and procedure cache buffers.
2. Target > Total indicates that SQL Server is...
July 20, 2010 at 10:14 am
It is due to procedure cache bloating as sankar mentioned.
...
July 19, 2010 at 8:05 pm
Hi
Select "Existing connection" under the "Sessions" event.
You can also use activity monitor to check the SQL Server connections
...
July 19, 2010 at 2:10 pm
Only transactions that alter the database like INSERT, DELETE, UPDATE, DROP, CREATE are logged as Gail mentioned.
...
July 19, 2010 at 12:18 pm
Hi
On Server C change the Linked Server security to the option " Be made using Login's current security context"...
July 19, 2010 at 12:14 pm
July 19, 2010 at 11:32 am
Hi Tom,
Check whether SQL Server is experiencing
1. Excessive compilations and...
July 19, 2010 at 11:08 am
Hi
Email will not be delivered and it will not bounce back to the DB.
Instead you will get a similar Delivery Failed email back to you.
Your message did not...
July 16, 2010 at 5:04 pm
Hi
Optimize for ad hoc workloads is available only in SQL Server 2008.
...
July 16, 2010 at 4:44 pm
Viewing 15 posts - 961 through 975 (of 1,155 total)