Viewing 15 posts - 3,001 through 3,015 (of 59,067 total)
My apologies... there's a missing word as follows....
"Each test will have the following nearly sections:" should have been "Each test will have the following nearly identical sections:"
And I left an...
August 5, 2022 at 4:30 am
Thanks, and, yes... it's there clear as day. Thanks Frederico.
August 4, 2022 at 9:23 pm
Just had another thought... do you have privs to view everything? It may be that the script will only return what YOU can see on the database. Like I said,...
August 4, 2022 at 8:39 pm
Yes, it is the database thats hold the table in question. I got this as an instruction:
"find out how the table is populated, fn_GetSummaryReport only reads from the table. ...
August 4, 2022 at 8:35 pm
Something is wrong. I just tried it with a table with data in it and i get nothing back.
That doesn't mean that there's a stored procedure...
August 4, 2022 at 8:29 pm
I'm thinking that you need to find out if it's "static" or not. It's starting to sound like it and you may have to make a copy of the data...
August 4, 2022 at 8:21 pm
Drew showed me his wonderful code to do this same thing on another thread. I did a deep dive on it and the concept is wonderfully simple and it solved...
August 4, 2022 at 8:19 pm
Yeah... I definitely posted to the wrong thread. Here's the thread I meant to post to. The only thing my post on this thread does is show the performance. It...
August 4, 2022 at 8:15 pm
I don't understand what that query is doing?
Is there another query written in a more standard way that produces the same results but is slower?
It creates an million row...
August 4, 2022 at 8:09 pm
Is the current database that you're running the code in the same database as where the table is?
If so, then I don't know what the issue is other than there...
August 4, 2022 at 7:54 pm
Drew, thanks again for the solution. It's "Spec-hacular"!
August 4, 2022 at 7:53 pm
Drew showed me his wonderful code to do this same thing on another thread. I did a deep dive on it and the concept is wonderfully simple and it solved...
August 4, 2022 at 7:50 pm
Aye. Thanks for the link. The solution that you posted is even simpler than either of those two and now I understand about why you say it's not where you...
August 4, 2022 at 6:45 pm
It clearly states that you do NOT need to grant sys_admin privs...
source connection must have the sysadmin role, OR have the db_owner role and the SELECT...
August 4, 2022 at 6:29 pm
I have a table that is empty and it should have data in it. I need to find a stored procedure or table(s) that populates this table.
How do i...
August 4, 2022 at 6:22 pm
Viewing 15 posts - 3,001 through 3,015 (of 59,067 total)