Viewing 15 posts - 136 through 150 (of 349 total)
Dear Anoop,
How many tables do u have in ur database and which table has the higest row count.
from
Killer
November 25, 2005 at 9:35 pm
Hi,
Total no of records in a table
select count(*) from tablename
Total number of records in a database
For userdefined table
SELECT
[TableName] = so.name,
[Table id]=so.id,
[RowCount] = MAX(si.rows)
into #Temp1 FROM...
November 25, 2005 at 9:24 pm
Hi,
Processors enabled with HTT share more resources (for example, execution resources) on the same physical processor than do multiple-core processors. For example, multiple-core processors have separate...
November 25, 2005 at 9:13 pm
Hi,
We have few deadlocks but they are normal per navision documentation.
i am trying to looking in other areas and let u all know.
from
Killer
November 24, 2005 at 8:42 pm
Hi ,
HTT is set to OFF.
Pls help in this regard.
from
Killer
November 23, 2005 at 2:20 am
Hi,
Do ur 6th text file has a date field or binary text.
HTH
from
Killer
November 22, 2005 at 8:29 pm
Dear Michael,
It is impossible to schedule a job in sql server to restart SQL services
U have to create a batch file which will restart ur SQL Services.
u can use net...
November 22, 2005 at 8:25 pm
Hi Vik,
I will check for HT and let u know .
from
Killer
November 22, 2005 at 7:20 pm
Hi,
Thanks for all ur help .
The application was slow before the client purchased the new server but the old server have only 6 GB of RAM.
Now the server have 32...
November 21, 2005 at 7:01 pm
Hi,
AWE is enabled and stopped and restarted the sql services.
from
Killer
November 21, 2005 at 2:57 am
Hi,
As this time ur datafile size is 3 GB so u can go for 3 or 4 times backup a day.
or u can do one more things
create a standby...
November 20, 2005 at 8:13 pm
I too agree with steve.
November 18, 2005 at 1:37 am
Yes ,We have number of tables in buffer (memory) but that is our need because these tables are used number of times most freq.
But they have only few records as...
November 16, 2005 at 11:57 pm
Hi,
AWE option is enabled . Yes there are few locks on the tables but that is normal for our application.
We have enterprise edition and we have setup dynamic memory allocation.The CPU utilisation...
November 14, 2005 at 6:54 pm
Viewing 15 posts - 136 through 150 (of 349 total)