Viewing 15 posts - 4,261 through 4,275 (of 59,067 total)
That would have been my preferred method as well. But the project has been going on for a few years and this is what has been followed historically, even...
November 30, 2021 at 1:40 am
The filenames are named with the groups there are in - Filename1_Group1.csv, Filename2_Group1.CSV, Filename3_Group1.csv; Filename1_Group2.csv, Filename2_Group2.CSV, Filename3_Group2.csv, and so on
When I create the dataflow task, I add the name...
November 30, 2021 at 1:38 am
An experienced developer complained to me that until SQL has a date, and a time, datatype, it will never be a very good database. This person has been writing...
November 30, 2021 at 1:19 am
I have to admit that I've never done a SUBSTRING on a NULL directly as in the question. I've not seen anyone even try to do such a thing in...
November 29, 2021 at 9:31 pm
Ok... here's one for you that a whole lot of people don't understand (borrowing a part of a quote from the article)...
"Don't try to learn T-SQL. Try to learn to...
November 29, 2021 at 8:09 am
That's almost exactly what I suggested in the other post. You ARE trying to delete 41% of the table. After doing that (deletes), you're going to have to rebuild all...
November 29, 2021 at 1:54 am
Avoiding a join here is a mistake, IMHO, especially if the hash-code is going to be used for "verification".
Ah... there's that word... "verification". By itself it can mean so many...
November 29, 2021 at 1:05 am
As a bit of a sidebar, one does have to wonder what the word "efficient" in the post title actually means because, IMHO, you selected to go with the least...
November 28, 2021 at 11:34 pm
Now I am using SQL to manage school data.
What are you currently using?
November 28, 2021 at 11:29 pm
You're way too humble. Of course, that's also a part of what makes you so good. 😀 Thanks for what you and the other heavy hitters do.
November 28, 2021 at 5:52 am
One of the things that I'm most thankful for is the community that has grown around SQL Server Central. I don't know where I'd be without this hub of knowledgeable...
November 27, 2021 at 6:00 am
Likewise, you and Phil are the only ones on this thread that I've not yet met in person. Brent did a presentation for us several years back and a couple...
November 27, 2021 at 5:31 am
Heh. Thanks for the notice, Aaron, but those points are a bit bogus and a left over from times long gone when LIKEs and other forms of upvotes just seemed...
November 25, 2021 at 6:37 am
Man, I thought we might have had it with the RCSI thing. You've answered all the other questions with the graphics. I see absolutely nothing in any of that that...
November 25, 2021 at 4:28 am
Hi Jeff
Apologies for delaying in replying. Ive been ill with a bad cold .
This is what I see of the the table when i run sp_help 'dbo.SIData_222222_88_20211103_1436'
At least it's...
November 25, 2021 at 4:17 am
Viewing 15 posts - 4,261 through 4,275 (of 59,067 total)