• 3 Posts
  • 28 Comments
Joined 1 year ago
cake
Cake day: August 8th, 2023

help-circle
  • I don’t really understand people saying it’s not part of the lore. I did the expansions and everything. I got the ending, assuming that I remember correctly, where Ciri becomes a witcher. And in the expansions, Geralt just wanted to retire on a mountain vineyard in not-France.

    One thing I was thinking of with the announcement is what would they do with the witcher powers, but from the electric punch in the preview, my guess is they’re going to expand her psychic powers to take the place of witcher powers.

    I’m looking foward to it. It looks kick ass.

    Also - are there actually as many compaints as people make it out to be? Like I’ve never met anyone in real life who didn’t like that a game featured a woman.




















  • I’ve done a lot of work and no, that is not normal.

    A few things: First - SQL server has tools for migrating data that’s pretty fast. SQL bulk copy can use some of these. Check to see if the built in db tools are better for this.

    SQL bulk copy can handle way more than 15,000 records

    Why are you wrapping a data dump in a transaction? That will slow things down for sure.

    You generally shouldn’t be doing huge queries like that to where you’re nearing the parameter limit.

    Can you share the code?