Activity overview
Latest activity by smcleod
We just did the change in SQL Packager, and modified the command timeout in the generated C# code, it ran successfully then!? [image] / comments
We just did the change in SQL Packager, and modified the command timeout in the generated C# code, it ran successfully then!?
Alter Column on Large Table 40+ million rows - Timeout Error
I'm trying to alter a decimal column from (18, 1) to (18, 2), and in order to do this the SQL Compare 7 tool is producing a script that first drop all indexes and statistics on the current table, c...