Viewing 15 posts - 16 through 30 (of 31 total)
It's not syntax error, cause as I said the command is running normally from CMD.
The code is above.
declare @cmd nvarchar(4000)
set @cmd = 'bcp "select ''Field1'', ''Field2'' union all select Field1,...
March 31, 2021 at 10:10 am
Thank you Rajattechno for your answer.
I don't think it has to do with a damaged or corrupted installation, but maybe a permission issue or something like that.
Any other ideas?
Thank you.
March 31, 2021 at 7:06 am
No hide.
I need the user to be able to make a right click at a db object (table/view), press "Select top 1000 rows" and the SSMS query editor to bring...
May 28, 2020 at 4:21 pm
No object in msdb he is accessing.
Just because the user is only mapped to one database (and not system) and only there he has access, he cannot make a selection...
May 28, 2020 at 3:52 pm
Thanks for your answer.
There is only one database (not system) that is accessible, and it's objects are the ones that concern me, so no other database concerns me.
I want to...
May 27, 2020 at 7:37 pm
Thanks a lot, I 'll try the solutions and come back.
September 11, 2018 at 5:55 am
Yes, it's the IntelliSense assistant.
It seems that it's working with a user that owes full access to the SQL server, but not with a user that has read-only access.
I...
September 11, 2018 at 4:05 am
I don't mean the third party product, I am talking about the embedded intelligence to SQL.
September 11, 2018 at 12:16 am
The embedded assistant in SQL, since version 2012 and above.
September 10, 2018 at 8:03 am
OK, so no known issues have been recorded on this.
If so, any information would be helpful.
May 3, 2018 at 6:49 am
Thanks for the answer.
In the past, I have faced issues at the linked server regarding the compatibility while upgrading SQL from 2005 to 2008 R2, that's why I am...
May 3, 2018 at 6:12 am
The way it was configured as well in SQL 2008 R2.
The job actually does not overwrite any parameters within the ssis package, all parameters are being configured within the ssis,...
July 25, 2013 at 8:09 am
I assume it's the package deployment model.
July 25, 2013 at 7:06 am
Got it..
When i used for end-of-line terminator instead of \r, it worked.
Thanks anyway.
September 28, 2012 at 4:23 am
Viewing 15 posts - 16 through 30 (of 31 total)