Good day,
I would like to know if anyone can help me with a select inti query.
I am working on a Network Server and would like to write a select into query which should insert some data into a table on my local server.
I thought it would look something like this however, this does not seem to work:
select * into [local].MyDB.dbo.Myserver
Can anyone maybe suggest how I should change this in order to be able to select into my local server please from a network server.
Regards
"We know nothing but, that what we know is not the truth..." - Me
I would like to know if anyone can help me with a select inti query.
I am working on a Network Server and would like to write a select into query which should insert some data into a table on my local server.
I thought it would look something like this however, this does not seem to work:
select * into [local].MyDB.dbo.Myserver
Can anyone maybe suggest how I should change this in order to be able to select into my local server please from a network server.
Regards
"We know nothing but, that what we know is not the truth..." - Me