Viewing 15 posts - 5,536 through 5,550 (of 13,468 total)
doesn't the slow plan say it is copying 3.8 million rows @ 115 gig via a table spooll from the linked server?
May 2, 2012 at 12:52 pm
as mentioned, without specifics, wer can only guess;
a different process smay have different ANSI settings, like ANSI NULLS, etc, which can affect the query(whatever it does).
it could be the...
May 2, 2012 at 12:49 pm
Eliyahu (5/2/2012)
In my case godaddy just happened to be the destination. There will be hundreds of other destinations, we can neither control nor make any assumptions about them.
you mean godaddy...
May 2, 2012 at 7:58 am
when i googled "godaddy SMTP host "Too many messages for this session". ", i found a couple of posts that might help;
one of them says godaddy has a limit...
May 2, 2012 at 5:43 am
found this over at stack overflow, which says there's a bit of configuring to do, but you can use 32 bit drivers with 64 bit SQL:
10 down vote accepted
It turns...
May 1, 2012 at 11:41 am
you might remember there are a few other very similar posts which state that after an in place upgrade, rebuilding of statistics is an absolute requirement.
May 1, 2012 at 11:13 am
sqlfriends (5/1/2012)
May 1, 2012 at 9:21 am
maybe things have changed, but i had to uninstall office 32 bit completely, and then install the AccessDatabaseEngine_x64.exe so that i could connect via a linked server.
No big deal for...
May 1, 2012 at 9:08 am
SQL has a maximum of 4096 columns in a select statement.
a Single, normal(non-wide ) table can have up to 1024 columns in it...but wide tables can have 30K columns.
http://msdn.microsoft.com/en-us/library/ms143432.aspx
an html...
May 1, 2012 at 7:25 am
two issues i see:
two different WHERE statements have a function on a datetime column...
WHERE DATEADD(day, 15, time) > GETDATE()
--and later:
AND CONVERT(DATE, recorddate) = '2012-04-25'
this requires SQL to do a...
May 1, 2012 at 6:23 am
also did you look at this long, detailed article here on SSC:
A Google Like Full Text Search[/url]
when the article came out, and i played with it, i learned a LOT.
April 30, 2012 at 1:14 pm
no it's closed to us for manipulation.
you can manipulate the results with a find and replace, but you cannot change that gui script to to prompt you for an alias...
April 30, 2012 at 12:53 pm
thanks for the info!
i was guessing that permissions were going to be the cause, but now i'm not sure.
when i goggled "reported a change in schema version between compile...
April 30, 2012 at 9:52 am
pawana.paul (4/30/2012)
April 30, 2012 at 9:26 am
Viewing 15 posts - 5,536 through 5,550 (of 13,468 total)