Viewing 15 posts - 1 through 15 (of 28 total)
First of all, thanks for your help.
Maybe I didn't make it clear, my excel file is under \\remoteServer\public\Sub Folder\, when I exec xp_cmdshell, nothing returned, but returned a list of...
July 7, 2009 at 8:08 am
I think the problem is that the actual sub folder name has a space, and xp_cmdshell doesn't like it
July 6, 2009 at 2:43 pm
it says "The system cannot find the file specified."
July 6, 2009 at 2:22 pm
no "Access Denied" message returned.
it says Volume in drive \\remoteserver\public\ has no label... etc. and one row says "file not found" what does that mean?
July 2, 2009 at 3:18 pm
I actually tried to add the sql login to the share\path\file on the remoteServer, and gave it a full control, but still didn't work. Yes, everybody is in the...
July 2, 2009 at 1:12 pm
Thanks for your advice. My fact table includes all invoice level info, and don't see big performance impact so far.
July 2, 2009 at 7:26 am
1) all values are random, no specific pattern
2) in my real world, col3 is char(4)
May 28, 2009 at 8:49 pm
thanks guys.
after I ran dbcc updateusage, the msg said something like:
USED pages: Changed from (1444) to (968) pages.
...
March 30, 2009 at 3:36 pm
florian.reischl, in your second query,
SELECT *
FROM @customer c
LEFT JOIN @order o ON c.id = o.customer_id AND c.name LIKE '%Duck'
is the...
March 7, 2009 at 8:59 pm
Thanks to all of you
florian.reischl, your example is exactly what happened at my work. The query needs to join 6 tables together (I agree, it's very difficult to read...
March 7, 2009 at 8:22 pm
Thanks. Is there any case that we need to put the WHERE condition in FROM? I have a developer did it, and I am not convinced he could...
March 7, 2009 at 11:28 am
how about multiple levels of view? we have tables created from 7 or 8 levels of views....
January 16, 2009 at 2:16 pm
Thank you guys, it worked beautifully in my code.
December 7, 2008 at 9:26 am
Viewing 15 posts - 1 through 15 (of 28 total)