Viewing 15 posts - 1,441 through 1,455 (of 59,067 total)
I agree with Eirikur on all this... I believe that a whole lot of people resort to the likes of Python because they don't actually know how to use SQL...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 18, 2023 at 3:23 am
I can't answer your question but my question would be, "Why"? What problem are you trying to solve with "In Memory" tables?
The reason I ask is because I've made 20...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 18, 2023 at 3:11 am
When you setup the trace in SQLProfiler, be sure to include the TextData and HostName columns. Then, on the Events Selection tab, click on the column name and setup a...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 18, 2023 at 2:54 am
By the way has anyone else noticed that this discussion has gone way off topic??
It became a "water cooler" thread very early in its existence. 😉 Most of us...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 18, 2023 at 2:37 am
To me, encrypting it is always in scope. I just got yet another hack-attack alert about 6 million peoples' data being stolen including SSNs. Seems like I get one every...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 16, 2023 at 3:13 am
Still if I am going to use code to process data manipulation with a need for speed I am going to use a compiled language (C, C++, Java, etc...)...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 16, 2023 at 2:41 am
Thanks, Dennis... that was my exact first impression and for the very reason you stated... The word "but".
How about the rest of you good folks... did anyone else...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 15, 2023 at 7:27 pm
Thanks, Dennis... that was my exact first impression and for the very reason you stated... The word "but".
How about the rest of you good folks... did anyone else...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 15, 2023 at 7:17 pm
SQL would be my first choice for cleaning data, while it's a powerful tool for querying and cleaning data, it may not be the best choice for performing complex...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 15, 2023 at 7:16 pm
Hi there! It sounds like you want to create league standings based on game data and team data in different seasons. Here's what you can do:
First, you'll need to...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 14, 2023 at 10:37 pm
Thanks, Dennis... that was my exact first impression and for the very reason you stated... The word "but".
How about the rest of you good folks... did anyone else have a...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 14, 2023 at 6:58 pm
Jeff Moden wrote:why they thought SQL couldn't be used to do any of those things.
He he, first guess is that they don't know how to! 😎
Thanks, Eirikur. I appreciate...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 14, 2023 at 3:48 pm
Shifting gears a bit...
I ran across an article that had the following statement in it...
"Learning SQL helps us to communicate with databases, but when it comes to cleaning, manipulating,...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 14, 2023 at 3:05 pm
@Below86 ,
Looking at what you said, I can really sympathize. To be sure, my comments were based on people that were actually hired to work with T-SQL day in and...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 14, 2023 at 2:42 pm
The appropriate method to shrink a log file for a database in bulk/full recovery model is:
1. put the database in simple mode, full backup
2. shrink the log file,
3. put...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 12, 2023 at 7:57 pm
Viewing 15 posts - 1,441 through 1,455 (of 59,067 total)