Viewing 15 posts - 8,536 through 8,550 (of 59,072 total)
Columns have no order within the row the table by definition. Likewise, rows within a table have no order.
You know, if any of that were true, we wouldn't...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 9, 2019 at 10:23 pm
>> Actually, the format YYYYMMDD is perfectly acceptable under ISO. I don't know why Celko insists on repeating his false claim over and over about YYYY-MM-DD despite being told...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 9, 2019 at 10:09 pm
Just to explain it to myself or visualize what's going on, I drew a tree of parts with assemblies etc. I started with something I could get my head...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 9, 2019 at 5:48 pm
Create specific logins as owners for the databases. Just as in the other question you asked, least privilege principle should always apply. Setting 'sa' as owner potentially opens things...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 9, 2019 at 1:55 pm
Had to take my non-calendar table solution down (previously posted in this spot). It had an error when more than 1 month was spanned.
--Jeff Moden
Change is inevitable... Change for the better is not.
October 9, 2019 at 1:43 am
Without wanting to give away the answer, the script creates an empty table variable that it populates to generate a select. So I would look at rewriting the...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 3, 2019 at 7:09 pm
Interesting. Thanks, Steve and thanks again for posting your article.
--Jeff Moden
Change is inevitable... Change for the better is not.
October 3, 2019 at 2:21 pm
p.s. And because you've put forward a good effort, IMHO, PM me and I'll show you how to think about this to solve it.
--Jeff Moden
Change is inevitable... Change for the better is not.
October 3, 2019 at 2:15 pm
I am not trying to 'game the system' I want to improve my understanding of cursor's. Any company can ask many different questions and will also change there questions....
--Jeff Moden
Change is inevitable... Change for the better is not.
October 3, 2019 at 2:06 pm
I'll also add that if the original was taking 20 seconds, there's a very good chance that it needs a little rework to make it more performant and use fewer...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 3, 2019 at 2:00 pm
Hey Jeff. Great idea! I'm going to add this to my notes.
When you have a new historical period, you create a new table and modify the...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 3, 2019 at 1:58 pm
It's actually much simpler than even that but that's it on any clues on this thread. Please PM the OP if anyone wants to help or discuss further. Help protect...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 3, 2019 at 1:04 pm
p.s. If you really want to do it right with Partitioned Views, create each period's FileGroup and File in a separate database using the exact same naming convention but with...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 3, 2019 at 12:47 pm
Hey Jeff. Great idea! I'm going to add this to my notes.
When you have a new historical period, you create a new table and modify the view definition?
Actually, it's...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 3, 2019 at 12:36 pm
MVDBA is spot on but I'll add that you MUST backup to a different physical machine than where your database files live. If backup compression is available, definitely use it...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 3, 2019 at 12:33 pm
Viewing 15 posts - 8,536 through 8,550 (of 59,072 total)