Viewing 15 posts - 496 through 510 (of 640 total)
i put in dbConn.CommandTimeout = 0 and it worked - shame on the web developer.....
July 10, 2008 at 5:06 am
Hi im about to do similar transfer some large tables to a new database.
YOu mention bcp as this uses the log...Do you have an alternative method to use when transferring...
July 4, 2008 at 10:03 am
Thanks guys i be doing some analysis in the next weeks.....i post some new threads.
July 2, 2008 at 5:52 am
RBAR stands for ?
In the READS is this * 8192 / 1024 to get mgs of data.
CPU is in ms ...
Just checking.
I have a look at the thin lines rows...
July 1, 2008 at 12:01 pm
i going to run my entire process using profiler with the SHOWPLANXML on to see what it is doing too....:)
What are the things i should look out for in the...
July 1, 2008 at 5:53 am
) You need to start using the correct datatypes. This is a VERY common error by database developers. For example, (CONVERT(varchar, GETDATE(), 101) <= dbo.ACADEMICCALENDAR.END_DATE) requires an implicit...
July 1, 2008 at 5:29 am
How did you check for the there is no parallelism i have open your sqlplan...Can you explain how you know there is no parallelism - sorry not really study one...
June 30, 2008 at 8:33 am
Hi there - i had similar thing this week - where it took over 10 minutest to run a process and cpu went to 100%....and stayed there...I turned off the...
June 29, 2008 at 4:13 pm
Totally agree but this is a vendor's software and thats how they do this...........not much i can do 🙂 So much overhead building temp tables userid.table each time a process...
June 29, 2008 at 8:12 am
Oh the process is a report that went back for 5 years worth of data, it takes the data from one table and does inserts into temp tables which are...
June 28, 2008 at 8:54 am
How do you start the sql server with the /f command if it is part of a cluster.
June 28, 2008 at 5:41 am
I had the auto statisics set to true on......and the CPU would stay at 100% for 10 minutes...i turned it off and it runs in 2 minutes cpu remains 35%...
June 28, 2008 at 5:40 am
Is that script just since server started or per the hour. If you run that now would it be the amount per hour vs since day one.
June 27, 2008 at 6:18 am
Viewing 15 posts - 496 through 510 (of 640 total)