Viewing 15 posts - 616 through 630 (of 1,654 total)
I would add two more tasks to the checklist
1. Remove Built-in admiinstrators
2. Disable or at least rename the sa account (in 2005 or higher).
About hte loging of succesful logins I...
[font="Verdana"]Markus Bohse[/font]
November 27, 2008 at 3:37 am
No, in your case if you want to restore everything until the last tlog backup (#28) you should start with the last full backup #25 and then add the remaing...
[font="Verdana"]Markus Bohse[/font]
November 27, 2008 at 3:29 am
patrick.kmleung (11/26/2008)
When I running an application, it lost the response. Then I restart the sql server 2000. I discovered 3 files :sqlserver.20081121163006.dmp, another 2 same format file in
C:\Program Files\Microsoft...
[font="Verdana"]Markus Bohse[/font]
November 27, 2008 at 3:26 am
The dificult part is to find the information when a login was last used. Unless you have enabled login auditing for succesfuly logins that information is not automatically stored. You...
[font="Verdana"]Markus Bohse[/font]
November 27, 2008 at 3:22 am
There are probably no permissions granted on table level. It's actually a well-known practice to do all select\insert\update \delete through stored procedures or views and not granting any direct permissions...
[font="Verdana"]Markus Bohse[/font]
November 27, 2008 at 3:16 am
Instead of using the remove option select change. This will give you the option to remove RS. Of course you could also choose to simply disable the RS service.
[font="Verdana"]Markus Bohse[/font]
November 27, 2008 at 3:08 am
Be careful with changing the index. Some applications need this option diabled. I remember with a SAP database that it contains a couple of tables where page locking must be...
[font="Verdana"]Markus Bohse[/font]
November 27, 2008 at 2:58 am
Wilko (11/26/2008)
[font="Verdana"]Markus Bohse[/font]
November 26, 2008 at 9:43 am
The values in sysstat refer to what type of object it is. 3 means it's a user table. But I would advise against using this column in your scripts, because...
[font="Verdana"]Markus Bohse[/font]
November 26, 2008 at 7:58 am
I assume you mean the client tools when you talk about admin tools. When you install a new instance it will detect that these are already installed and won't reinstall...
[font="Verdana"]Markus Bohse[/font]
November 26, 2008 at 7:42 am
JWOL (11/26/2008)
[font="Verdana"]Markus Bohse[/font]
November 26, 2008 at 6:12 am
Authenticate is used for the Execute As clause. It basically gives you the right to act as another user.
See here for more details:
http://msdn.microsoft.com/en-us/library/ms188304(SQL.90).aspx
[font="Verdana"]Markus Bohse[/font]
November 25, 2008 at 9:15 am
iqtedar (11/25/2008)
thanks for the reply...the procedure which i did mention is it wrong?...the user says he is able to grant permissions to the other users..please clarify..
By gicing your user CONTROL...
[font="Verdana"]Markus Bohse[/font]
November 25, 2008 at 8:08 am
The latest cummulative hotfix pack is build 2273. You can download it here:
[font="Verdana"]Markus Bohse[/font]
November 25, 2008 at 7:16 am
By the way if you only want your user to d select and executes you should remove him from the datawriter role.
[font="Verdana"]Markus Bohse[/font]
November 25, 2008 at 3:42 am
Viewing 15 posts - 616 through 630 (of 1,654 total)