Is it a good idea to use a long hashcode as primary key in a database?
I have a Siemens panel that saves alarm records in a csv file. This file has some fields, like an int to codify a date time with milliseconds, a string for a readable date time, and some other fields, about 20 fields.
.NET SQL Deadlocks (randomly) not picked up by SqlCommand
I’m really struggling with something, and I was hoping that I could get some advice or if someone could point me in the right direction with this.