Viewing 15 posts - 3,076 through 3,090 (of 59,086 total)
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
Then use THAT instead of what you have in the code you posted!!! 😉 Here's what you...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 2, 2022 at 2:38 pm
I'm pretty sure that I'd remove the IP address and port from the original post. Just sayin'... you know... Security??? 😉
Hmmm... I'm pretty sure that IP address is...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 2, 2022 at 2:16 pm
Show mercy on newbie 🙂
Heh... I did!
While it may come to having to do a reboot, recommending a reboot without qualification is a bad idea.
--Jeff Moden
Change is inevitable... Change for the better is not.
August 2, 2022 at 2:08 pm
That's some really bad code to troubleshoot, Jeremy. Someone not familiar with the tables would have a heluva time trying to figure what which columns come from which tables and...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 2, 2022 at 6:34 am
I'm not going to answer your question. YOU are. Here's a test table that you can try all 3 answers on. Don't let the "million" row thing scare you... this...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 2, 2022 at 3:48 am
If your ldf is actually larger than your mdf, like you say it is, then you have a much worse problem on your hands. You need to find and fix...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 1, 2022 at 7:18 pm
Viewing 15 posts - 3,076 through 3,090 (of 59,086 total)