Viewing 4 posts - 1 through 4 (of 4 total)
Hi Ajit,
The table structures in my case was diferent for each files. At that time due to urgency of project, I switched to TSQL and bcp in menthod using xp_cmdshell....
December 29, 2012 at 2:58 am
Hi,
I had once faced a situation where the transaction log was full. Below are some steps you can refer to;
Solution 1:
=======
DBCC SQLPERF(LOGSPACE)
BACKUP LOG Comapny WITH TRUNCATE_ONLY
DBCC SHRINKFILE (Company_log, 500)...
March 13, 2012 at 12:48 am
Hi,
You can create a script using the extended stored procedure "xp_fixeddrives" to check the space usage in each of the hard drives.
Regards,
Shodhan
February 16, 2012 at 3:57 am
Thanks for your opinion, but can you please elaborate more on this.
Regards,
Shodhan
October 31, 2011 at 8:16 am
Viewing 4 posts - 1 through 4 (of 4 total)