Viewing 15 posts - 286 through 300 (of 366 total)
In the Statement Privilege Revocation section of the document you display a image of User/Roles against DDL statements.
I have never come across this screen, could you tell me how to...
June 21, 2002 at 2:04 am
How did you query the database?
I find that QA outputs en-dashs etc okay.
May 29, 2002 at 4:11 am
Yes using the 'restore database' t-sql command. Not sure if EM allows you.
May 28, 2002 at 7:08 am
Just managed to setup a number of configs to oracle from SS2K
I found the following articles helped
For Windows 2000
http://support.microsoft.com/support/complus/mtsandoracle.asp?GSSNB=1
For NT
http://support.microsoft.com/default.aspx?scid=kb;en-us;Q280106
May 28, 2002 at 3:23 am
Does this normal user has permissions to read the access db
May 26, 2002 at 9:38 am
Create an admin account for yourself, and secure the SA account with a complex password so you can control access.
You can use this admin account to create your database.
When...
May 25, 2002 at 3:01 pm
If you search this site you will find a number of other articles/threads on auditing/security
Also take a look at http://www.sqlsecurity.com
Regards
May 20, 2002 at 8:51 am
use the sp_changeobjectowner stored procedure to change the ownership.
Syntax
sp_changeobjectowner [ @objname = ] 'object' , [ @newowner = ] 'owner'
May 16, 2002 at 9:22 am
From your error message I would say that your client is trying to use named pipes, not tcpip (the netlibrary in the error message is a nice easy way of...
May 10, 2002 at 8:55 am
Silly question I know, but I presume you have checked the netlibs ie your servers are using named pipes (ie DBNMPNTW as per your error message)
Regards
May 10, 2002 at 8:22 am
No luck, still get access denied.
I was doing it that way except I manually editing the tnsnames.ora and sqlnet.ora files, whereas you mentioned Net8 (I had hoped this was a...
May 3, 2002 at 8:21 am
Firstly i'm creating a linked server using @provider = 'OraOLEDB.Oracle'.
Then when I try and use it I get the following error using QA to read a table 'OLE DB provider...
May 3, 2002 at 4:54 am
Its also possible that someone added a log file, when the 'administrator' was trying to find out why the filegroup was full. Since they rebooted the server lots of times...
March 20, 2002 at 8:03 am
Viewing 15 posts - 286 through 300 (of 366 total)