Viewing 15 posts - 5,221 through 5,235 (of 59,089 total)
Shifting gears a bit, here' a search that will lead you to many different fairly easy methods of doing simple things in HTML from T-SQL.
https://duckduckgo.com/?q=create+html+table+in+t-sql&ia=web
You can easily get a...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 30, 2021 at 12:32 am
There doesn't appear to be any information in any of the tables that associates a given CarID with an invoice. The closest thing to that is the InvoicesCostCenterAllocations table but...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 28, 2021 at 8:49 pm
Jeffrey Williams is spot-on with his post above. I'll add that you should post the example data in a "Readily Consumable Format". Please see the article at the first link...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 28, 2021 at 7:17 pm
Reported in The Economist just last week: "Working 55 hours or more a week is 'a serious health hazard' according to the World Health Organisation, in a first global...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 28, 2021 at 7:08 pm
I suspect that there's some pretty nasty accidental many-to-many joins based on the account number and date. Take a look at the article at the 2nd link in my signature...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 28, 2021 at 1:52 pm
I realise that I am a bit late to the party. The percentage increase is one that many people get wrong.
When I demonstrate similar issues, I like to use...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 28, 2021 at 12:54 pm
I'll go one step further... stop using REORGANIZE except to compress LOBs and then make sure that you do a REBUILD right after because it also compresses the indexes. It...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 28, 2021 at 12:15 am
Did the job ever work or is it brand new?
--Jeff Moden
Change is inevitable... Change for the better is not.
May 27, 2021 at 12:09 pm
Sorry I could not include the data it was a work project. I've simplified the CTE so now I don't need the lead so everything is working. I am...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 27, 2021 at 12:06 pm
Is there any resources for learning UDFs? I have look online but I could only find basic introductions. I am keen to fully understand how I can best use...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 27, 2021 at 10:43 am
Always Encrypted is different than TDE. If you are using ALways Encrypted, the keys are in sys.column_encryption_keys and sys.column_master_keys.
Awesome... thanks Steve. We don't use any...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 27, 2021 at 10:21 am
Hello Jeff,
Can you please help with it in the way you advised in SQL SERVER.
Thank you
ASiti
Sorry... I kind of ignored this thread because it looked like folks had...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 27, 2021 at 10:13 am
Also... make sure you test the "Devil" out of any SQLCLR you might use for this... a lot of people have a lot of different ideas of what should happen...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 27, 2021 at 9:58 am
Here https://sqlperformance.com/2012/07/t-sql-queries/split-strings you have a performance comparison for some methods.
As you can see, the CLR versions have no comparison with the rest. You can build...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 27, 2021 at 9:40 am
I have to disagree... this isn't a "Disturbing" technique. Companies are being forced into a position of being able to be sued because of information that they're supposed to protect. ...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 26, 2021 at 4:16 am
Viewing 15 posts - 5,221 through 5,235 (of 59,089 total)