Forum Replies Created

Viewing 15 posts - 166 through 180 (of 187 total)

  • RE: SELECT Statement Question

    That simple! Thank you Noel!

  • RE: SELECT Statement Question

    The value of ID also needs to be included because the result set is used in another statement and ID needs to be processed too. Is there any way that...

  • RE: SELECT Statement Question

    My table has two ID columns, ID and PID. What I want to do is to return all PIDs where the ID is lets say 10. This will produce a...

  • RE: Short Month Name

    Thanks Frank

  • RE: Login Failed After Restore

    Thank you all for your feed back

  • RE: Cancelled Restore

    Thanks David, I shall try that now

  • RE: Backup Query

    I searched all local drives on the database server for *.bak files created or modified on the date that the database had apparently last backed up and found nothing so...

  • RE: Array

    Hi,

    Unfortunately, the number of elements within the array will be different each time so it needs to be dynamic.

  • RE: Array

    Thanks Frank

  • RE: Unable to Insert Data

    Having successfully run the code in QA, I tried to run the unamended stored procedure and it too works now! Could it have been some sort of security issue on...

  • RE: Unable to Insert Data

    Apologies, the code is 'IS NULL' not '= NULL'.

    David

  • RE: Unable to Insert Data

    I am really confused now! When I copied the code to QA and executed it the table was populated? So for whatever reason, the code does not work when executed...

  • RE: Unable to Insert Data

    I reversed the procedure so that I returned one row of data and read the values into variables that I declared using the exact datatypes and lengths of the columns...

  • RE: Unable to Insert Data

    Hi Wayne,

    Oddly enough, I restricted the SELECT statement to one row and attempted to manually add the data that was returned. I found that manually entering the data into the table...

  • RE: Convert Date For Comparison

    Thanks everyone, I won't be able to check the suggestions right now because I don't have access to SQL Server today but there are enough suggestions there to ensure that...

Viewing 15 posts - 166 through 180 (of 187 total)