Forum Replies Created

Viewing 15 posts - 1,351 through 1,365 (of 2,436 total)

  • RE: Database growing unusually

    Based on  "actual size is 180Gb ,used space is 3GB and unused space 177 GB" I'd say that you've got bad code out there somewhere. Yes, re-indexing can cause space...

  • RE: windwos API to list mssql servers in network

    Don't think that this list will be authoritative in all cases on all networks. There are lots of reasons why all of the SQL Servers on a network potentially will not show...

  • RE: What is modellog$4IDR, mastlog$IDR, etc?

    The model database should NEVER grow. It is used as a template to create tempdb on server startuo and for creation of all other databases. That more or less makes...

  • RE: How can I get my query to change the Indexes it uses?

    Here's my 'short list' for tuning:

    Round I

        DBCC UPDATEUSAGE

        UPDATE STATISTICS (with FULL scan) for all tables

        exec sp_recompile for all tables

        exec sp_refreshview for all views

    Round II

        DBCC DBREINDEX

       ...

  • RE: How would you troubleshoot this issue?

    Here's my 'short list' for tuning:

    Round I

        DBCC UPDATEUSAGE

        UPDATE STATISTICS (with FULL scan) for all tables

        exec sp_recompile for all tables

        exec sp_refreshview for all views

    Round II

        DBCC DBREINDEX

       ...

  • RE: ''''xp_MSADEnabled'''', ''''xpstar.dll'''' what is this

    I do not know ... have you tried googling it ? I generally use google as a first step for unknown issues ... you'd be suroprised at what you might...

  • RE: Access Denied

    What is in the SQL Server errorlog ? Usually there is some information there is it relates to permissions of the fact that there is not enough disk space.

  • RE: SQLIOSTRESS and Benchmarking

    For your XP machine, just kill it (or reboot). There should be no ill effects. As for diagnosing a slow SQL Server here's my 'short list' for tuning:

    Round I

        DBCC...

  • RE: Weird network problem

    You might also look into your DNS and WINS settings on the network cards for both computers. Verify the subnet masks. Talk to your network people and make sure that...

  • RE: Perks

    I want to stray away from material rewards and look at something more intangible. I'll draw a further delineation of intangible 'perks', categorizing them as "official" and "un-official". Many of the...

  • RE: Extracting Numeric values from addresses

    Oh well ... I guess that I'm one of the few surviving 'dinosaurs' left ... this tired mind remembers seeing first run epsiodes weekly in black and white !

  • RE: database migration

    Thanks Oberion. Have a great day !

  • RE: Extracting Numeric values from addresses

    I had to respond since no one else did ... I guess that we have both dated ourselves pretty well now ... maybe we ought to talk to 'Grandpa' about...

  • RE: Extracting Numeric values from addresses

    ... and a question for you now jgljgl ...

    "Who lives at 1313 Mockingbird Lane "

  • RE: database migration

    What is "ESX" ???

Viewing 15 posts - 1,351 through 1,365 (of 2,436 total)