Viewing 15 posts - 2,461 through 2,475 (of 59,086 total)
The error seems to indicate that the "idCategoria" column doesn't exist in one of the two tables. Check each of the two tables to make sure that the column does...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 19, 2022 at 11:45 pm
Thanks for the feedback.
--Jeff Moden
Change is inevitable... Change for the better is not.
November 18, 2022 at 9:34 pm
That all depends on the OP - and it isn't clear if they are looking for help with MySQL or converting from MySQL to SQL Server. If they are...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 18, 2022 at 9:32 pm
...
Then I proved the unthinkable... I made the 99% fragmented index twice as slow by [insert drum roll here] defragmenting it! That was a fortuitous accident that I...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 18, 2022 at 3:20 pm
I have to disagree a bit with the opening quote in the article. My "wins" are learning episodes and so I'm always winning, not because I'm undershooting my potential, but...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 18, 2022 at 6:22 am
I thought it was someone trying to convert some other dialect to SQL Server. 🙁 I wish people would declare things like that. Offering help in MySQL isn't a problem...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 18, 2022 at 3:08 am
If you want just the month name, SELECT FORMAT(getdate(), 'MMMM')
But ideally you would return the date as is and format it at display time.
You don't want to do that...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 17, 2022 at 7:02 pm
In tha
Thanks to all to welocome me. I hope , i'll gain more and more knowledge here.
In that case... Do you know what a "Tally" or "Numbers" table or...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 17, 2022 at 2:20 pm
Hi SQL Gurus,
One of our production database is running very slow. I checked blocking , I didn't see any blocking. Also, check for running processes and look for any...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 17, 2022 at 7:28 am
I had no clue but, when I did a search for it, It thought it was hilarious (or, more likely, hilari-ass) that one of the items returned on the first...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 16, 2022 at 9:10 pm
I'm pretty sure this a spam post. The exact same question was posted on Reddit a month ago. It's looks like the ol' one question from login and answer with...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 16, 2022 at 8:47 pm
Now this is a massive jump from a local instance running on my laptop (core i5, 8 gb RAM) to a database on Azure free trial
Welcome to the world...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 16, 2022 at 8:38 pm
An Azure Database with 10 DTU's is the second lowest size available, up the size and try again.
He's using the "free trial" version... can you actually up the DTUs...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 16, 2022 at 8:36 pm
Will the real Robert Sterbal please stand up?
--Jeff Moden
Change is inevitable... Change for the better is not.
November 16, 2022 at 7:45 pm
Cascading triggers?
--Jeff Moden
Change is inevitable... Change for the better is not.
November 16, 2022 at 7:18 pm
Viewing 15 posts - 2,461 through 2,475 (of 59,086 total)