Forum Replies Created

Viewing 15 posts - 121 through 135 (of 148 total)

  • RE: shrinkdatabase taking looooong time

    ya, I had actually thought about that. I still have the scripts and format files from a previous bcp we had done.

  • RE: shrinkdatabase taking looooong time

    Indexes were actually dropped and rebuilt a week ago. There are daily bulk inserts, so it's possible they need defragging weekly.

  • RE: shrinkdatabase taking looooong time

    thanks for all the info.

    I ran shrinkdatabase and it still wasn't finished after 42 hours. I had to stop it to get the app up and running again. ...

  • RE: PAGEIOLATCH is a lead blocker

    I just had similiar problems with pageiolatch_sh.  A query took 30 minutes to run.  I found an index problem, dropped it, rebuilt it and bam, query runs sub 60 ms...

  • RE: @@error problem

    Beautiful!  Thanks.  I've been stressing over a very heavy logic oriented script.  I should of thought of this.

  • RE: @@error problem

    I am still having problems.

    declare @intserialnumber  int

    declare @myerror  int

    set @intserialnumber = cast('MNO0101             ' as int)

    select @myerror = @@error

    print @myerror

    Once the cast runs, I get the error immediately.

  • RE: version differences

    Do I get the DTS Designer where I can do all the transforms etc.. in the standard or is this just a "wizard" that you speak of?

  • RE: The SCUD Test

    Just an observation, last night I saw on the news a generator mounted at sea level in Alabama.  It was half underwater.  I sure hope it wasn't considered a backup...

  • RE: CEOs Are Faking It

    Without leaders, they wouldn't have brought together the right kind of people to make the business succeed like you and I.   

  • RE: Data centre failure

    IIRC, this was in Virginia, USA.

     

  • RE: Data centre failure

    For one of my web sites there was an underground fire and the fire department forced my host to shut down everything.  We were out for 24 hours.

    For me, I...

  • RE: data files

    I've run a couple defrags at the os level with sql2k stopped.  It defragged one smaller 800 meg db ok, but on the 22 gig db it wouldn't defrag the...

  • RE: dbo mapped to user

    How could I forget?  I had done this once before, maybe because it's production I am more worried.   Thanks!

     

  • RE: bcp format file

    anyone have any ideas or suggestions?

     

  • RE: SQLServer monitoring tools - alternitives to QUEST.

    I use MRTG and performance counters logged to a CSV file, plus several home grown scripts to put it all together.  MRTG creates the graphs.  With the CSVs, I can...

Viewing 15 posts - 121 through 135 (of 148 total)