Forum Replies Created

Viewing 15 posts - 166 through 180 (of 230 total)

  • RE: I/O

    doesn't that give I/O #'s for processes since they were started ???

    I want to take a quick snapshot and get that I/O for everything.

  • RE: RAM

    I have looked but none of these match up with the Task Manager "sqlserver.exe" process and the memory it is consuming ?????

  • RE: Script

    Wrote this to answer my own question.

    Works quite well.

    /* INSERT SCRIPT IN WHILE LOOP WITH TRANSACTIONS PER SECOND CALCULATION */

    DECLARE @i int

    DECLARE @begindate datetime

    SET @begindate = GETDATE()

    INSERT INTO begindate(begindate)

    VALUES(@begindate)

    SET @i...

  • RE: Server Network Utility - Default Ports

    Ok. This is what I am trying to do.

    I want to setup C Names (common names) for my development SQL Server 2000 box. This is what I have setup.

    6 Instances:

    Default

    Inst1

    Inst2

    Inst3

    Inst4

    Inst5

    On...

  • RE: Server Network Utility - Default Ports

    understood.

    where is UDP "1434" configured ?

  • RE: Server Network Utility - Default Ports

    Also, from BOL:

    Net-Library:

    TCP/IP Sockets

    Default instance network address:

    TCP Port 1433

    Named instance network address:

    A TCP port is chosen dynamically the first time the MSSQL$instancename service is started.

    where...

  • RE: Server Network Utility - Default Ports

    1434 ???

    Our Client Network Utilitiy --> TCP/IP (1433)

    Server Network Utilitiy --> Default Instance (1433), Instance1 (1113), etc...

    1434 is not there anywhere ?

    Also what is UDP ?

  • RE: Server Network Utility - Default Ports

    "Port Assignment: Active Server acts as a listener and keeps track of all other Instances running on the system."

    - Microsoft

  • RE: Server Network Utility - Default Ports

    is there an "active" server in this ?

    one server that directs all port traffic for all Instances ?

  • RE: sp_createstats and sp_updatestats

    What about blocking and locking here ?

  • RE: sp_createstats and sp_updatestats

    also,

    what is the difference between Auto Create Stats and Auto Update Stats ?

  • RE: sp_createstats and sp_updatestats

    "I suggest especially on large databases leave auto update on but do run sp_updatestats once a week to make sure you get as much performance out of it anyway."

    which one...

  • RE: sp_createstats and sp_updatestats

    no performance complaints yet.

    I have from Friday 8:30pm to Monday 7:30am for downtime.

    what do you think ? create the jobs ?

    do i need to run sp_creatstats and sp_updtestats -->...

  • RE: Transaction Log

    the committed transactions are removed and put where ?

    what is contained in the T-Log backup exactly ?

  • RE: E.M.

    must be a registry setting somewhere.

Viewing 15 posts - 166 through 180 (of 230 total)