Viewing 13 posts - 136 through 148 (of 148 total)
you can restrict the tempdb log file size ,so that it will stop growing and log file will get reuse .
and then you can try to shrink .
also restarting the...
October 31, 2012 at 6:11 am
its 64 bit
sql server uses maximum it want on 64-bit machine and reserve it even though its ideal.
when other applications on server needs memory it will release it ... so...
October 31, 2012 at 12:23 am
wait till query get completed.
verify whether data getting insert or not by using
sp_spaceused 'tablename'
look at the rows.
October 30, 2012 at 12:35 am
create a sql server windows authentication login .
if you already have try remove and recreate.
October 29, 2012 at 12:11 am
October 27, 2012 at 12:11 am
i agree.
Ola's script is wonderful. It reduced my time from 10 hours to 2 hours.
also he reply you quickly if you want to modify the script.
October 27, 2012 at 12:07 am
did you check RPC and RPC out options in linked server properties ?
Make it true and Try
October 25, 2012 at 3:54 am
u can follow these steps
check which query is lock the object u r trying to truncate by following.
Select blocking_session, sid, serial#, wait_class,seconds_in_wait From v$session where blocking_session is not NULL...
October 25, 2012 at 2:53 am
Incremental Backup = Transaction log Backup
August 16, 2012 at 3:58 am
Check if the auto-close option for database is on,if yes make it false
August 16, 2012 at 3:42 am
use isnumeric() function for the column on which u get the data conversion error.
June 29, 2012 at 3:43 am
the domain account under which your sql server is running may be dont have local administrator privilage.
June 29, 2012 at 3:36 am
Viewing 13 posts - 136 through 148 (of 148 total)