Viewing 15 posts - 106 through 120 (of 491 total)
Guess: There's enough free space in the data file, but not in the log
Gail, am sorry i didnt understand the above statement.
Infact my data file is having more space than...
August 11, 2011 at 1:43 am
I intentionally have'nt provided the commit stmt. I wanted to keep that as a open tran.
I was expecting the CKPT to do that for me. I was basically trying to...
August 11, 2011 at 1:40 am
Hi Ninja,
What all other possible scenario's when ldf grows beyond mdf file?
Any example??
August 9, 2011 at 3:42 pm
Thanks Pradeep.
August 8, 2011 at 12:11 am
Thanks Gail for sharing the information. 🙂
August 7, 2011 at 8:26 pm
Hi,
There is a slight difference 🙂
using my implementation if i execute
exec usp_p1 'b1',null,null,null
-- output which is expected.
/*
b1p12001-01-01 00:00:00.0002002-01-01 00:00:00.000
*/
using ur implementation
exec usp_p1 'b1',null,null,null
-- no output. which is not...
August 3, 2011 at 9:47 pm
resolved my self.
For the benefit of others. Hope this will be useful.
alter proc usp_p1
@branchcode varchar(10),
@promocode varchar(10),
@effdt datetime,
@exprdt datetime
as
begin
if (@branchcode is null and @promocode is...
August 3, 2011 at 9:27 pm
do we have the event notifications for sql 2008 apart from CDC(change data capture)?
July 22, 2011 at 4:51 am
Viewing 15 posts - 106 through 120 (of 491 total)