Viewing 15 posts - 166 through 180 (of 203 total)
I said varchar but I actually used HexToChar to convert the image.
select PART_ID, dbo.HexToChar(BITS) as BITS
from PART_PO_BINARY
How should my update statement look using HexToChar?
February 9, 2009 at 12:38 pm
The BITS column is an image data type. When queried it returns "0x5175616C697479205245565F4120312C332C352C37". However, when you view it through the gui it shows "Quality REV_A 1,2,3,8". Their asking me to...
February 9, 2009 at 12:11 pm
Got it! Thanks for the help. It is appreciated.
January 30, 2009 at 3:24 pm
Figured it out. SQL Server Agent properties; Alert System; Enable
January 30, 2009 at 7:49 am
I was, but from your post it sounds as if it is not possible. I'm learning as I go.
January 14, 2009 at 1:46 pm
I am trying to build a view that looks at our cust_address table data. However, there will be times when this information will be null. In that case I want...
January 14, 2009 at 1:38 pm
After discussing the record keeping process with our QA manager, we concluded that sequential numbering is not a requirement. I am just one of those picky people who would rather...
December 14, 2008 at 12:32 pm
Ok thanks. Is there a way I can keep users from entering duplicate records now that identity is turned off? If I have two users in the form at once...
December 12, 2008 at 5:05 pm
Ok you convinced me. What is the easiest way to convert this back to a standard column rather than an identity column?
December 12, 2008 at 4:00 pm
Is there any other way around this? Maybe some code in the Access form? Why would you not recommend populating the lost data. What is the script to insert in...
December 12, 2008 at 2:45 pm
Viewing 15 posts - 166 through 180 (of 203 total)