Viewing 4 posts - 331 through 334 (of 334 total)
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...
May 17, 2008 at 7:00 am
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...
May 17, 2008 at 6:36 am
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...
May 16, 2008 at 5:50 am
Hi,
Your first impression was, ok. However, this is the correct procedure:
ALTER PROCEDURE [dbo].[usp_GetBrentDraegerMdaData]
@Columnnames nvarchar(max),
@Tablenames...
May 16, 2008 at 4:51 am
Viewing 4 posts - 331 through 334 (of 334 total)