Viewing 15 posts - 5,191 through 5,205 (of 59,089 total)
Ran it now. Did not help. Also tried DBCC checkdb. Did not help either. In an output message it displayed There are 0 rows in 0 pages for object...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 6, 2021 at 12:49 pm
My take is that I'd worry more about splitting tables in a logical fashion that would require no index or statistics maintenance on data that no longer changes.
You might also...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 6, 2021 at 12:41 pm
In University, you pick up humanitarian subjects, if you're bad at Math.
Pretty much the same situation with NoSQL/SQL.
Right or wrong, I blew coffee out my nose on that one! ...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 6, 2021 at 10:55 am
Ok... I created a file that had one row for every second of the year 2020 (31,622,400 rows plus the header row and weighs in at 956MB (almost a gigabyte)). ...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 5, 2021 at 3:44 am
I had published an article for doing such a thing and a fellow by the name of Orlando Colamatteo gave me the idea of the following iTVF. ...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 5, 2021 at 12:13 am
Not yet... It's 1:35 AM and I just got done with a work related crunch. I have to be awake, "lively and aware", for scrum at 9 and so I'm...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 4, 2021 at 5:39 am
p.s. Tell me what the various parts of the file name like f300-line1 mean. I have an idea to help with other things that you may not yet be planning...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 2, 2021 at 7:44 pm
Ok... thanks. I'm at work and have an appointment at 5PM that's going to last for a couple of hours but I'll see what I can do. And, no... it...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 2, 2021 at 7:42 pm
Shot in the dark... have you tried doing a manual CHECKPOINT in the database?
--Jeff Moden
Change is inevitable... Change for the better is not.
June 2, 2021 at 5:03 pm
I found the problem when data was extracted it was a point in time, and on one of the files the last record was partial written.
Is there any any...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 2, 2021 at 4:32 pm
Having a weird case today (still under investigation). Parallel clustered index scan slower dan serial index scan (forced by MAXDOP 1)
*edit* repartition streams spilled to tempdb 🙁 Repartition stream...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 2, 2021 at 4:11 pm
Sql version is 2012 and the files are named like
f300-line1
Powershell seemed like a easier solution to getting the filename into the table.
Thanks for the information. If you're happy with...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 2, 2021 at 4:00 pm
Heh... I hope whoever does the picking has a good sense of humor. I had some serious fun with pronouns and disabilities when I submitted last night. The abstract is...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 2, 2021 at 3:24 am
I have a folder with csv files that has 2 columns a datetime, and a integer value. I want to load them all to a SQL table, but I...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 2, 2021 at 2:26 am
As a bit of a side bar, there's little chance that I'd leave such a delimited column in one piece. I'd have split it into separate attribute columns on the...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 2, 2021 at 2:22 am
Viewing 15 posts - 5,191 through 5,205 (of 59,089 total)