Viewing 15 posts - 3,271 through 3,285 (of 8,753 total)
liorvikel (8/22/2016)
RESOLVED -I do this
sqlcmd -S myServer -d myDB -E -o "MyData.txt" ^
-Q "select bar from foo" ^
-W -w 999 -s","
Good...
August 22, 2016 at 8:08 am
Easiest way is to use SSMS -> Export Data and Save as SSIS package, then schedule the execution of the package.
😎
August 22, 2016 at 7:01 am
vprunic (8/22/2016)
@Eirikur Eiriksson it isnt. i checkedand when i try to start from CMD it works fine
But not from SSDT?
😎
August 22, 2016 at 6:50 am
Is this a one-off or do you want to do this regularly, i.e. as a scheduled job? There are quite few options, bcp, sqlcmd, SSIS etc., please let us know...
August 22, 2016 at 6:47 am
Can you elaborate a little bit further on this, i.e. source details, destination details, limitations etc.?
Are you familiar with bcp?
😎
August 22, 2016 at 6:32 am
Further on my previous post, even having the preview on in Windows File Explorer and that particular file selected will block the file, have you checked if the file is...
August 22, 2016 at 6:29 am
What are the settings in server->properties->database settings->Database default locations?
😎
August 22, 2016 at 6:27 am
taufikalfarisi2 (8/21/2016)
DECLARE
@TypeCode varchar(25),
@BomDateB varchar(25),
@BomDateA varchar(25),
@TbName varchar(25),
@sql nvarchar(max)
SET...
August 21, 2016 at 6:40 am
August 21, 2016 at 1:47 am
drew.allen (8/17/2016)
August 20, 2016 at 10:38 am
If you had answered the questions properly and given appropriate examples then you would already have had a working solution by now.
😎
To achieve this, just add another instance to...
August 20, 2016 at 10:20 am
Quick question, what is the Isolation Level set by the applications?
😎
August 20, 2016 at 10:09 am
Can you please post the DDL (create table), some sample data as an insert statement and the expected results?
😎
What you have described so far isn't a complex task but it...
August 20, 2016 at 5:24 am
The way you describe it here does not fully match the initial requirements, can you please elaborate?
😎
Generating the output in the format described in your last post is easy, here...
August 20, 2016 at 3:19 am
Viewing 15 posts - 3,271 through 3,285 (of 8,753 total)