Forum Replies Created

Viewing 15 posts - 616 through 630 (of 1,654 total)

  • RE: SQL Server Preproduction Tasks

    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]

  • RE: if Full Backup Time and Trn Log Backup Time same?

    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]

  • RE: about the sqlserver.20081121163006.dmp file

    patrick.kmleung (11/26/2008)


    Hi,

    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]

  • RE: Dropping Unused sql logins

    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]

  • RE: SQL Server 2005 security

    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]

  • RE: Uninstall Reporting Services from production box???

    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]

  • RE: Page level locking is disabled????

    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]

  • RE: SQL 2005 best practise, design and implementation

    Wilko (11/26/2008)


    Hi there, thanks for your comment, I'm looking for a SQL 2005 book that looking into database migration ( upgrade & side by side upgrade from version 7 &...

    [font="Verdana"]Markus Bohse[/font]

  • RE: sysstat & 0xf - what and why?

    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]

  • RE: Service packs and instances

    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]

  • RE: SET ANSI_PADDING ON

    JWOL (11/26/2008)


    When is the database setting "ANSI_PADDING" used? Books Online says that this is on by default but in a fresh install of SQL Server I find that this...

    [font="Verdana"]Markus Bohse[/font]

  • RE: doubt regarding grant permissions

    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]

  • RE: doubt regarding grant permissions

    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]

  • RE: SQL 2000 SP4 Hotfix

    The latest cummulative hotfix pack is build 2273. You can download it here:

    http://www.microsoft.com/downloads/details.aspx?familyid=8316BC5E-8C2D-4710-8ACC-B815CCC81CD4&displaylang=en

    [font="Verdana"]Markus Bohse[/font]

  • RE: SQL Server 2008 - Restricting DDL Access

    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]

Viewing 15 posts - 616 through 630 (of 1,654 total)