Viewing 15 posts - 526 through 540 (of 648 total)
Thanks for reply--
Group by function - need to specify for all select column..
March 25, 2011 at 7:14 am
Hi Mazzz,
Thanks for your reply and also provide Mr. Paul written by valuable script for analysis different wait stats on SQL server 2008.
As per this script
ASYNC_NETWORK_IO
ASYNC_IO_COMPLETION
BACKUPBUFFER
Those counters display...
March 3, 2011 at 4:54 am
Thanks LutzM for reply...
Yes, this is SQL server 2000. I will find the script for missing index in sql 2000.
Could you please share me this missing index script on...
January 7, 2011 at 9:23 pm
Thank you John for reply...
use msdb
select top 10 *
from msdb..sysmail_send_retries
where send_attempts> 1
order by last_send_attempt_date desc
select top 10 *
from msdb..sysmail_send_retries
order by last_send_attempt_date desc
Both script no rows are comming, after sending test...
January 7, 2011 at 2:07 am
Sorry for the improper question?
I want receive alert regarding whenever SQL server Error and agent error occouring in error log file, that time will received email alert from SQL server...
January 3, 2011 at 5:43 am
Database size 340 GB.
Backup file has been storing tape as well as secondary server. If any corrupted in primary server, i restore from tape but its takes too long time,...
December 31, 2010 at 5:04 am
Thanks Ashish
I have to wait for completion current executing restore process till received message, now 5:70 mint, I think its takes more than 8 hrs.
Rgds
ananda
December 31, 2010 at 2:29 am
Thanks for reply...
If Kill it operation, again i have wait too long time for restoration, current restoring process with no recovery, is it display any message for completing restore process....
December 31, 2010 at 1:56 am
Hi,
How can detach and xcopy .mdf and Ldf file as you said, this server is production and live server. there is no downtime
If copy those files minimum 8 hrs...
December 28, 2010 at 4:47 am
Thanks Gail for reply..
There some possibilites do that
1. Add more space in server - asking serveradmin team for increasing more free space.
2. Management not accept do delete the old data...
December 27, 2010 at 3:46 am
Database Size is - 5406 MB
Database free size - 1314 MB
I created new alert thru
Set the type as SQL server performance condition alert.
Choose SQL server: DATABASEs from OBJECT drop down...
December 27, 2010 at 2:13 am
Thanks GilaMonster for reply
sp_spaceused, its outcomes below
Database name -BRIBS
Database_size - 330072.75 MB
Unallocated Sapce - 22.71 MB
Reserved - 337968424 KB
data - 337237296 KB
Index_size 314768 KB
unused 416360 KB
here attached xls sheet for...
December 24, 2010 at 9:33 pm
Thanks for reply..
Please tell me one more suggestion as following task can be configure after upgraded to SQL 2008 method of IN-Place.
1. Replication
2. Mirroring
3. Logshipping
---------------------------
email Alert
Demo Alerts for SQL Server...
December 23, 2010 at 9:49 am
hi
Here are some of the ways of move the database
In-place Upgrade
Side by Side Upgrade
Detach/Attach
Copy Database Wizard
Manual Schema Rebuild and Data Export/Import
Choosing upgrade method
The two...
December 22, 2010 at 5:00 am
Thanks for reply...
I don't want restart again that "BkupExec" Instance.
I don't know what is use of that instance, already running local instance in production database. so i want to uninstall...
December 20, 2010 at 9:26 pm
Viewing 15 posts - 526 through 540 (of 648 total)