restoring database accessibility sql server developer 2014 64 bit
Hi. using windows 10 64 bit pro, and trying to restore some databases, and have tried jaws 17, jaws 18, and nvda 2016.3. the database combo box list does not show me the list of databases. Have to go to options, then check the box for the databases, then clicking on the button, brings up the database open dialog, but then have to use the jaws ocr to click the done button, with one of the databases, but did not add to sql studio. If management studio is not that accessible, suggest another one which works with jaws, have a whole heap of bak database backups, and no tool to restore that in visual studio, as a it programming student, and need to restore a bak file, for my current subject, about security risks for asp dot net. And I typed up the first web forms asp dot net project, and then it compiled, but when I tried to run, and using firefox 49, windows 10 1607 64 bit, visual studio 2015 community, says it cannot find the file. Unless some one has got any scripts for that database restore window, have tried searching online, but could not find an answer, for accessibility, about the restore feature, or why I keep getting a network error, and have to uinstall and then reinstall sql server, then management studio will let me back in today, but tomorrow, will not be able to get back in. might have to search to see if I can find a tool for to restore databases from bak files, in visual studio. Any ideas, or help. Thanks.
Hi, SQL Server Management Studio is the best tool to use, but you can run a restore query like this: RESTORE DATABASE your_database FROM DISK = 'C:\SQLServerBackups\your_database.bak' WITH RECOVERY; That will restore the DB to your database server. It is highly likely this won't solve your ASP.Net issue however, did you install IIS on the machine as you will need that. Andrew. -----Original Message----- From: Blind-sysadmins [mailto:blind-sysadmins-bounces@lists.hodgsonfamily.org] On Behalf Of Marvin Hunkin via Blind-sysadmins Sent: 15 October 2016 05:36 To: Blind-sysadmins@lists.hodgsonfamily.org Cc: Marvin Hunkin <neilmarvin@yahoo.com> Subject: [Blind-sysadmins] restoring database accessibility sql server developer 2014 64 bit Hi. using windows 10 64 bit pro, and trying to restore some databases, and have tried jaws 17, jaws 18, and nvda 2016.3. the database combo box list does not show me the list of databases. Have to go to options, then check the box for the databases, then clicking on the button, brings up the database open dialog, but then have to use the jaws ocr to click the done button, with one of the databases, but did not add to sql studio. If management studio is not that accessible, suggest another one which works with jaws, have a whole heap of bak database backups, and no tool to restore that in visual studio, as a it programming student, and need to restore a bak file, for my current subject, about security risks for asp dot net. And I typed up the first web forms asp dot net project, and then it compiled, but when I tried to run, and using firefox 49, windows 10 1607 64 bit, visual studio 2015 community, says it cannot find the file. Unless some one has got any scripts for that database restore window, have tried searching online, but could not find an answer, for accessibility, about the restore feature, or why I keep getting a network error, and have to uinstall and then reinstall sql server, then management studio will let me back in today, but tomorrow, will not be able to get back in. might have to search to see if I can find a tool for to restore databases from bak files, in visual studio. Any ideas, or help. Thanks. _______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org https://lists.hodgsonfamily.org/listinfo/blind-sysadmins
Hi, SQL Server Management Studio is the best tool to use, but you can run a restore query like this: RESTORE DATABASE your_database FROM DISK = 'C:\SQLServerBackups\your_database.bak' WITH RECOVERY; That will restore the DB to your database server. It is highly likely this won't solve your ASP.Net issue however, did you install IIS on the machine as you will need that. Andrew. -----Original Message----- From: Blind-sysadmins [mailto:blind-sysadmins-bounces@lists.hodgsonfamily.org] On Behalf Of Marvin Hunkin via Blind-sysadmins Sent: 15 October 2016 05:36 To: Blind-sysadmins@lists.hodgsonfamily.org Cc: Marvin Hunkin <neilmarvin@yahoo.com> Subject: [Blind-sysadmins] restoring database accessibility sql server developer 2014 64 bit Hi. using windows 10 64 bit pro, and trying to restore some databases, and have tried jaws 17, jaws 18, and nvda 2016.3. the database combo box list does not show me the list of databases. Have to go to options, then check the box for the databases, then clicking on the button, brings up the database open dialog, but then have to use the jaws ocr to click the done button, with one of the databases, but did not add to sql studio. If management studio is not that accessible, suggest another one which works with jaws, have a whole heap of bak database backups, and no tool to restore that in visual studio, as a it programming student, and need to restore a bak file, for my current subject, about security risks for asp dot net. And I typed up the first web forms asp dot net project, and then it compiled, but when I tried to run, and using firefox 49, windows 10 1607 64 bit, visual studio 2015 community, says it cannot find the file. Unless some one has got any scripts for that database restore window, have tried searching online, but could not find an answer, for accessibility, about the restore feature, or why I keep getting a network error, and have to uinstall and then reinstall sql server, then management studio will let me back in today, but tomorrow, will not be able to get back in. might have to search to see if I can find a tool for to restore databases from bak files, in visual studio. Any ideas, or help. Thanks. _______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org https://lists.hodgsonfamily.org/listinfo/blind-sysadmins
participants (2)
-
Andrew Hodgson
-
Marvin Hunkin