Viewing 15 posts - 181 through 195 (of 1,539 total)
ravisamigo (11/11/2010)
Thanks.Please provide script or suggest free third party tool or any other solution apart from dashboard and trace flag.
For deadlocks, I want to know which query mainly causing this.
Regards,
Ravichandra.
You...
November 11, 2010 at 2:49 am
Total memory refers to the amount of memory that SQL Server has reserved for itself. Target memory refers to the amount of memory SQL Server needs.
If you need to...
November 11, 2010 at 2:44 am
You should have posted the question in the corruption forum...
November 10, 2010 at 2:52 pm
This link might help you.
http://www.google.co.in/search?hl=en&source=hp&q=vbscript+delete+files+older+than&aq=7&aqi=g10&aql=&oq=vbscript+delete+file&gs_rfai=
November 10, 2010 at 11:30 am
if source database is available you can
1. take a full backup and move it to target. this will give u current data.
2. take a diff backup and use it along...
November 10, 2010 at 7:13 am
Backup I/O wait stats means sql server is waiting for IO to complete for the backup process.
No idea about the other one.
November 10, 2010 at 7:03 am
DBCC memorystatus
Scroll down and look out for buffer counts Buffers
value under Committed is the amount of RAM SQL Server is using.
November 10, 2010 at 6:54 am
tomes12 (11/10/2010)
No t-log backups.
then log shipping is out of question.
As hardware investments are probably out of the question for now, I did think of log shipping, but just couldn't...
November 10, 2010 at 6:40 am
What about your database on source server. Is it in restoring state? you said you are restoring on a different server.
November 10, 2010 at 6:29 am
Do you also take t-log backups? and does the vb application copies the t-log backups too on the target server? Or is it acceptable for you company to lose a...
November 10, 2010 at 6:26 am
Is your database accessible right now? are you trying to restore it to some other server or same server?
November 10, 2010 at 6:12 am
mcavimal-736871 (11/10/2010)
i All ready stop the agent and i ...
November 10, 2010 at 3:06 am
mcavimal-736871 (11/10/2010)
what is the SSMS i don't have any ideia abt that
SQL Server Management Studio.
November 10, 2010 at 2:40 am
may be and may be not. I have some instances hosting more than 100 databases and it will really not be feasible to create so many backup jobs. Also, if...
November 10, 2010 at 2:29 am
actually 9 jobs were not required. 1 job could have backed up all nine databases one by one.
For other issue, it looks to me like permission issue. Pls check if...
November 10, 2010 at 2:19 am
Viewing 15 posts - 181 through 195 (of 1,539 total)