Forum Replies Created

Viewing 15 posts - 106 through 120 (of 335 total)

  • RE: Shrink database

    in management studio:

    - right click on the database name

    - select tasks->shrink->database

    - mark the option "reorganize files before ...."

    - click [ OK ]

    Make sure you're doing this outside production hours in...

    Wilfred
    The best things in life are the simple things

  • RE: Shrink database

    how much free space is in your 184 MB datafile?

    Wilfred
    The best things in life are the simple things

  • RE: Shrink database

    If you do a shrink with reorg (the only way to be sure unused space is released), your database will become fragmented. By rebuilding your indexes this fragmentation is (almost)...

    Wilfred
    The best things in life are the simple things

  • RE: Migrate 2000 32bit to 2005 64bit

    Make sure there's enough memory available for the OS.

    Make sure this is a dedicated server, remove all unnecessary programs/services which could eat your memory. Our memory problems were caused by...

    Wilfred
    The best things in life are the simple things

  • RE: Migrate 2000 32bit to 2005 64bit

    You probably mentioned the "... a significant amout of memory has been paged out ..." errors you'll see in the errorlog.

    The solution is simple:

    1) make sure the Os has enough...

    Wilfred
    The best things in life are the simple things

  • RE: MSSQL DB to DB table copy POC

    a. To check whether same DB link concept is available on MSSQL or not.

    b. If yes, how much time it will take to copy tables across instances.

    a: Yes the...

    Wilfred
    The best things in life are the simple things

  • RE: Migrate 2000 32bit to 2005 64bit

    If these databases are critical, hire a consultant. Not getting personal, but it seems you're not really knowing what you're doing. You just can't do a database upgrade by reading...

    Wilfred
    The best things in life are the simple things

  • RE: Is there a better way for this code?

    Column_nameTypeComputedLengthPrecScaleNullableTrimTrailingBlanksFixedLenNullInSourceCollation

    ITEMIDnvarcharno60 no(n/a)(n/a)Latin1_General_CI_AS

    CostGroupIdnvarcharno20 no(n/a)(n/a)Latin1_General_CI_AS

    LEVEL_intno410 0 no(n/a)(n/a)NULL

    QTYnumericno1328 ...

    Wilfred
    The best things in life are the simple things

  • RE: Is there a better way for this code?

    Thanks for the replies. On t05 is a clustered index on (datareaid, itemid, recid), on T06 is a clustered index on (dataareaid,bomid,pricecalcid,level_,linenum,recid)

    My version does a clustered index scan on t05...

    Wilfred
    The best things in life are the simple things

  • RE: Backup

    Autoshrink enabled?

    Wilfred
    The best things in life are the simple things

  • RE: Multiple Sql Server instances

    Not exactly knowing what you're doing, here are the steps for adding a new connection to Management Studio:

    1) start management studio

    2) in frame "object explorer", click "connect"

    3) select "database engine"

    4)...

    Wilfred
    The best things in life are the simple things

  • RE: Urgent: save dts

    http://www.sqldts.com, DTS backup 2000

    Wilfred
    The best things in life are the simple things

  • RE: SQL Server Instance Priority

    You can prioritize a SQL instance, by enabling the server setting "Priority Boost" (server properties->Processors), but this could lead to other problems (like network problems), because in some cases, SQL...

    Wilfred
    The best things in life are the simple things

  • RE: Recover database with only .LDF file

    If this is possible, I assume your database needs to be in FULL RECOVERY (hey, it's a production database 😛 )

    Interesting thought, has anybody experience with this?

    Wilfred
    The best things in life are the simple things

  • RE: Transaction Log files

    select * from master..sysaltfiles

    Wilfred
    The best things in life are the simple things

Viewing 15 posts - 106 through 120 (of 335 total)