Activity overview
Latest activity by moody31415
Python - how to get a python datetime from a sql DateTime
I'm trying to generate data from a previous column - basically I want to figure out "week starting" (eg, value is always a Monday) given a datetime column.
What I'd like to do is treat the SQL Date...
Ah I figured it out - spaces are just removed in column names. / comments
Ah I figured it out - spaces are just removed in column names.
Python generator - Timeouts and arbitrary failures
I don't understand why I'm getting timeouts and seemingly arbitrary failures when using the generator and generating data.
I'll open a project and it'll just say "python script timed out" - and it'...
I'm looking to do something similar and I'm also having difficulty. Can you post the solution here?
I'm also having trouble because the python sample scripts only show samples for columns without spaces in their names. How do you handle a column that has spaces? http://documentation.red-gate.com/displ ... on+scripts / comments
I'm looking to do something similar and I'm also having difficulty. Can you post the solution here?
I'm also having trouble because the python sample scripts only show samples for columns without s...
Generate with Python check other column
I'm trying to create a Python script to generate data, and generate that data partially based off of a previous column.
Eg, I'm generating a sample set of "folders" for an area path - Area Level 1,...