I am trying to find a good command to check the recovery model of each database on my server, SQL 2k SP4.
I know how to do it in SQL2005, but I havent found a good command for it in 2000...
Select name, recovery_model_desc from sys.databases
Will do the trick in 2k5 - want a command that...
Where is the cwd actually set ?
When I run a perl-script from a webpage with the following directory structure
g:\wwwroot\web\cgi_bin\scriptname.pl
that is supposed to list the content of the folder g:\wwwroot\web
it instead listst the content of C:\WINNT
use Cwd;
$path = getcwd;
print...
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.