Forum Replies Created

Viewing 15 posts - 436 through 450 (of 461 total)

  • RE: PeopleSoft Financials on SqlServer

    Francisco,

    as an info for you our db server for the SAP database server running SQL2K Ent Ed. is

    4 X XEON 700 CPU

    4 GB RAM

    Compaq MA8000 disk subsystem

    system, log,...

  • RE: Worst Practices - Not Using Primary Keys and Clustered Indexes

    I have exactly the same problem with my SAP databases as Lee Dise told.

    We hae 25000+ tables, all the system tables are terribly fragmented and I cannot do anything to...

  • RE: PeopleSoft Financials on SqlServer

    I have SAP databases on SQL2K.

    It is working fine and fast.

    1200+ users, 100GB+ databases

  • RE: Copy_table_schema

    Why not to make it simple:

    In EM right click the database to be scripted, All tasks, Genarate SQL script.

    And there you choose the options you want to script.

    Simple, fast except...

  • RE: Worst Practices - Not Using Primary Keys and Clustered Indexes

    Andy,

    If Primary keys AND (clustered) indices are so important why MS is not using them on the system tables?

    there is ablosutly no PK on system tables and on some tables...

  • RE: How accurate is GETDATE()?

    Just to be stuck to the wording I would say it is not garanteed but most probably it will be the same.

    But as Dan has shown us it couls be...

  • RE: Unused Memory on server

    put /3GB switch to your boot.ini file then reboot your machine

  • RE: RAID Questions

    From the security point of view you should have your log files on separate physical disks.

    From the performance pont of view the best is to separate the system databases (master,...

  • RE: Index pages

    I don't know exactly what do you nead by storing the index pages.

    The index and data pages are stored within the operating system files you defined in your create db...

  • RE: Update USage

    It is a bit complicated, but it's feasible:

    first of all you update the statistics on a table not on a DB.

    To see all the statistics enter:

    sp_helpstats YourTableName, 'ALL'

    after you...

  • RE: Logical File Name

    Have a look in the BOL

    The syntax is:

    alter database YourDB modify file (name = OldLogicalName, Newname = NewLogicalName)

  • RE: Desperately seeking the Rosetta Stone

    A mainframe will never talk to SQLServer.

    a mainframe is a "BIG" machine.

    SQLServer has to learn to speak to the mainframe through OLEDB for example

  • RE: Desperately seeking the Rosetta Stone

    Why not to use the Host Integration Server (HIS) from Microsoft?

    I also have data on our mainframe (VSAM and DB2 V6.1) and I can access them trough HIS.

    I am even...

  • RE: Table backup

    Why not to make an alter table alter column ColumnName NOT NULL after the insert into statement.

    So you can create your primary key

  • RE: sp_who2

    Have a look in EM database master. Tjere stored proces or in QA database master type sp_helptext sp_who2

Viewing 15 posts - 436 through 450 (of 461 total)