Viewing 15 posts - 166 through 180 (of 230 total)
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...
May 2, 2002 at 11:05 pm
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...
April 26, 2002 at 2:01 pm
understood.
where is UDP "1434" configured ?
April 26, 2002 at 9:46 am
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...
April 26, 2002 at 9:36 am
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 ?
April 26, 2002 at 9:19 am
"Port Assignment: Active Server acts as a listener and keeps track of all other Instances running on the system."
- Microsoft
April 26, 2002 at 9:01 am
is there an "active" server in this ?
one server that directs all port traffic for all Instances ?
April 26, 2002 at 7:53 am
What about blocking and locking here ?
April 26, 2002 at 7:51 am
also,
what is the difference between Auto Create Stats and Auto Update Stats ?
April 25, 2002 at 1:48 pm
"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...
April 25, 2002 at 1:00 pm
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 -->...
April 25, 2002 at 12:33 pm
the committed transactions are removed and put where ?
what is contained in the T-Log backup exactly ?
April 24, 2002 at 9:37 am
Viewing 15 posts - 166 through 180 (of 230 total)