Viewing 15 posts - 2,731 through 2,745 (of 59,098 total)
I think you need to start over. Google why we never use MONEY. Normalize this mess. neither table has a key at all. A calendar has an obvious key...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 21, 2022 at 8:13 pm
We have DATE data types, souse them and not the old Sybase datetime from UNIX. Does the status have to be contained in the temporal interval, or can it...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 21, 2022 at 6:21 pm
Won't the application still work if you install 2017 and simply set the compatibility level to 2016?
--Jeff Moden
Change is inevitable... Change for the better is not.
September 21, 2022 at 6:14 pm
wrote:That is battling. I was stunned by your affiliation. I'm happy to see a particularly subject. Altruisticly go to my blog and read it.
Spam incoming .....
Someone is running...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 21, 2022 at 5:05 am
@Eirikur: of course it is possible to do the calculation with bit shifting, reversing, converting to binary etc., but WHY? Just because it is possible and makes some old...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 20, 2022 at 11:21 pm
Good point Jeff, never used the functions for negative timestamps...
Unfortunately and as identified in point #2 of the Prolog of the article...
2. Many solutions don’t account for negative...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 20, 2022 at 10:13 pm
Is anything here part of ISO/IEC 9075:2016 (ANSI X3.135)? https://blog.ansi.org/2018/10/sql-standard-iso-iec-9075-2016-ansi-x3-135/
What parts of the SQL standard has Microsoft not yet implemented?
At the prices they charge for the...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 20, 2022 at 10:03 pm
With so little claimed knowledge on your part, I'm going to direct you to a tool that has help many both with and without experience. It's not a magic fix......
--Jeff Moden
Change is inevitable... Change for the better is not.
September 20, 2022 at 8:46 pm
Hello everyone!
I am in dire need of some assistance or direction. I am by no means a expert at any of this stuff. Unfortunately for me the company I...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 20, 2022 at 2:34 pm
I work on sql server 2019 i have table have 20 milion rows .
i need to export data Exist on table to only one file by using sql server...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 20, 2022 at 2:05 pm
Just a few more tests on the function you posted. Haven't done a deep dive on your code but, at first blush, it would appear that it doesn't like working...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 20, 2022 at 1:53 pm
i found a script. this can be close
You do realize that's not going to find any job that executes a stored procedure that executes xp_CmdShell, correct?
This sounds a bit...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 20, 2022 at 1:23 am
Thank you for the kind feedback and the functions, Eirikur.
Perhaps I'm using the function incorrectly but try the following (and, if so, please let me know)...
SELECT...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 19, 2022 at 11:22 pm
I would use an SSMS add-in like ApexSQL Refactor.
There is a free version of it here https://en.freedownloadmanager.org/Windows-PC/ApexSQL-Refactor-FREE.html
I think you only get a trial period with...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 19, 2022 at 2:54 am
2. That kinda makes me want to build a query that recursively uses sys.sql_expression_dependencies joined sys.sql_modules to find all schema binding objects that are binding an object and...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 19, 2022 at 2:38 am
Viewing 15 posts - 2,731 through 2,745 (of 59,098 total)