Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
Xarzu
Starting Member
25 Posts |
Posted - 2012-08-31 : 20:32:54
|
What do these symbols, that appear when I am trying to design a database table in SQL AZURE, mean?What is more is this. I am lost as to what to do to solve this error. What is the operand of an image? |
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2012-08-31 : 22:52:28
|
i think you're trying to alter image column to int which why it threw error as image type is incompatible with int as error suggests.------------------------------------------------------------------------------------------------------SQL Server MVPhttp://visakhm.blogspot.com/ |
|
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2012-08-31 : 22:53:35
|
did you try seeing the properties of column from SSMS? can you post the result here?------------------------------------------------------------------------------------------------------SQL Server MVPhttp://visakhm.blogspot.com/ |
|
|
Xarzu
Starting Member
25 Posts |
Posted - 2012-09-03 : 04:57:57
|
I think I need to input a 128 bit field.How would I do that? |
|
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2012-09-03 : 15:36:44
|
quote: Originally posted by Xarzu I think I need to input a 128 bit field.How would I do that?
sorry didnt get youDid you manage to connect to azure db from ssms and check column properties of table?------------------------------------------------------------------------------------------------------SQL Server MVPhttp://visakhm.blogspot.com/ |
|
|
|
|
|