Viewing 15 posts - 1 through 15 (of 23 total)
SSQ_Noob
I'm not sure who this question was directed at ?
September 20, 2007 at 7:42 am
thatnks for your help
I thought it might be fragmentation.
I'm looking at the T-SQL option as it runs so much faster, but I wnated to make sure that there wasn't an...
September 17, 2007 at 3:14 am
in addition to the above
check that your logs and tables are not on the same drives - this will cause massive performance issues for an update of this nature
if...
September 15, 2007 at 4:49 am
very useful as I'm struggling with exactly the same problem:
a storeed procedure that joins two tables based on a selection from one table that can return as few as 50...
May 8, 2007 at 1:57 am
thanks for all of your replies...
Bill, I'll try your solution later
Sam, removing the table variable and using the tables direct adds time to the query performance as the initital scan...
January 13, 2007 at 2:31 am
OK. I have slightly progressed on this and appears not to be the index, but a join.
In query 1, I am joining two tables - one has a list of...
January 12, 2007 at 7:58 am
OK, I will do this. It is then end of my working day and I've been flummoxed with this problems for two days now. I just thought I'd ask the...
January 11, 2007 at 11:34 am
I know this an old thread but I recently had this problem, so here's the solution
you need to run SQLXML3.0 sp3 against the 2005 server. 2005 Server editions come with...
December 18, 2006 at 4:59 am
Thanks G. Nocholls
That may stop it timing out. I'll take a look.
However, I'm more interested in solving the riddle of why it takes so long over the serverLink.
I don't understand...
November 13, 2006 at 10:37 am
doesn't it always happen this way?!?!?!?
I changed the TCP Port in IP all and it worked...
IPall:
TCP Dynamic Ports: [empty]
TCP Port: 1433
if anyone has the inclinination and time could they explain...
October 27, 2006 at 6:15 am
I'm on the 2-monitor bandwagon
I have two 19" LCDs in the office and two 17" LCDs at home. The ability to work in full monitor in one application, and see...
October 13, 2006 at 7:08 am
i'm not sure what the format for EMCs is, but on other virtual drives it is required to use the UNC address, eg:
//host/drive
July 6, 2006 at 7:27 am
i just got back to this issue
I prepared a test:
Table: 76 million rows
Query: Matches 360k rows and sums up into 26 rows
like 'ukd5%' - indexed partCode column: 8secs
=...
June 26, 2006 at 7:45 am
this is just an idea:
you could use a calculated column seperate out the date and time
then use min(date) and min(Time) and group them
then UNION
and use max(date) and max(Time) and group them
and...
June 26, 2006 at 2:47 am
Viewing 15 posts - 1 through 15 (of 23 total)