Viewing 15 posts - 3,841 through 3,855 (of 59,067 total)
Install the table valued function in this script: https://www.sqlservercentral.com/scripts/a-daterange-table-valued-function
I'll say it again... that's a killer general purpose function with a lot of uses. Thanks for publishing that, Jonathan.
--Jeff Moden
Change is inevitable... Change for the better is not.
February 28, 2022 at 4:20 pm
Can I hide view definition of others users's procedures from SA user. I want to hide business logic.
The only way to do this is to deliver you code on...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 28, 2022 at 4:15 pm
Hi experts,
Sorry for not getting you a table or data at this moment but I will if I need to get help tomorrow
How do I get
2....
--Jeff Moden
Change is inevitable... Change for the better is not.
February 28, 2022 at 3:59 pm
and kick the designer in a place where it hurts ...
That would NOT be in the area above the shoulders... they're obviously feeling no pain there. 😀 (Although the...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 28, 2022 at 3:55 pm
I really enjoyed this article and linked items. I remember way back when (more than 3 decades ago) I would manually check the waveform coming form the UPS, doing battery...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 28, 2022 at 3:41 pm
Please mark Jeff's answer as correct, if you wouldn't mind.
BWAAA-HAAA! Well that didn't work. 😀
--Jeff Moden
Change is inevitable... Change for the better is not.
February 28, 2022 at 2:07 am
This is a pretty good example of why companies will always need a DBA. 😀
--Jeff Moden
Change is inevitable... Change for the better is not.
February 24, 2022 at 11:07 pm
If the IDENTITY column is used properly and not just as a row number, then you DO need to consider the joins because they will be mostly by IDENTITY. 😉
--Jeff Moden
Change is inevitable... Change for the better is not.
February 24, 2022 at 11:05 pm
good for beginners.
Even though the post above is a decade old now, it's still a great recommendation. I can't speak to the first link with any knowledge because this...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 24, 2022 at 6:58 pm
That's very thoughtful. Awesome post!
--Jeff Moden
Change is inevitable... Change for the better is not.
February 24, 2022 at 6:40 pm
When tuning, first concentrate on getting the best clustered index on every (significant) table. The clus index is by far the most significant performance factor for the table. A...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 24, 2022 at 6:12 pm
I am new to sql server and hav been researching indexes but I am still not sure on the best practice for indexes for one of my tables. The...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 24, 2022 at 4:05 pm
Hi Jeff,
To clarify, no the Database is 100% active as it is a transactional Database. what I was attempting to add above was that there have been no code...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 24, 2022 at 8:02 am
You original post talked about 1's and 0's. You've now post data with only 1's and haven't posted the result that you're looking for. I don't know about anyone else...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 24, 2022 at 7:59 am
I was afraid of that. I was hoping that the remnants of the parent id for each row might be left in the table. I've never used HierarchyID except for...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 23, 2022 at 2:24 am
Viewing 15 posts - 3,841 through 3,855 (of 59,067 total)