Viewing 15 posts - 46 through 60 (of 111 total)
hi ...pls check my topic " trigger issue" in administering forum.....
if you can help than i will be very thankful to you
March 17, 2009 at 4:08 am
sory i should use word inactive instead of uncommited...but if you are telling that it's not see whatever in log file then how can it see that this is inactive...
March 17, 2009 at 3:03 am
whatever i know is that when you shrink log file it will remove all uncommited transaction from transactional log file ....
so whenever you want to shrink log file first keep...
March 17, 2009 at 12:31 am
i m not seeing that inserted data i know that i can see through directly this is for just example...what i m doing is from from inserted data i m...
March 17, 2009 at 12:23 am
set min and max memory to your preferebale choice like 500 mb or whatever you like ...
set min and max memory to one fixed value...like if you set 500 mb...
March 16, 2009 at 8:02 am
is that sql server only used by you or may be multiple user use that...or any application....you have to check first those things ...
March 16, 2009 at 6:59 am
hi if you can give more description abt what's your update statement ....
and what you have written in trigger
and r u using row that are updated in procedure... give...
March 16, 2009 at 6:50 am
ALTER TRIGGER [dbo].[tr_insert]
ON [dbo].[table1]
AFTER INSERT
AS
BEGIN
-- SET NOCOUNT ON added to prevent extra result sets from
-- interfering with SELECT statements.
SET...
March 9, 2009 at 8:11 am
hi but i m not importing data through bulk insert actually ... i m doing that through import and export wizard .....
so can u pls help out me for...
March 9, 2009 at 7:46 am
Hi by mistake i have do two post so i m going to unsubscribe from one ....
March 9, 2009 at 7:43 am
hi,
do one thing... goto services... in run type services and then in services ...
sql server agent(mssqlserver) try to restart or start from here.... is there any positive result if no...
March 3, 2009 at 12:18 am
can u pls tell that all those data comes in which file means in txt or in excel....
February 18, 2009 at 12:03 am
Viewing 15 posts - 46 through 60 (of 111 total)