Forum Replies Created

Viewing 4 posts - 331 through 334 (of 334 total)

  • RE: adding secondary files

    Yes, use multiple files! It has some advantages, even on a SAN. Because Windows is using a thread for each file, IO management will better perform. Also restoring a database...

  • 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...

  • 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...

  • 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...

Viewing 4 posts - 331 through 334 (of 334 total)