Viewing 4 posts - 1 through 4 (of 4 total)
Please follow this exmple
CREATE TABLE selftest
(Id char(1),
color varchar(50)
)
GO
INSERT INTO selftest SELECT '1', 'Yellow'
INSERT INTO selftest SELECT '1', 'Red'
INSERT INTO selftest SELECT '2', 'Red'
INSERT INTO selftest SELECT '2',...
June 18, 2010 at 6:34 am
Yes Sql Server rollback all the process.
Regards
Irshad Vaza
February 4, 2010 at 10:21 pm
If u want to limit the size log file , the sp_cycle_errorlog system stored procedure can be issued to start a new error log. Depending on the growth rate...
May 8, 2009 at 11:27 pm
Thanks for this topic. It will be very helpful for me. Developers sometimes do ask those questions of us.
Regards,
Irshad Vaza
September 9, 2008 at 3:47 am
Viewing 4 posts - 1 through 4 (of 4 total)