Viewing 15 posts - 31 through 45 (of 349 total)
Hi,
I think in my pervious post i explained the question in much better way.
No i did not get what i need from u all.
from
Killer
June 13, 2006 at 10:15 pm
Few days back i was interviewd and was asked a question
the Question is below?
THE DBA need to tranfer data from one table from the database to other table of...
June 13, 2006 at 9:29 pm
did u enbabled these option on database level
HTH
killer
June 13, 2006 at 9:06 pm
Is there anyother way of doing?apart for all this.
from
Killer
June 12, 2006 at 10:07 pm
Hi bkelley,
That is what i need to know.When we should create a clustered index or non clustered index.
If i had a table with 16 GB of Data with 87 columns.
Do...
June 12, 2006 at 9:10 pm
Hi,
It is confusing.Can u pls explain more clear.
from
killer
June 11, 2006 at 10:49 pm
Hi, Thanx for the reply.
But u did not answered any of my question asked.
The discription cant help me.
from
Killer
June 11, 2006 at 10:47 pm
Hi,
How are u uploading the data from file.
HTH
Killer
June 1, 2006 at 3:27 am
Hi Dear,
DBArtisan is also a good DBA tool.
Start writing SP for ur full Database Backup.Tlog backup on a standby server with good spec.
or Create DBMP and delete the backup enough...
June 1, 2006 at 2:33 am
Hi,
To get the accurate size execute first
sp_updatestats ,dbcc updateusage
then u can use sp_spaceused
or
SELECT [TableName], (SELECT rows FROM sysindexes s WHERE s.indid < 2 AND s.id = OBJECT_ID(a.[TableName])) AS [Rowcount],
[Total_space_used...
May 30, 2006 at 3:55 am
Hi ,
Logical Scan Fragmentation is the percentage of out of order pages in index.
The only way to reduce logical fragmentation is to create the index again.
If there are lot of...
May 30, 2006 at 3:41 am
Hi,
AWE =Address windowing Extension.
When this option is enabled on sql server EM.Then SQL server uses more RAM.
U also have to edit the boot .ini file and add /PAE or /AWE...
May 18, 2006 at 9:17 pm
Hi,
Have u selected both the processor in ur sqlserver property task.
Have u enabled awe for 4 GB memory usage.
HTH
Killer
May 18, 2006 at 9:09 pm
Pls provide the trace name u are executing.
from
Kiler
May 10, 2006 at 10:48 pm
Viewing 15 posts - 31 through 45 (of 349 total)