Viewing 15 posts - 6,301 through 6,315 (of 13,874 total)
caspersql (11/18/2016)
November 18, 2016 at 10:29 am
planetmatt (11/18/2016)
Phil Parkin (11/18/2016)
This code snippet shows that ?+ is no problem:
IF OBJECT_ID('tempdb..#test',...
November 18, 2016 at 9:15 am
I suspect that the ? is not a ? in the data ... it's some other non-printable character.
This code snippet shows that ?+ is no problem:
IF OBJECT_ID('tempdb..#test', 'U') IS NOT...
November 18, 2016 at 8:26 am
--Edit: removed silly question
November 18, 2016 at 8:22 am
planetmatt (11/18/2016)
Until today, it ran without issue.
The error it's now throwing is
"The data...
November 18, 2016 at 8:16 am
tocy1980 (11/18/2016)
update Server_FINAL
set Server_FINAL.Parts = [Linked Servers].[DATA STORE LINKED].['ET NEW$'].[Parts Used]
and it doesn't work.
Get this error: he multi-part identifier "Linked Servers.DATA STORE LINKED.'ET NEW$'.Parts Used" could not...
November 18, 2016 at 6:45 am
tocy1980 (11/18/2016)
the trick is here I don't know how to connect Linked Server e.g.
update Server_FINAL
set Server_FINAL.Parts =...
November 18, 2016 at 6:15 am
I've read your post a couple of times, but don't understand the problem. What do you mean by 'column data'?
November 18, 2016 at 6:06 am
EDIT: Somehow I got carried away and cheered twice. I removed the overly-jubilant second cheer.
Please make a note to put it back again tomorrow evening :smooooth:
November 17, 2016 at 1:43 pm
Jerid421 (11/17/2016)
This is more a question of theory than a technical one, but here it goes. I need to mirror (23) SQL tables in one database over to...
November 17, 2016 at 1:18 pm
Eirikur Eiriksson (11/17/2016)
Phil Parkin (11/17/2016)
I compared execution plans ... my version seems significantly less expensive, at least on this tiny amount of data.
The execution plan for my version is significantly...
November 17, 2016 at 1:09 pm
@Patrick123 (11/17/2016)
sorry i didn't get u
Before you call sp_ExecuteSQL, you need to populate @ParmDefinition with, somewhat unsurprisingly, given its name, the definitions of all the parameters.
November 17, 2016 at 12:40 pm
You do not appear to have populated @ParmDefinition.
November 17, 2016 at 12:26 pm
This appears to be a blog post. Please add some descriptive text, if you think that this will assist others.
November 17, 2016 at 11:56 am
I compared execution plans ... my version seems significantly less expensive, at least on this tiny amount of data.
November 17, 2016 at 11:45 am
Viewing 15 posts - 6,301 through 6,315 (of 13,874 total)