Viewing 15 posts - 121 through 135 (of 185 total)
hi,
first itz not a production database
2nd i hv proper back up
3rd look into my 3rd point in the previous post.
"copy the .ldf and .mdf to other machine"
so @sql...
July 24, 2009 at 7:26 am
Hi All,
Thanks for your suggestions,
I've done with it. Steps I've followed are
1. KILL the processes which is active / suspended / sleeping etc on the database 😀
2. ...
July 23, 2009 at 4:55 am
obviously,
hundreds of database triggers cannot be created on single database.
but i was searhing the normal triggers in data base triggers txtPost_CommentEmoticon(':hehe:');
thnx,
regards
viji
July 20, 2009 at 3:33 am
hi,
i found........
if i create a trigger on database then it comes under database triggers........
or else
it comes under that particular table itself. 😀
columns........keys......constraints..........triggers
thanx
regards
viji
July 20, 2009 at 1:30 am
i'm using sql server 2005. for that also its not appearing........
wht to do.
but i've created a new trigger that is appearing. the others which is having type as TR...
July 20, 2009 at 12:55 am
hi suresh,
thanx for your quick reply.
my sys.triggers shows more than 100 triggers but my database triggers shows nothing.
if i query syscomments i can get the text of the triggers also....
July 19, 2009 at 11:42 pm
Thanks Lynn Pettis,
that is a web application. I use sql server 2005 and ASP.
the same code works well with one set of DB. the same code doesnot work...
July 6, 2009 at 9:04 pm
Hi,
i'm from data base background. so i don't knw much abt . net
but if u say that is the only solution, then i can take someone's help from my...
June 28, 2009 at 10:33 pm
what you are telling is 100% true.
But my client wants to send an error message with only those records if it is not in proper dd/mm/yy format.
really held up.
-Viji
June 25, 2009 at 12:11 am
Thanx for your reply.
but my problem is if it is 14/05/09 it takes as 14th May 2009.
But if it is 04/15/09 then it takes 15th April 2009
but...
June 24, 2009 at 9:37 pm
Hi Abhijit,
The trace gives me very lengthy reports if I query those to get eventclass in (12,13) would that be sufficient?
Again I have to get table names from Inline...
June 19, 2009 at 4:14 am
SELECT DISTINCT
o.name , oo.name
FROM sysdepends d, sysobjects o, sysobjects oo
WHERE o.id=d.id
and o.name= @ProcName -- Stored Procedure Name
and oo.id=d.depid and depnumber=1
ORDER BY o.name,oo.name
THIS WILL NOT...
June 19, 2009 at 12:33 am
Thanks for your valuable responses
Regards,
Viji
June 17, 2009 at 8:49 pm
Hi Grant Fritchey,
Thanks for your reply. my problem is the profiler fetches many rows and filtering table names alone from it is a painful job. Instead I'm...
June 17, 2009 at 8:44 pm
Hi,
i end up with Rajesh's idea. and it works well.
i have to try Gianluca Sartori's suggestion also.
thnx guys,
regards,
viji
June 14, 2009 at 9:08 pm
Viewing 15 posts - 121 through 135 (of 185 total)