Viewing 15 posts - 631 through 645 (of 6,486 total)
ap-mode (10/17/2014)
Long time lurker, first time poster. I have a simple question that has been keeping me up at night.
It's my understanding the log files are circular, in that...
October 17, 2014 at 8:56 am
If you remote desktop into the server without opening up SSMS, then try to issue the WSFTP command FROM WITHIN THE REMOTE DESKTOP, on the server - what happens?
Also -...
October 17, 2014 at 8:50 am
As I recall WSFTP uses a lot of the standard DOS errors (exit code 3 which means "Path not found"). You'd have to make sure that the paths you're...
October 17, 2014 at 8:00 am
I think you're right that it's the SQL injection checker that's firing and dropping you out. While certainly not ideal - have you tried removing the @symbol (and maybe...
October 17, 2014 at 7:54 am
They could implement a "default" WHERE clause. Our homegrown reporting solution will insert criteria to only show the last 2 months of results if nothing is passed.
The devs are...
October 16, 2014 at 2:29 pm
Hmm. "exact rounding" isn't (since the purpose of rounding is to NOT use the exact value).
Just be careful with the "rule of thumb". You want to actually be aware...
October 16, 2014 at 1:54 pm
bubs (10/16/2014)
Well now I just feel stupid. 🙂Thanks for the help Matt.
Oh I have my share of those 🙂 . Don't feel that way - it's usually a matter...
October 16, 2014 at 10:22 am
where
inspection='permit' or
overdue is not null
October 16, 2014 at 9:57 am
I know this is probably incendiary, but - have you considered disabling their access through SSMS? Or - giving those users their own off-line copy of the DB?
SSMS is...
October 16, 2014 at 8:14 am
have you tried the flat file destination? lots of config options in there before you ever need scripting.
October 15, 2014 at 8:05 pm
Well - to your piont about troubleshooting - for any given outbound file, I would not be looking to have BOTH involved heavily in the transformation/formatting. To Alvin's earlier...
October 15, 2014 at 9:08 am
...Unless you're calling the insert individually (i.e. once for every readerID and fileId being inserted). Is there any way to group up/batch up the inserts? Doing 1M x...
October 14, 2014 at 1:06 pm
krypto69 (10/14/2014)
Matt Miller (#4) (10/14/2014)
October 14, 2014 at 12:31 pm
First - one smallish comment: SQL INJECTION. This one's ripe for it. seeing the dynamic query concatenated with some input (and with the Web APP mention in...
October 14, 2014 at 10:49 am
Sean Lange (10/10/2014)
October 10, 2014 at 8:22 am
Viewing 15 posts - 631 through 645 (of 6,486 total)