Forum Replies Created

Viewing 15 posts - 76 through 90 (of 155 total)

  • RE: Recursive select?

    Thanks for the link ... I'm just seeing a blank page.

  • RE: Recursive select?

    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...

  • RE: SQL Server on RDS

    Steve Jones - SSC Editor (5/9/2012)


    sku370870 (5/9/2012)


    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...

  • RE: SQL Server on RDS

    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...

  • RE: SQL Server on RDS

    stephanie.sullivan (5/9/2012)


    sku370870 (5/9/2012)


    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....

  • RE: SQL Server on RDS

    I don't have any developers. I write the lot.

  • RE: SQL Server on RDS

    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...

  • RE: Roles - Users - Schemas - what's the relationship?

    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...

  • RE: Work out which column value is repeated the most

    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...

  • RE: Work out which column value is repeated the most

    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...

  • RE: Work out which column value is repeated the most

    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...

  • RE: Work out which column value is repeated the most

    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...

  • RE: Return data from Sql Server to a .net web page to create a spreadsheet

    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...

  • RE: It's RBAR - but which method will be best

    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...

  • RE: It's RBAR - but which method will be best

    Jeffrey Williams-493691 (8/20/2011)


    It all really depends on the query that is getting the data and as you pointed out, how that table is used in the application.

    I just had to...

Viewing 15 posts - 76 through 90 (of 155 total)