Forum Replies Created

Viewing 15 posts - 1 through 15 (of 18 total)

  • Reply To: show data for today only

    I have altered the application to now record the correct date function.

    But i am still struggling to get it to show todays data only

    Clockin-Clockout

  • Reply To: show data for today only

    Ok i see what you are saying so how do i change the format so my SQL date is 2021-09-06 instead of 2021-06-09 as my language is UK?

  • Reply To: show data for today only

    Hi Ant,

    You are incorrect the  date data in the image is:

    3rd of September 2021 & 6th of the September 2021

    I agree this will no doubt have to changed to be...

  • Reply To: show data for today only

    Hi DesNorton,

    I have edited the query to as you advise but it returns no results.

    My data is generated from a VB.net Windows application, i would like to get this resolved...

  • Reply To: Query to show who is still checked in.

    Hi  Ant,

    With your code you advised and I have altered it this seems to working as i require:

    ;WITH CardSwipeCTE AS (
    SELECT ROW_NUMBER() OVER (PARTITION BY RFID ORDER...
  • Reply To: Update table from other tables

    Thanks Michael,

    I will test your SQL Query and let you know if any problems.

    Cheers James

  • Reply To: Changing table data

    I am really CONFUSSED why do i have to create a table i already have a table called [job Info$] with a column called [Time Reported] all i want to...

  • Reply To: Changing table data

    Hi Cath Trimble,

    SELECT FORMAT(DateTimeCol, N’HH\:mm’)

    FROM #TimeReported;

    Errors on DateTimeCol & N' "Invalid coloum changed DateTimeCol to ['Job info$'].[Time Reported] error could not be bound.

    Also changed #TimeReported to ['Job info$'].[Time Reported]

    Cheers James

  • Reply To: Changing table data

    I have had a go at righting my own query but having a few issues. As per the norm thanks for everyones assistance so far.

    /*Create new colunm...
  • Reply To: Changing table data

    Hi morenoj5958 81627

    That worked to a point :0) but i would like to change the values in time reported to those generated and i would like also to remove the...

  • Reply To: Changing table data

    Hi Grasshopper,

    I already have a table called job info$ and in column Time Reported i have 29602 rows i need to change all of them.

    Are you suggesting creating a new...

  • Reply To: Changing table data

    To hopefully assist further the table is called Job info$ the column is called Time Reported

  • Reply To: Changing table data

    Thanks rVadim but the 'Time Reported' is a different time in each row for example:

    1899-12-30 09:12:32.000 -Row1

    1899-12-30 09:13:12.000 -Row2

    1899-12-30 09:21:39.000 -Row3

    1899-12-30 09:24:04.000 -Row4

     

  • RE: Backups

    Does not work with FQDN 127.0.0.1 address same error.

  • RE: Return 2 lines of text from a row

    Thanks for all the assistance i have sorted what i require.

    Thanks once again.

    James

Viewing 15 posts - 1 through 15 (of 18 total)