Forum Replies Created

Viewing 3 posts - 331 through 333 (of 333 total)

  • RE: Getting error when updating stats of a system table

    I would suggest to select only tables from sysobjects where type = 'U' if you want to update statistics by table (why not using sp_updatestats? This operation is pretty improved...

    Wilfred
    The best things in life are the simple things

  • RE: 2005 Unused indexes v2

    Thanks for fixing this bug.

    I didn't put this into a stored procedure, because it's already isolating the current database (DB_ID() part)

    The incorrect syntax issue is indeed caused by the...

    Wilfred
    The best things in life are the simple things

  • RE: Stored Procedure creating problem

    Hi,

    Your first impression was, ok. However, this is the correct procedure:

    ALTER PROCEDURE [dbo].[usp_GetBrentDraegerMdaData]

    @Columnnames nvarchar(max),

    @Tablenames...

    Wilfred
    The best things in life are the simple things

Viewing 3 posts - 331 through 333 (of 333 total)