Viewing 15 posts - 91 through 105 (of 352 total)
Hi Mike
here are the two column definitions:
Oracle:
NAME NOT NULL VARCHAR2(255 CHAR)
SQL Server
NAME VARCHAR (255) NOT NULL
Oracle treats them as unique as...
October 25, 2010 at 12:52 pm
Hi Folks
if anyone can explain the last question to me, i would appreciate it
Thanks
Jim
October 21, 2010 at 1:07 pm
Hi Folks
I changed the Case Sensitivity for the table column
Now I have an issue with what looks like trailing spaces in the name value
So a name value of "P00204"...
October 19, 2010 at 10:16 am
Thanks WayneS
was out on Friday so i will try it today
Jim
October 18, 2010 at 10:24 am
Hi Folks
Can some one tell me the correct syntax for changing the COLLATION to SQL_Latin1_General_Cp1_CS_AS for a column called Name in a table called DTREE
I cannot figure out the...
October 14, 2010 at 2:39 pm
Hi David
well..what a bummer
i only tried it at the database level, not table level
guess i will change it back as i do not want to worry about objects having sensitivity
Thanks
Jim
October 13, 2010 at 11:16 am
Hi WayneS
I guess I found that out, but why ?
Why would you make the object(s) case sensitive at all ?
I just want the data to be case sensitive
are you...
October 13, 2010 at 11:14 am
Hi Folks
I made the change to the database after dropping all tables as it would not allow me change the COLLATE value until I did so
a follow-up question and why
it...
October 13, 2010 at 9:46 am
I am running the tests on windows server 2008 with sql server 2008
Jim
October 13, 2010 at 8:36 am
Thanks norie
will take a look
Jim
October 13, 2010 at 8:35 am
Hi luckus_g
it is not an issue to change it
i am in just testing creating tables and indexes and importing data right now
so i can start over after i make the...
October 13, 2010 at 8:32 am
HI David
thanks
i will look into these documents
Jim
October 13, 2010 at 8:31 am
Hi David
well..looking up these collation codes (which you need a PHD to review them all)
I have
SQL_Latin1_General_CP1_CI_AS
but i do not see what it should be chaged to in reviewing
http://msdn.microsoft.com/en-us/library/ms143508(v=SQL.100).aspx
any...
October 12, 2010 at 3:55 pm
Thanks Derrick
I will give it a shot
Jim
October 5, 2010 at 12:37 pm
Thanks Very Much Lowell
I wil check it out
Jim
September 29, 2010 at 9:10 am
Viewing 15 posts - 91 through 105 (of 352 total)