This commit is contained in:
2026-04-17 14:55:32 -04:00
commit bc3ac1d4c9
18017 changed files with 4371742 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
rem this file resets the admin password for datapro
rem the basic format to connect and run the command is as follows
rem sqlcmd -S ComputerName\InstanceName -U UserName -P Password -i ResetAdmin.sql -o SQL.log
rem if using NT authentication user name and password is unnecessary
rem adjust the server name, instance name, or database name in resetadmin.sql as needed
sqlcmd -S (localdb)\DataPROInstance -i ResetAdmin.sql -o "SQL.log"