Viewing 15 posts - 31 through 45 (of 764 total)
UPDATE: After some addiotnal checking I found that there are 2 built in DMM's that can be used to shows teh same info that you see in SSMS's View Dependencies;...
May 8, 2023 at 3:18 pm
All - I ended up figuring out a way to do this; SSMS's View Dependencies. If you select the SP you want to get the hierarchy for and select Objects...
May 8, 2023 at 2:29 pm
OMG. This vendor has soooo many cursors. Pretty much all updates to transactions (charges, receipts, check, invoices) are done using a cursor. In more recent years I heard they finally...
May 6, 2023 at 2:55 am
I can't say the same applies to your situation but on my end when the vendor does reports they charge a lot (I used to make those reports mostly in...
May 5, 2023 at 9:06 pm
Out of curiosity what type of reports were they making? Was it using one of teh 3rd party popular custom reporting apps like Crystal Reports or SSRS or was it...
May 5, 2023 at 5:37 pm
My absolute pleasure and like you I have been thru the painful move to the vendor's cloud and since we've stopped having the app on-prem things have been a lot...
May 5, 2023 at 5:36 pm
Jeff - I just took a look at the article and gave it a try and none of the examples work for an SP. I see that they list SP's...
May 5, 2023 at 4:52 am
Thanks soooo much Jeff!
May 5, 2023 at 4:39 am
This did not work for me. I have a SP called LF5_JOb that contains the line EXECUTE LF5_Job2 and your code did not show this
May 5, 2023 at 12:05 am
fyi.. THSI ONLY SHOWS THE FIRST sp THAT THE NAMED sp IS CALLING. fOR EXAMPLE IF i HAVE THE FOLLOWING sp
LF5_Job
LF5_Job2
LF5_Job3
LF5_CalcFess
Where LF5_Job calls LF5_Job2 and Lf5_Job2 Calls Lf5_Job3 and LF5_CalcFees
When...
May 5, 2023 at 12:04 am
After getting a lot of heat from angry customers RG did make a formal posting about the issue acknowledging the problems with SQL History and said they're working on it. ...
March 24, 2023 at 2:43 pm
The SQL Prompt User forums are filled with unhappy users. You're the first person I've seen say it's better. I tried SQL History and it was incredibly slow and not...
March 24, 2023 at 2:40 pm
Jeff - the code in the original post was removed b/c in just a few mins after posting it I figured it out and I was going to delete the...
March 17, 2023 at 11:34 pm
Jeff - Gotcha!
March 17, 2023 at 9:07 pm
Jeff - The trigger did capture the change of a non-null value to null when I removed the date form an item and dtInactive was set to NULL.
March 17, 2023 at 5:56 pm
Viewing 15 posts - 31 through 45 (of 764 total)