Viewing 15 posts - 76 through 90 (of 155 total)
Thanks for the link ... I'm just seeing a blank page.
July 31, 2012 at 5:27 am
Hi and thanks very much for that.
It produces in the list column:
1>2
1>2>3
1>2>4
1>2>5
1>2>4>8
1>2>3>6
1>2>3>7>9
1>2>3>7>10
What I need it to produce is:
1>2
1>2>3
1>2>3>6
1>2>3>7
1>2>3>7>9
1>2>3>7>10
1>2>4
1>2>4>8
1>2>5
I've tried various sorting but I can't make it do that. And although...
July 31, 2012 at 5:13 am
Steve Jones - SSC Editor (5/9/2012)
sku370870 (5/9/2012)
May 9, 2012 at 11:28 am
Aaron N. Cutshall (5/9/2012)
Several people have questioned the security aspect wondering if Amazon would just help themselves to the code or data in the instance.
I raised that issue initially and...
May 9, 2012 at 11:25 am
stephanie.sullivan (5/9/2012)
sku370870 (5/9/2012)
May 9, 2012 at 11:10 am
You've spend hundreds of hours developing. A lot of your business logic is in your stored procedures and functions. You can't afford SQL Server hosting of your own. You use...
May 9, 2012 at 4:43 am
Thank you to everyone who has replied ... the fog clears a little and, it seems, my lack of understanding is not all down to me.
I wonder if I might...
April 23, 2012 at 12:40 pm
In my scenario - to stick with the data structure I posted (as opposed to my 'real-world' issue mentioned above) - if I ended up with the situation that OrganisationID...
March 2, 2012 at 1:58 am
Thank you very much for taking the time to explain that - and - I understand it!
I will read, re-read and write if for myself with different tables and columns...
March 1, 2012 at 12:08 pm
Thanks for your help in trying to get me to understand this.
I realise in your code you are doing up update query joining #fred to a table created by this...
March 1, 2012 at 3:52 am
Wow, thanks very much. Yes, that's exactly what I need.
Seeing your code makes me realise what a novice I am at this lark.
Can I ask ...
Using that 'With' statement, you...
March 1, 2012 at 2:15 am
Thanks for your reply. The .net page in the middle is to present users with a list of contacts that they want to filter ... by ticking check boxes to...
November 15, 2011 at 1:26 am
Thank you for all the replies. I have done this sort of 'run a job at night to send some emails' but never more than a few emails at a...
August 21, 2011 at 3:10 am
Jeffrey Williams-493691 (8/20/2011)
I just had to...
August 21, 2011 at 3:08 am
Viewing 15 posts - 76 through 90 (of 155 total)