Viewing 15 posts - 31 through 45 (of 132 total)
Isn't there a Text Qualifier in the connection manager where you value " when all your imported columns are quoted, or when you want you exported columns quoted?
December 17, 2013 at 1:58 pm
Was the package built using drive letters for your login? Does the account running the SQL Server Agent have permissions to the files and folders involved?
December 17, 2013 at 9:01 am
I opened the script in Notepad++ and said show all characters and there's no special character there. Only when I click Open in the Agent Job Step and browse...
October 25, 2013 at 7:54 am
The special character didn't translate in my last post. It was black and diamond shaped with a white question mark inside it.
October 25, 2013 at 7:29 am
Found the problem and fixed, but I don't know hows or whys. When I added the code to the Job Step by selecting Open and browsing to the .ps1...
October 25, 2013 at 7:26 am
Yes the script runs successfully on the sql server when run from windows explorer: right click>Run with Powershell and from CMD.
October 25, 2013 at 7:08 am
Those script weren't finding any Excel processes.
But I tried this and it works:
For Each p As Process In Process.GetProcesses
If p.ProcessName = "EXCEL" Then
...
May 23, 2013 at 12:23 pm
This must be all about me having a 64-bit client and running 64-bit Office 2010. I only leave Excel running in the background when I execute the package from...
May 21, 2013 at 7:03 am
That's possible that DBS 1,2,3... run successfully and the failure on db10 failing fails the job. A job scheduled from a maintenance plan only has one job step. But I...
May 17, 2013 at 4:36 pm
Funny. I didn't think db1, db2, db10 were the real database names.
May 17, 2013 at 3:23 pm
Is the path and file name too long for whatever data type Maintenance Plans is using?
Try backing up to d:sql_backup\dbname\
May 17, 2013 at 12:38 pm
tx_id is not the same when the curser is run. Each record get's its own sequential tx_id for a CLOS transaction type:
tx_date ...
May 13, 2013 at 2:07 pm
The cursor works. The max(tx_id)+1 does not get incremented when you comment out the insert and just display the results.
So I'm not crazy or lazy using a cursor in...
May 13, 2013 at 1:00 pm
I read elsewhere that since a flat file is a text file, if you use a Text Qualifier it will be applied to every column.
So here's what works... remove...
February 20, 2013 at 2:51 pm
Yea, they are empty string before the derived column transformation
and NULL after the derived column transformation.
And the result is all columns quoted.
Screen shots are attached.
In the attached gifs you can...
February 20, 2013 at 12:25 pm
Viewing 15 posts - 31 through 45 (of 132 total)