Viewing 15 posts - 1 through 15 (of 25 total)
Thank you. Users are not developers, so they can use Excel and Power Pivot to view cubes, and they do need SQL lic (one or the other).
June 14, 2013 at 1:19 pm
Steve Jones - SSC Editor (7/10/2006)
They do not hold memory beyond the duration of their particular batch.
Do you mean they are not holding memories if sessions are sleeping?
December 3, 2012 at 8:38 am
add excel file as a linked server,
then
INSERT INTO A_Table
SELECT c1, c2 ...
FROM LinkedExcelName...Sheet1$
WHERE something
November 16, 2012 at 11:05 am
i think this article sort of answered my question:
http://sqlinthewild.co.za/index.php/2009/01/09/seek-or-scan/
July 20, 2011 at 10:11 am
how do I know at how many records it changes the plan? is there anyway to calculate the threshold?
July 18, 2011 at 7:49 am
thanks for your suggestions. understood my best is to post ddl and execution plan, but...
I will go back and double check statistics, fk etc.
July 17, 2011 at 8:41 am
i wish i could post execution plan.
my assumption is if the same query runs on the same environment same table structure (one with slightly less records in my case) same...
July 16, 2011 at 8:47 pm
yes, I have checked the execution plan, statistics and fragmentation, but haven't recreated indexes yet. we have a weekly job taking care of indexes on weekends.
July 16, 2011 at 7:10 pm
wow! thank you so much.
it worked without double quotes in the second part.
May 4, 2011 at 8:51 am
"C:\Program Files (x86)\Microsoft SQL Server\100\DTS\Binn\dtexec.exe" /f "C:\Users\user1\Desktop\package.dtsx"
May 4, 2011 at 8:40 am
here is the error:
'C:\Program' is not recognized as an internal or external command,
operable program or batch file.
NULL
the package has script task to execute crystal reports
May 4, 2011 at 8:32 am
I removed the leading and trailing space, still got the same error.
I thought double quotes would take care of spaces between folder names like "program files".
May 4, 2011 at 7:29 am
Viewing 15 posts - 1 through 15 (of 25 total)