Viewing 15 posts - 1,426 through 1,440 (of 59,066 total)
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...
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...
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...
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...)...
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...
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...
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...
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...
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...
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...
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,...
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...
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...
May 12, 2023 at 7:57 pm
Hey Jeffrey thanks for chiming in.
Let me clarify what’s happening. There is a delete query and an insert query wrapped in a Begin Commit/Rollback Tran. Some of the data...
May 12, 2023 at 4:19 am
My concern isn't the advice to switch - it is that some believe that is the accepted method without understanding the risks.
Yep... I got that and agree.
Again, there...
May 12, 2023 at 4:14 am
Viewing 15 posts - 1,426 through 1,440 (of 59,066 total)