Viewing 15 posts - 6,526 through 6,540 (of 7,168 total)
Ukon (4/27/2011)
Currently this is on sql 2005 going to 2008 r2 shortly, so if there are changes that are available only in...
April 27, 2011 at 12:48 pm
OUTER APPLY is very different from OUTER JOIN which is where you would expect to see "the condition to join the tables".
From http://msdn.microsoft.com/en-us/library/ms175156.aspx
The APPLY operator allows you to invoke a...
April 27, 2011 at 10:55 am
I thought that's what I said 😀 Glad you found it!
April 27, 2011 at 9:32 am
sp_helprotect is deprecated but in my opinion is easier to use than its recommended replacements sys.database_permissions and fn_builtin_permissions. This page is for sp_helprotect, note the "Important" message at the top...
April 27, 2011 at 7:08 am
Re-read the error message.
April 27, 2011 at 6:54 am
Who owns sqluser_schema?
April 27, 2011 at 6:35 am
Awesome thread all 🙂
Craig Farrell (4/26/2011)
opc.three (4/26/2011)
I think this constitutes a triangular JOIN:
ON A.RowNum = B.RowNum - 1
I didn't go through everything, but that's not a triangular join. This...
April 26, 2011 at 9:30 pm
That's fantastic! I am happy you figured it out...and yes, I hope someone else finds this thread in a time of need. It's great to see that IMEX works with...
April 26, 2011 at 8:33 pm
I tried changing to the SQL timeout to 600
AFAIK the CommandTimeout property of the DataReader Source is what you want to change. It's on the "Component Properties" tab. Is that...
April 26, 2011 at 4:22 pm
Not that no one in here will be able to answer but you may have better luck finding Oracle help in one of the "Working with Oracle" forums:
SQL 2005: http://www.sqlservercentral.com/Forums/Forum1042-1.aspx
SQL...
April 26, 2011 at 4:16 pm
Lamprey13, thanks for your take. Your solution took quite a bit longer than Jeff's solution on my machine so I timed it to get an idea of the differences...with IO...
April 26, 2011 at 4:04 pm
Thanks for posting back. Still using Jet huh 🙂 I was hoping you were using ACE.
I am looking to move everything to the ACE 12.0 under the new 2010 Office...
April 26, 2011 at 2:20 pm
I don't know what you mean by "hitting a web site" to get the data, and/or if it's related to the OpenAccess DataDirect driver you're using, but I have created...
April 26, 2011 at 1:54 pm
Keep at it...personally I never use bcp from a stored proc because it means I have to enable xp_CmdShell which is a security risk and so I choose not to...
April 26, 2011 at 1:42 pm
Viewing 15 posts - 6,526 through 6,540 (of 7,168 total)