Forum Replies Created

Viewing 15 posts - 8,866 through 8,880 (of 9,244 total)

  • RE: SQL Trace Stored Procedure

    Why have you specified

    exec sp_trace_setfilter @TraceID, 10, 0, 7, N'SQL Profiler'

    twice

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: How to Create and Start SQL Server Trace Automatically

    ALZDBA (9/27/2008)


    I think my little article regarding sqlserver and SOx can help out.

    its ok but i think he just wanted a quick and dirty guide on the usage of the...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: SQL Trace Stored Procedure

    roger this is the clue 😉

    Roger Abram (9/30/2008)


    Msg 19055, Level 16, State 1, Procedure sp_trace_setfilter, Line 1

    Filters with the same event column ID must be grouped together.

    can you post the...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: deleting 22 million records

    SanjayAttray (9/29/2008)


    If I were you, then I would create a temp table in database and move all records of last 30 days into it and then drop original table and...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Upgrade MSDE to SQL 2005 Standard

    Carlton Leach (9/29/2008)


    restore the MSDE DB's to 2005

    that's exactly what you do

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: SQL Server startup and Database startup

    BOL is a good start

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: SQL Services will not automatically Restart After Reboot

    as a side make sure you change the account details via SQL configuration manager 😎

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: How to configure select-only permissions on a table for specified users?

    the datareader role should grant select to all tables

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: I have two instances of SQL Server 2005 version 9.00.3042 on a windows 2003 Enterprise Edition server service pack 1

    you should be able to patch both instances at once, did you select both detected instances?

    Have you checked the patch log file to find out why it failed?

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Run SQL 05 on VM Ware or Phyiscal server

    Mike (9/29/2008)


    My current VM Instances are configured with 20 gig of hd space and 2 gig of memory

    wow as little as that. 20GB will just about home the OS,...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: space issue

    ramyours2003 (9/15/2008)


    how can we solve space issue in sql server?

    stick it on the moon then its got all the space it needs.

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: How to Create and Start SQL Server Trace Automatically

    dakshinamurthy (9/26/2008)


    Hi,

    I would like to start and store the sql profiler trace in a location, but it should be automated, i mean to say instead of...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: "Total Server Memory" & "Target Server Memory" are very low

    onlo (7/2/2008)


    There were no difference between "Total Server Memory" & "Target Server Memory"

    However, I found both of its "Total Server Memory" & "Target Server Memory" are far below the physical...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Maintenance Plan...Why backup the T-log at the same time as the data file?

    steveb (9/22/2008)


    You will need a different maintaince plan for T-Logs and Full Backups.

    you can use 1 maint plan if you like, launch the wizard and it asks "schedule for each...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Migrate 2K to 2K5 - with minimum downtime

    Ray Herring (9/23/2008)


    The two obvious options Detach/Attach and Backup/Restore are not attractive in the case of a new server because of the time required just to copy the files between...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

Viewing 15 posts - 8,866 through 8,880 (of 9,244 total)