Forum Replies Created

Viewing 10 posts - 1 through 10 (of 10 total)

  • RE: import gis data into SQL

    Can I get some help on this plz. Am in real need of a solution to this.

    Any suggestions would be great!!

    Thank U.

  • RE: import gis data into SQL

    I have the images in the form of Grids created using ArcTools. I connect to the SQL database through ArcSDE and am uploading the Grids as I am doing the...

  • RE: import gis data into SQL

    Can I know what is the best way to import Grid images into the SQL Server?

    Thank U!

  • RE: julian day conversion in SQL

    Thanks so much for all the help !!

    Thank You Mr.Larsen.

    Have a nice day.

  • RE: julian day conversion in SQL

    They are of float type. The lengths are declared as 8.

  • RE: julian day conversion in SQL

    SELECT REPLACE(CONVERT(char(10), DATEADD(day, CAST(JULIAN_DAY AS int) - 1, CAST([YEAR] + '-01-01' AS datetime)), 101), '/', '') AS MMDDYYYY

    FROM ...

  • RE: julian day conversion in SQL

    I get this error :

    Error converting data type varchar to float.

    Could I possibly know the best place to learn writing these kind of codes.

    Thanks a lot..

  • RE: julian day conversion in SQL

    I could do the conversion with each julian day specified. Is there a means such that we could select the julian days column (for individual year) and run a...

  • RE: julian day conversion in SQL

    I have a column separately for years. Julian days are in the next column.

    Could you please suggest some real good books or online sites to learn in more detail...

  • RE: julian day conversion in SQL

    The values are just the number of the day of an year. I have got year in one column, and just the julian day ( as say, 245) in...

Viewing 10 posts - 1 through 10 (of 10 total)