Viewing 15 posts - 5,581 through 5,595 (of 59,089 total)
I do not consider "2359 to 2359" a valid case, as that might imply it may also span multiple days
Ordinarily, I'd agree but to consider the span...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 26, 2021 at 5:01 pm
This is why I asked the OP for what they expected if the output were to be displayed...
IF the " - " that leads a NULL value are to NOT...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 26, 2021 at 4:52 pm
jcelko212 32090 - Thanks, appreciate this. As mentioned, I am relatively new to SQL. I'll continue to read up...
The Dixie Flatline - the result that I am hope for...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 26, 2021 at 4:19 pm
Three decades ago, I tried posting super consolatory postings. I tried fixing one and only one problem at a time when somebody posted a total mess. I found out...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 26, 2021 at 4:05 pm
GUIDS are big, fat and ugly... they bloat indexes. 😀
Yep... but they work a whole lot better than trying to gerry rig a concurrent MAX solution for this and...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 26, 2021 at 2:47 am
Yes, but I just recommended against doing that.
--Jeff Moden
Change is inevitable... Change for the better is not.
February 26, 2021 at 12:38 am
Gosh, no. Don't change the SET CONCAT_NULL_YIELDS_NULL setting on your server or in your session! Use the CONCAT function instead. Please read the following...
https://docs.microsoft.com/en-us/sql/t-sql/functions/concat-transact-sql?view=sql-server-ver15
--Jeff Moden
Change is inevitable... Change for the better is not.
February 26, 2021 at 12:06 am
I have to agree with Brian... what is the problem with using something that guarantees you won't have a problem with concurrency such as an IDENTITY column or a SEQUENCE? ...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 25, 2021 at 11:50 pm
Heh... and I strongly recommend that you don't give up the Adjacency List model because of how incredibly easy it is to maintain. Use it to drive the creation of...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 25, 2021 at 8:35 pm
If tempdb is growing every time you run this package - that indicates another process somewhere that is shrinking the files. You should not be shrinking the files...reset the...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 25, 2021 at 8:15 pm
I've been in the world of data almost as long, Joe. Everything you say is true but your posts aren't changing any of that. You need to understand that the...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 25, 2021 at 7:49 pm
Please see the folllowing 2 articles... there's no need for such things to be slow.
If you keep the "Adjacency List" going, you'll be able to easily maintain things...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 25, 2021 at 5:43 pm
The picture you posted is not a table by definition. It's got duplicate rows! You have no key or constraints. The strings you posted are not how we represent...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 25, 2021 at 4:38 pm
Sorry... erroneous post removed.
--Jeff Moden
Change is inevitable... Change for the better is not.
February 25, 2021 at 4:17 pm
Sorry... erroneous post removed.
--Jeff Moden
Change is inevitable... Change for the better is not.
February 25, 2021 at 4:17 pm
Viewing 15 posts - 5,581 through 5,595 (of 59,089 total)