5
Answers

The database is not accessible. (ObjectExplorer)

Hi everyone,
I am using Sql Server 2012 edition, when I want to open any database from Management Studio it shows an error "The database codeXDB is not accessible. (ObjectExplorer)".
 
The problem was occurring when I had created a new User Account in windows, and the problem arrises and now I had deleted my old user account but had kept the data as backup.
 
Can anyone help me to resolve this issue. It would be really appreciated.
 
Thanks
Devendra 
Answers (5)
0
Chintan Rathod

Chintan Rathod

NA 5.5k 1.9m 13y
<script src="../helloworld.js">
</script>

Now, whenever the page is loaded, the browser also puts the script
"helloworld.js" in the page. Note that you do not see the script in
your source code, you just see the include tag.

By including the above reference, your browser will now download
the code stored inside "helloworld.js" and run it as if it was physically
typed onto the page.