I'm having trouble getting a command to run in a stored procedure to bring some databases online that had previously been restored with no recovery. In the stored procedure the code is:
CREATE Procedure sp_RecoverAllDatabases
BEGIN...
RESTORE DATABASE productinfo WITH RECOVERY
...
I get an...
I'm having trouble getting a command to run in a stored procedure to bring some databases online that had previously been restored with no recovery. In the stored procedure the code is:
CREATE Procedure sp_RecoverAllDatabases
BEGIN...
RESTORE DATABASE productinfo WITH RECOVERY
...
I get an...
PHP is acting strange when I try to require a file. I've used require to include the file in another php script and it works great. When I wrote a script with nothing but the require statement, it hangs...
This hangs
<?
require("MySqlSession.inc");
?>
but this works
<...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.