Viewing 15 posts - 541 through 555 (of 59,069 total)
Ah, double spacing. Forgot about that. The quoting is a real annoyance as well.
So, are you leaving all of this up to us to contact @marketing, etc?
--Jeff Moden
Change is inevitable... Change for the better is not.
June 3, 2024 at 2:03 pm
IMHO, true experts have enough knowledge about a particular subject to know when they don't know something about that subject and aren't afraid to say so. Saying "I don't know"...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 1, 2024 at 10:43 pm
Lordy... even that response seems artificial, especially considering that the author supposed posted that response. Doesn't pass the "Turing Test", IMHO.
I also expected to see some actual data in this...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 31, 2024 at 9:04 pm
Go to your first post above.
Click on your name. That will take you to a different screen at the top level of your profile.
Click on "Edit Profile".
Follow your nose to...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 30, 2024 at 3:43 am
I have to ask... are the middle two letters in the author name indicative of what wrote this article?
--Jeff Moden
Change is inevitable... Change for the better is not.
May 30, 2024 at 3:30 am
ALTER DATABASE MyDB SET OFFLINE WITH ROLLBACK IMMEDIATE;
RESTORE DATABASE MyDB FROM DISK = 'D:\Backup\MyDB.bak' WITH REPLACE, STATS = 10;Restore command
Interesting. I've never using the SET OFFLINE...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 30, 2024 at 3:02 am
Please obfuscate the database name and then post the exact command(s) you're using to do the restore.
--Jeff Moden
Change is inevitable... Change for the better is not.
May 29, 2024 at 11:54 pm
Quick interuption: 5+ gallons of blueberries from my bushes. First picking. And oh, do they taste good.
More berries to come in a few weeks, possibly just as many.
What to...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 29, 2024 at 11:49 pm
Here's just one of the many proofs... Both the direct conversion from DATETIME2 to DATETIME and the faulty answer above produce the "silent failures" that I'm...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 27, 2024 at 11:26 pm
Just out of interest, what is the method you use for converting a DATETIME2 value to a DATETIME?
I thought I had a good one but then found a "silent...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 27, 2024 at 6:00 pm
Yes, well ChatGPT generates its responses one word at a time, using each preceding word and the context of the conversation, including its own partially completed sentences, to predict...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 27, 2024 at 3:30 pm
Heh... ask it how to convert a DATETIME2 value to a DATETIME value in SQL Server. 😉
I haven't got Copilot, but I thought I'd try it on ChatGPT
--Jeff Moden Change is inevitable... Change for the better is not.
RBAR is pronounced "ree-bar" and is a "Modenism" for Row-By-Agonizing-Row.
First step towards the paradigm shift of writing Set Based code:
________Stop thinking about what you want to do to a ROW... think, instead, of what you want to do to a COLUMN.
Helpful Links:
How to post code problems
How to Post Performance Problems
Create a Tally Function (fnTally)
May 27, 2024 at 3:07 pm
Heh... ask it how to convert a DATETIME2 value to a DATETIME value in SQL Server. 😉
--Jeff Moden
Change is inevitable... Change for the better is not.
May 27, 2024 at 3:20 am
.
I don't see any other big bugs...
Post links that go to the wrong post because spam notifications are no longer considered to be posts and are not counted in...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 27, 2024 at 2:55 am
All of the other folks have brought up great points on this thread and there's really nothing to add. To emphasize, though...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 24, 2024 at 12:13 am
Viewing 15 posts - 541 through 555 (of 59,069 total)