Viewing 15 posts - 3,046 through 3,060 (of 59,067 total)
sometime i got same issue, how can i solve this
To be honest, this sounds like a setup for a SPAM update. If you're not a spammer, go back to...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 3, 2022 at 2:44 pm
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...
--Jeff Moden
Change is inevitable... Change for the better is not.
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...
--Jeff Moden
Change is inevitable... Change for the better is not.
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...
--Jeff Moden
Change is inevitable... Change for the better is not.
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.
--Jeff Moden
Change is inevitable... Change for the better is not.
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.
--Jeff Moden
Change is inevitable... Change for the better is not.
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...
--Jeff Moden
Change is inevitable... Change for the better is not.
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...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 2, 2022 at 9:26 pm
Who says? It didn't specify anything about the table. Consider it to be "most convenient". 😀
--Jeff Moden
Change is inevitable... Change for the better is not.
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...
--Jeff Moden
Change is inevitable... Change for the better is not.
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...
--Jeff Moden
Change is inevitable... Change for the better is not.
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...
--Jeff Moden
Change is inevitable... Change for the better is not.
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'...
--Jeff Moden
Change is inevitable... Change for the better is not.
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...
--Jeff Moden
Change is inevitable... Change for the better is not.
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...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 2, 2022 at 2:54 pm
Viewing 15 posts - 3,046 through 3,060 (of 59,067 total)