Viewing 15 posts - 3,031 through 3,045 (of 59,067 total)
Who says? It didn't specify anything about the table. Consider it to be "most convenient". 😀
The OP said:
you want to search for all users who have an email...
August 3, 2022 at 2:38 pm
Also, consider the fact that you're grouping by a table that is the "Right" table of a Left Join. Perhaps it would be better to get the data for the...
August 2, 2022 at 11:19 pm
For example... all the other tables are left joined vw_UsageReportCached view. So, remove everything else form the code not having to do with that view and see what you come...
August 2, 2022 at 10:52 pm
Start tearing apart the query(ies) in the function. You know the data is available. Find out which part of the code in the function is preventing it.
August 2, 2022 at 10:19 pm
That's reading from a function, not the view. You don't know if the function is the issue or the view.
August 2, 2022 at 9:58 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 permission on...
August 2, 2022 at 9:38 pm
I am trying to standardize an address field. I want to extract the first three words of the full address (ex: 123 Main Street) into a new column. I...
August 2, 2022 at 9:26 pm
Who says? It didn't specify anything about the table. Consider it to be "most convenient". 😀
August 2, 2022 at 8:51 pm
@JeffModenI What is the correct way in testing a view? did post the view's code
I wasn't talking about the code for the view. I was talking about the simple...
August 2, 2022 at 8:46 pm
That is a simple q, I say give it a simple answer. There's no need to over-analyze every q or nit pick its wording.
You're missing the point, Scott. I...
August 2, 2022 at 8:27 pm
Jeff: you text data was amazing!!! becouse that I undertood your point about the issue....and thanks to ScottPletcher for your explanation. My doubt was cleared.!
Thank you for the kind...
August 2, 2022 at 8:16 pm
I tested the view and found that the columns in question does not contain any data, no matter what date range i choose. I also found that table 'auditLevyBreakdown'...
August 2, 2022 at 3:20 pm
"It Depends"on what "most convenient" means. You've just added an index that's going to do page splits all over the place unless you use a Fill Factor, which most will...
August 2, 2022 at 3:14 pm
The problem does NOT appear to have anything to do with the creation of the SMP_FLAG or the assignment of the letter 'X' to it or the use of it...
August 2, 2022 at 2:54 pm
Then use THAT instead of what you have in the code you posted!!! 😉 Here's what you...
August 2, 2022 at 2:38 pm
Viewing 15 posts - 3,031 through 3,045 (of 59,067 total)