Hi.
I'm on MSSQL 2012 and I'm trying to view an mssql database with this version :Microsoft SQL Server 2019 (RTM-GDR) (KB4517790) - 15.0.2070.41 (X64)
The problem I have is that when I try to edit rows on a table (aka graphic environment) SQL server crashes completely and i have to restart.
The error I get is this one:
Now I have a couple of questions.
1) I read that this may be an update issue, so I updated to SP4. Although I have done so, windows installed updates shows sp3 (KB3072779) SQL shows version 11.0.6020 .
Now I don't say that with SP4 it will fix the issues as on the known issues there is nothing about the one I'm facing but I'm curious why the SP4 (that correctly installs) shows SP3.
Also I'm on a x64 machine but the management studio error shows C:\Program Files (x86)\Microsoft SQL Server\110\.. etc . I have installed the x64 SP4. Did i do correctly or I needed the x84 SP4 ?
Will i mess something up if i try to install the x86?
2) Err, yes the error. I can Edit rows in every other database that we have but we do not have a 2019 db other than this one. So is the problem the newer db? Mind you I can update fine with Tsql on that database.
Thanks.
I'm on MSSQL 2012 and I'm trying to view an mssql database with this version :Microsoft SQL Server 2019 (RTM-GDR) (KB4517790) - 15.0.2070.41 (X64)
The problem I have is that when I try to edit rows on a table (aka graphic environment) SQL server crashes completely and i have to restart.
The error I get is this one:
Code:
Faulting application name: Ssms.exe, version: 2011.110.6020.0, time stamp: 0x5626c8d2
Faulting module name: DataDesigners.dll, version: 2011.110.6020.0, time stamp: 0x5626c8be
Exception code: 0xc0000005
Fault offset: 0x000cb173
Faulting process id: 0x1c54
Faulting application start time: 0x01d6c991778b1872
Faulting application path: C:\Program Files (x86)\Microsoft SQL Server\110\Tools\Binn\ManagementStudio\Ssms.exe
Faulting module path: C:\Program Files (x86)\Microsoft SQL Server\110\Tools\Binn\ManagementStudio\Tools\VDT\DataDesigners.dll
Report Id: afea5624-3586-11eb-b83b-10604b8139e8
1) I read that this may be an update issue, so I updated to SP4. Although I have done so, windows installed updates shows sp3 (KB3072779) SQL shows version 11.0.6020 .
Now I don't say that with SP4 it will fix the issues as on the known issues there is nothing about the one I'm facing but I'm curious why the SP4 (that correctly installs) shows SP3.
Also I'm on a x64 machine but the management studio error shows C:\Program Files (x86)\Microsoft SQL Server\110\.. etc . I have installed the x64 SP4. Did i do correctly or I needed the x84 SP4 ?
Will i mess something up if i try to install the x86?
2) Err, yes the error. I can Edit rows in every other database that we have but we do not have a 2019 db other than this one. So is the problem the newer db? Mind you I can update fine with Tsql on that database.
Thanks.