Viewing 15 posts - 241 through 255 (of 351 total)
either you can do database snapshot
secondly,
you can do backup and restore that won't hurt your user current running DML operations.
Backup runs checkpoint and don't take any locks on database and...
February 1, 2011 at 1:23 pm
Use update table statement.
January 19, 2011 at 3:49 pm
why can I not get the log file drive space reallocated back down to a more reasonable amount?
There should be open transaction running for long which does not commit...
December 17, 2010 at 4:09 pm
Configure E-mail Id's in Database mail.
then it should work properly or
use msdb.sp_send_dbmail
Check BOL for this
December 17, 2010 at 3:59 pm
It all depends on your insert statement
like how many rows you are inserting or
any default value columns in tables or
...
December 17, 2010 at 3:14 pm
I would prefer Change data capture very easy to use ad more information you get
This is all if you are in sql server 2008.
December 3, 2010 at 4:33 pm
It works thanks, but can you explain why?
December 3, 2010 at 4:31 pm
I did before changing directly in the field it shows you there it is changed but when you see in sp_configure it won't show you check under run_value...
November 22, 2010 at 5:30 pm
select SERVERPROPERTY('productlevel')
gives service pack info in SSMS
So connect all through SSMS and find it for both database services and reporting.
Regards,
Pavan Srirangam
November 22, 2010 at 5:23 pm
What is your recovery interval setting.
check dbcc opentran if there is any open transactions that truncating.
Check select * from sys.jobs.
regards,
November 22, 2010 at 5:17 pm
Right click on the job and enable it or refresh it.
Regards,
Pavan Srirangam.
November 22, 2010 at 5:09 pm
There should be no problem even if it is the default
If you want to change you can change
Directly in the field where is the default
and also you...
November 22, 2010 at 5:07 pm
Check isolation for snapshot isolation level which stores data in tempdb while retrieving data so that actual table can be updated with out lock any row locks will be there
November 22, 2010 at 2:06 pm
Viewing 15 posts - 241 through 255 (of 351 total)