Viewing 15 posts - 661 through 675 (of 1,366 total)
In the procedure they are deleting values before a particular date.
Values are deleted from a master table and inserting into a another table.
Smaller chunks in the sense changing the date...
November 20, 2012 at 2:19 am
Thanks a lot Gail.
What i need to do to resolve this high space usage in this case?
November 20, 2012 at 2:11 am
Thanks Gail.
I was under the impression that only BULK LOG=minimal logging
November 20, 2012 at 2:05 am
Thanks Gail for the reply.
We have a proc from developers to delete around 700 millions records from a table,this caused database log files to grow very high that the disk...
November 20, 2012 at 1:59 am
Thanks Everyone.
Do we need to take any kind of backup when changing database recovery model from SIMPLE-->BULK LOGGED-->SIMPLE
Also please let know whether its necessary to take these backups after changing...
November 20, 2012 at 1:14 am
Thanks Kevin,
Ours is a small organization and cant afford consultants at this point.
November 16, 2012 at 1:09 am
Dev team is running around 37 .dtsx files. In job they are calling the main .dtsx file which in turn calls the other files.
November 14, 2012 at 3:00 am
Checked for processes having huge wait time and they are jobs calling SSIS packages with waittype RESOURCE_SEMAPHORE.
November 8, 2012 at 4:11 am
Thanks Gail,
Can you help me in identifying the processes using tempdb?? Some SSIS jobs running and its showing they are using user db.
November 8, 2012 at 4:10 am
The procedure is used to take CPU statistics,backups,update statistics,shrink ,fragmentation etc.
These procedures i think created by DBAs but extensively used by developers.
November 8, 2012 at 1:36 am
Got the above waittypes but CPU never reached more than 70%.
The server is a vmware machine with 36 Core and 9GB RAM.
November 8, 2012 at 1:33 am
Thanks Gail,
Actually its SSIS packages running behind .
Some queries used are
IF EXISTS (SELECT * FROM sys.objects WHERE object_id = OBJECT_ID(N'[dba].') AND type in (N'U'))
DROP TABLE [dba].
November 8, 2012 at 1:32 am
Viewing 15 posts - 661 through 675 (of 1,366 total)