Forum Replies Created

Viewing 15 posts - 286 through 300 (of 7,429 total)

  • RE: Import Excel file - NULL date field

    This is commonly seen in Excel even in SQL 2000 due to how it samples the incoming data to determine the field type. I have had to go as far...

  • RE: converting to date format

    Look at the function stuff and to put in the / in the correct places then try convert/cast.

  • RE: The Google Way

    Know the feeling, like exFat, they still haven't cancelled the beta and it has been on my beta space for over a year. 😀

  • RE: The Google Way

    Steve Jones - Editor (11/16/2007)


    ...but they did a great job with the "XBOX Live" service in innovating how consoles would work together. I just haven't seen that in other areas.

    But...

  • RE: The Google Way

    Steve do you ever get involved with the betas?

  • RE: Help! Drowning! Runaway log file!

    That still depends on the size of the largest transaction.

  • RE: The Google Way

    PGarberick (11/15/2007)


    Please don't get me started on LiveSearch. My kid was doing the club and they called me downstairs. Despite the fact that we had the Safe Search...

  • RE: The Google Way

    I am not totally sure they are not innovating, the problem is getting recognized for you innovation in a market to keep share. It is like with iPhone, people are...

  • RE: Help! Drowning! Runaway log file!

    Do you do a lot of large data imports as well? You might want to change the database to simple recover to limit this issue whil in developement especially since...

  • RE: Using join in delete operation

    My statement is think of everything after the from as developing a set of data from the table you are deleteing from. If you do SELECT TableName.* instead you see...

  • RE: Manually store ASP.NET session object in database

    This might help

    http://www.faqfront.com/document/sql-server-session-state

    but when I last did this for testing I just searched on google for

    "asp session state sql"

    and

    "asp session state sql custom database"

    and you can of course narrow to...

  • RE: Help with extracting Bits out of Binary Number

    Sorry was using @x declared as int, seems to cause an issue when not int so if you use this with HEX in @x pos

    SELECT

    (0x1F & @x) / 0x01 a,

    (0x03FFE0...

  • RE: Help with extracting Bits out of Binary Number

    Sorry found I typoed my positions as I started with 4 and not 5 as the first set so here is the correction. @x represents your HEX value.

    SELECT

    dbo.BINTODEC(SUBSTRING(dbo.HEXTOBIN(@x),28,5)) a,

    dbo.BINTODEC(SUBSTRING(dbo.HEXTOBIN(@x),15,13))...

  • RE: Wiggle Room

    Steve Jones - Editor (11/9/2007)


    As far as Antares, his long hair makes him look like the expert, and they probably love that. Especially when working with strange hardware 😀

    Hey I...

  • RE: Wiggle Room

    I am split on this because of a gig I am working right now outside of my fulltime employement. The software and database eliments they want I can readily see...

Viewing 15 posts - 286 through 300 (of 7,429 total)