Forum Replies Created

Viewing 15 posts - 76 through 90 (of 134 total)

  • RE: Indexes on different filegroup as table

    Am busy running DBCC ShowContig at the moment. Taking quite long.

    Checked out execution plan and its shows this:

    Query Cost (relative to batch) : 100%

    Estimated Operator Cost: 99 %

    Estimated I/O...

  • RE: Indexes on different filegroup as table

    select top 10 * from [tablename] with (nolock)

    where [Indexcolumnname] > '2008-01-01'

    It takes 11 minutes to execute this query.

  • RE: xp_cmdshell problem

    Yes, it works on databases on other servers but not in this particular one.

  • RE: Faster export of data

    Hi Nite_eagle

    Thanks for the links below....and no the table is not behind a partitioned name.

    Regards

    IC

  • RE: Doing deletes in small batches

    Hi

    I tried using this script below. But I'm getting the following error:

    Incorrect syntax near the keyword 'BEGIN'.

    create proc sp__Test

    as

    set rowcount 1000

    while (select * from [Table] with (nolock) where createdt...

  • RE: Doing deletes in small batches

    I am using a particular month..i just don't want the transaction logs to increase in size

  • RE: Doing deletes in small batches

    Thanks... I only want to delete specific data from a particular month

    Regards

    Imke

  • RE: Backup Retention Periods

    I know you have an option for retention period in 2000. I am looking for a script that can do this as well.

    IC

  • RE: DB Script

    Thanks, I found a script that can do it. I just need to alter it a bit

  • RE: Log shipping out of sync

    There are jobs that run whole day. Every 5/10/20 min etc. I check some of the jobs but there does not seem to be anything out of the ordinary for...

  • RE: Failed backup job

    I don't know, i was told by the sysadmin it happens at any time automatically.

  • RE: Schedule job not working

    Thanks, I changed the Protection level to "Do not Save Sensitive". The scheduled job is still not working.

    Any ideas?

    Regards

    IC

  • RE: Schedule job not working

    Hi,

    Thanks, but can you perhaps guide me step by step. I click on the package on SSIS, the properties display on th bottom right. I see Execution, Forced Execution Value,...

  • RE: Insufficient memory error

    Jeff,

    Yes, the error does display like this in the error log:

    WARNING: Failed to reserve contiguous memory of Size= 131072.

    Can...

  • RE: Insufficient memory error

    Jeff,

    Yes, the error does display like this in the error log:

    WARNING: Failed to reserve contiguous memory of Size= 131072.

    Can...

Viewing 15 posts - 76 through 90 (of 134 total)