Viewing 15 posts - 2,191 through 2,205 (of 14,953 total)
L' Eomot Inversé (1/18/2012)
SQLRNNR (1/18/2012)
I have been able to copy...
January 19, 2012 at 7:43 am
I haven't had time to get back to this one yet. Sorry about that.
The next step I'd take on it is running step five (that's the slow one, right?)...
January 19, 2012 at 7:38 am
Take a look at the discussion here: http://social.msdn.microsoft.com/Forums/en-US/transactsql/thread/29f30130-3a64-4b91-86b3-5fa09dbc4220
Does that help?
January 19, 2012 at 7:32 am
It'll need to be image in SSIS, and varbinary(max) in the parameter list of the stored proc.
January 19, 2012 at 7:30 am
Personally, I still don't think an algorithm should do my judging and thinking for me, on a subject like this.
There are far too many holes in the idea.
All things considered...
January 19, 2012 at 7:29 am
Cadavre (1/18/2012)
GSquared (1/18/2012)
Cadavre (1/18/2012)
adrian.facio (1/18/2012)
Did you tried it before your change??
Admittedly, the answer to that is "no".
However IMO, to avoid ambiguity, whether or not your method works is...
January 19, 2012 at 7:07 am
GilaMonster (1/18/2012)
TravisDBA (1/18/2012)
Dave Ballantyne (1/18/2012)
I still say that using SQL Profiler is a good place to start
It hasnt been said explicity in this thread , so i will 🙂
Never...
January 19, 2012 at 6:56 am
I see what the original method is doing. The way it goes about achieving it isn't particularly sensible, but it does have a functional pattern to it.
Is the query...
January 19, 2012 at 6:31 am
The usual way to do that is to nest XML queries instead of joining tables.
SELECT ColA, ColB,
(SELECT Col1, Col2
FROM dbo.MySubtable
WHERE MySubtable.MainTableID = MainTable.ID
...
January 18, 2012 at 1:48 pm
Viewing 15 posts - 2,191 through 2,205 (of 14,953 total)