Viewing 15 posts - 3,121 through 3,135 (of 59,086 total)
You haven't answered my question... what is the datatype of your S1SDAT column? If it's an INT, BIGINT, DECIMIAL(X,0) or any other datatype that doesn't have the word DATE in...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 28, 2022 at 4:57 am
Ok, Jeremy... the following code will do the same thing as above but without you having to install the Tally function. Again, you don't need all of this code. You...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 28, 2022 at 4:23 am
I am really sorry but I don't think I am allowed to install that in my database. Maybe there is a different way...
Who knows. They might have something similar...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 28, 2022 at 4:13 am
Ok, Jeremy... If you look in my signature line just below the body of this post, you'll find a link with the word "(fnTally)" in it. Go to that article...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 28, 2022 at 3:16 am
Scott
I am getting an error "Arithmetic overflow error converting expression to data type datetime."
Almost there but you post above brings to question... what is the datatype for your S1SDAT...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 28, 2022 at 2:43 am
Hello everyone,
I have such an issue. I have a column S1SDAT that contains dates within the week period normally from what I see Mon - Fri and then I...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 27, 2022 at 11:51 pm
Heh... lordy. That's a snoot full of code. Thanks, Jonathan.
--Jeff Moden
Change is inevitable... Change for the better is not.
July 27, 2022 at 8:50 pm
Yep... if they can make stuff like that clickable, why can't they make it codeable? The answer is, they can but haven't,
--Jeff Moden
Change is inevitable... Change for the better is not.
July 27, 2022 at 7:14 pm
I wish they'd build stuff like "GenTableScript" and "GenIndexScript" into SQL Server. It would make...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 27, 2022 at 6:15 pm
I have a quick questions
If I installed Cumulative Update 16 for SQL Server 2019 and then installed GDR 16 for SQL Server 2019 - will I be able to...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 27, 2022 at 6:13 pm
I can't speak for others but relational databases aren't going away. I also love the fact that I don't actually have to write loops in it do to the same...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 27, 2022 at 6:11 pm
Sure I will correct from next by typing the content here and code in code area.
Hi Jeff -I am using third party component which will connect to another third...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 27, 2022 at 5:48 pm
Hi All,
I have a requirement to update set of records to an external environtment which is connected via ADO .net
There are set of records in my table which i...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 26, 2022 at 6:49 pm
I don't know what you mean by "Feature Flag". On the SQL side, knowing that is super important. Databases are the proverbial "Center of the Universe". If you don't think...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 26, 2022 at 6:45 pm
Was the backup it was trying to copy actually finished? If it wasn't, there's your "sharing violation".
If you try to rename a file to what the current name is and...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 26, 2022 at 6:28 pm
Viewing 15 posts - 3,121 through 3,135 (of 59,086 total)