Viewing 15 posts - 91 through 105 (of 113 total)
June 29, 2017 at 8:26 am
Jacob, I just checked all the tables which are used in the query and they are pretty much all tables except Account record and Employee. The biggest table we have...
June 14, 2017 at 8:14 am
Thanks everyone for help.
June 13, 2017 at 1:09 pm
Permission problem solved and trace file has been created.
June 13, 2017 at 10:35 am
June 13, 2017 at 10:09 am
June 13, 2017 at 9:54 am
This works. But what I want to keep track of Modified_Date as well? Does that mean a new trigger?create trigger trg_Update
on Department
after update
as
set...
June 8, 2017 at 12:31 pm
Joe Torre - Thursday, June 8, 2017 12:09 PMThis can be done using a stored procedure to update or create an update trigger.
Thanks for the...
June 8, 2017 at 12:23 pm
Thanks Sue, It looks like a decent tool which I am planning on using to test. I appreciate the help.
June 7, 2017 at 7:51 am
I ran the query from Pinal Dave which is here to see what was causing the tempdb to grow but no luck.
June 2, 2017 at 1:06 pm
May 25, 2017 at 3:28 pm
Also, is there any book or courses that someone can recommend where I can learn advanced tsql programming. I have learn from w3school but this SELECT @fileDate = convert(varchar(20),...
May 25, 2017 at 1:47 pm
Viewing 15 posts - 91 through 105 (of 113 total)