Forum Replies Created

Viewing 15 posts - 826 through 840 (of 872 total)

  • RE: Auditing

    What type of auditing? Connections? Changes?

  • RE: Question about AWE memory usage

    Barrett Owen (2/7/2008)


    Before, SQL Server would slowly build up it's memory usage to the maximum amount it could grab, and it would just hover around there. Now AWE is...

  • RE: Compair table structure of two databases

    Another vote for RedGate's SQL Compare. By far the best production out there for comparison and synchronization.

  • RE: Snapshot database

    Loner (2/7/2008)


    Can you create the snapshot database on the same server where the original database is?

    If you want the users/other developers to query using the snapshot database, do you have...

  • RE: Moving to a new task in DTS?

    Debra Owens (2/6/2008)


    Use work flow task.

    right click on data transform item, select work flow properties, select the item to execute next.:D

    Well, I only want to go that path if the...

  • RE: SQL Server Backup Software

    I've used LiteSpeed for a little over 2 years, and while it gets the job done, it doesn't offer much in terms of central management capabilities (nice if you have...

  • RE: SQL Comparison Report

    Across the top, hit "synchronization wizard".

  • RE: Sql servwe 2000 and 2005 in a same server

    GilaMonster (2/3/2008)


    Sure it's possible. 2000 has to be installed first and can be the default or a named instance. SQL 2005 must be installed second and must be a named...

  • RE: Index Rebuilds Still Leave Fragmentation

    GilaMonster (1/28/2008)


    How big are the tables in question? How many pages do the indexes take up (visible in sys.dm_db_index_physical_stats)

    Edit: btw, a separate update statistics is not necessary (and may even...

  • RE: XP_cmdshell performance

    While I can't really comment on the performance of xp_cmdshell varying between environments (there shouldn't really be any other factors than the horsepower of the machine), I can highly...

  • RE: Creating sp_who5, need advice

    Roy,

    What is x aliasing?

  • RE: How grant db_owner permission to some objects

    Judy (1/25/2008)


    Actually I created one custom database role, named "db_Custom" and added objects to this new role.

    Users under this role only have "select, update, delete,insert" on objects.

    But users need to...

  • RE: How grant db_owner permission to some objects

    Judy (1/25/2008)


    Hi all,

    How can I grant one user to have db_owner permission on some tables , but only have db_datareader permission on others tables.

    Thanks

    db_owner is a database role and basically...

  • RE: Creating sp_who5, need advice

    Steve Jones - Editor (1/25/2008)


    I would have tried it the way you were running it. Not sure there's a way outside a cursor with dbcc inputbuffer. Course there are a...

  • RE: Extents Allocated > 200

    You might want to run a DBCC UPDATEUSAGE to ensure you're still receiving the correct numbers.

Viewing 15 posts - 826 through 840 (of 872 total)