Viewing 15 posts - 1 through 15 (of 17 total)
Ya, we tried putting the data into a new file instead of an existing one. We found no changes!
July 31, 2007 at 1:01 am
Yes, the account that runs SQL Server Agent have access!
July 31, 2007 at 12:59 am
There are many files existing in this site
Like: http://www.sitename.com/textfile.txt
http://www.sitename.com/htmlfile.html
http://www.sitename.com/filename.xls
So, it is required to specify the filename right.
Basically, i need to download the data in the excel into...
February 27, 2007 at 12:43 am
Can you please elaborate any one of the method, as i don't know any one of the above languages 🙁
February 20, 2007 at 11:08 pm
Tempdb size is 9.8 GB. space available is also 9.8 GB (approx) - from enterprise manager.
But In the c drive where the server is installed tempdb.mdf size is more than 10...
December 28, 2006 at 2:25 am
hey ...it took 40 mins to update....i have created clustered index on column a and primary index on column b....and the procedure is just
create procedure my_procedure as
update table1 t1
set c...
December 19, 2006 at 12:00 am
creating a clustered index on column a took 14 hrs to update arround 1.5 million rows.
The message appears when created a index on (a,b): (a has more repeating values)
"Warning!...
December 7, 2006 at 12:49 am
actually
"But still i am afraid to run the procedure as it took 17 hours to update 2000 matching records. "
i stopped executing the procedure in between!
Thanks !!!!!!!!!
creating the index...
December 6, 2006 at 9:36 am
Now that i have created index of type clustered the preformance of my procedure should increase. But still i am afraid to run the procedure as it took 17 hours...
December 5, 2006 at 5:10 am
UPDATE table2 SET c = CAST(table1.c AS
November 29, 2006 at 6:32 am
thanks!
Oracle merge inserts or updates the rows into the table2 (i.e. merge table) based on the equijoin condition (i.e. (B.f1 = A.f1))
------------------------------------------------------------
I have 2 tables (more than 10 million...
November 29, 2006 at 4:47 am
Viewing 15 posts - 1 through 15 (of 17 total)