Viewing 15 posts - 241 through 255 (of 562 total)
spaghettidba (7/21/2016)
Dates have no format when they are stored in the database
Dates definitively have a format when they are stored in the database.
This format partly determines what you can do...
July 21, 2016 at 8:52 am
GSquared (7/20/2016)
July 21, 2016 at 6:27 am
Sergiy (7/19/2016)
Been there, done that.
Exactly that.
So then I have some questions, because I am still strugling with parts of the code.
How do you handle EOL within fields? (Or a bit...
July 21, 2016 at 6:12 am
GSquared (7/19/2016)
For most of those, you need to have the file definition already in-place.
If you're pulling data...
July 19, 2016 at 10:03 am
Sergiy (7/19/2016)
Because a process can be delayed, another file can arrive before the previous one is done.
Because - see your starting topic.
You listed there several...
July 19, 2016 at 9:41 am
Sergiy (7/18/2016)
Create and delete static tables on fly is one of the worst possible ways to do things in SQL Server.
Why ?
One of the obvious ones - create static tables...
July 19, 2016 at 2:39 am
Steve Jones - SSC Editor (7/15/2016)
It helps if you get more specific, then we can work on that solution, perhaps making it more general.
At the moment I am in a...
July 18, 2016 at 5:54 am
GSquared (7/15/2016)
July 15, 2016 at 10:25 am
Whford (5/24/2016)[hr
But this one calculation, I am just having a hard time wrapping my mind around. :ermm:
Are you still looking for a solution ?
What is the size of N ?
What...
June 7, 2016 at 3:05 am
Jeff Moden (5/13/2016)Nah. No security breach. Not even a bad practice if it's limited to ...
In general most practises do not form a security breach, provided that the...
May 19, 2016 at 3:19 am
sestell1 (5/13/2016)
Interesting question.I've always used a combination of xp_cmdshell and bcp to move data to/from files within T-SQL.
As said this poses a security 'breach'.
You could also use OLE automation, but...
May 13, 2016 at 10:07 am
I am on leave right now, but still want to keep you posted with my progress.
Tackled most of the problems using SQL (T-SQL) only. Processing speed is adequate for what...
April 30, 2016 at 4:51 pm
Jeff Moden (4/7/2016)
As hardcore as I am about using T-SQL for database functionality, I'll readily admit that there are many things that need to be done outside of T-SQL and...
April 11, 2016 at 10:10 am
patrickmcginnis59 10839 (4/7/2016)
April 7, 2016 at 8:18 am
So there were a number of passionate replies.
Thanks for the links in the passionate replies, they might lead to something usefull for me. But for me there is still the...
April 7, 2016 at 3:32 am
Viewing 15 posts - 241 through 255 (of 562 total)