Viewing 15 posts - 31 through 45 (of 74 total)
Thanks Gail
If I use online option, does it have any bad effect on my server?
I know that I should just be careful about disk space.
I want to use it...
April 28, 2013 at 9:53 pm
I want to do the changes with minimum down time
March 13, 2013 at 6:32 am
We have a lot of time out in insert and select statement ,I checked the reason of this problem,I restored a test db and checked it,this table has 2 non...
March 13, 2013 at 5:33 am
What do you mean by "batch process"?My table is about 400G .I used bulk copy for having a test table on another server and it took me a lot of...
March 12, 2013 at 11:24 pm
I tried without Non_Clustered and this time it took less time.
Is there any way to have more less down time for example some thing like redefinition in Oracle that I...
March 12, 2013 at 10:54 pm
So with server maxdop =0, the CREATE INDEX operation is being processed in parallel certainly even without MaxDop option?
I want it to process the creation in parallel.
March 12, 2013 at 1:17 am
The server maxdop setting is set to 0.
I am testing Create it at test server with MaxDop and SORT_IN_TEMPDB = ON,and also as Gila said frist I will...
March 11, 2013 at 6:35 am
I used format file and now it is inserting.
bcp DB.dbo.[Table] format nul -T -N -f t_n.fmt
March 4, 2013 at 1:12 am
A gain I have problem with bcp in.It worked for that table but when I want to try it for another table I got this error in error file:
#@ Row...
March 3, 2013 at 2:14 am
It is on the same disk that mdf and ldf file are located but not C (os drive)
February 26, 2013 at 10:16 am
Thanks
You mean besides that, I should check other options like indexing ,memory management,.....?
I have another question about partitioning(sorry I am not perfect at SQL).
I will be glad ,if you can...
December 16, 2012 at 4:49 am
Any suggestion for that?
In my table (340G_140000000Row) Most of reports run are against the most recent one year of data.My table has a clustered index(primary key) on 2 fields ...
December 16, 2012 at 2:49 am
Thank you both for your helpful explanation.
I will drill down into the details of memory management.
December 11, 2012 at 1:45 am
Viewing 15 posts - 31 through 45 (of 74 total)