Viewing 15 posts - 286 through 300 (of 7,429 total)
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...
November 28, 2007 at 10:30 am
Look at the function stuff and to put in the / in the correct places then try convert/cast.
November 28, 2007 at 10:28 am
Know the feeling, like exFat, they still haven't cancelled the beta and it has been on my beta space for over a year. 😀
November 16, 2007 at 10:32 am
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...
November 16, 2007 at 9:57 am
That still depends on the size of the largest transaction.
November 16, 2007 at 7:51 am
PGarberick (11/15/2007)
November 16, 2007 at 7:49 am
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...
November 15, 2007 at 8:14 am
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...
November 13, 2007 at 11:06 am
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...
November 13, 2007 at 11:02 am
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...
November 10, 2007 at 7:14 am
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...
November 9, 2007 at 6:17 pm
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))...
November 9, 2007 at 3:25 pm
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...
November 9, 2007 at 11:35 am
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...
November 9, 2007 at 9:00 am
Viewing 15 posts - 286 through 300 (of 7,429 total)