Viewing 13 posts - 1 through 13 (of 13 total)
it's by design. You will need to change collation or use the collate keyword
August 21, 2013 at 7:34 am
I was pretty sure that it's not possible, but i'm not an expert, so i needed a little confirmation first.
I think i'll go with the coincidence explanation. Thank you two...
May 21, 2013 at 11:14 am
Yeah sorry, i made a mistake while typing the truncate.
I think i found an explanation to this behavior :
http://sqlblogcasts.com/blogs/tonyrogerson/archive/2006/11/16/1345.aspx
The update of the bit field made the select return the...
January 9, 2013 at 7:27 am
If anyone still have this issue, Microsoft finally gave an answer with a solution to this :
December 11, 2012 at 7:52 am
Thank you for the info
If string is the slowest, is there any difference between a integer and a binary field ?
December 6, 2012 at 9:58 am
Thank you for the clarification
GilaMonster (11/20/2012)
btw, you could have just used the TABLOCKX hint, that does the same as those two combined.
This thread showed me that i should not...
November 20, 2012 at 10:44 am
You can actually prevent this behavior on sequence with the NO CACHE option. It's too bad we can't do the same with identity column.
June 21, 2012 at 2:54 pm
I guess the insert hyperlink button is broken 😉
And thank you Gila, thats exactly the answer i was looking for (if a fix already exists or not for this !)
June 19, 2012 at 1:15 pm
I dont have always on ( i am on standard version)
For the table definition. It does this with any table with an identy field on it. I found this...
June 19, 2012 at 1:06 pm
So if anyone open this thread in the futur, it's infact a display bug.
April 19, 2012 at 2:43 pm
To help anyone understand what im talking about, i added a screenshot.
it's in french, but i think you can still understand what is going on !
Storage = Stockage
octets = bytes
To...
April 19, 2012 at 10:14 am
Viewing 13 posts - 1 through 13 (of 13 total)