Click here to Skip to main content
15,905,607 members
Home / Discussions / Database
   

Database

 
Questionlink the foxpro(.dbf) table with mssql Pin
Guru_yogi20-Dec-06 1:12
Guru_yogi20-Dec-06 1:12 
AnswerRe: link the foxpro(.dbf) table with mssql Pin
Pete O'Hanlon20-Dec-06 22:46
mvePete O'Hanlon20-Dec-06 22:46 
QuestionGuy's pls help... Pin
tilak.gummadi19-Dec-06 23:19
tilak.gummadi19-Dec-06 23:19 
AnswerRe: Guy's pls help... Pin
Mairaaj Khan20-Dec-06 0:57
professionalMairaaj Khan20-Dec-06 0:57 
GeneralRe: Guy's pls help... Pin
tilak.gummadi20-Dec-06 16:58
tilak.gummadi20-Dec-06 16:58 
Questionhow to use linked server for foxpro & mssql linking Pin
Guru_yogi19-Dec-06 18:51
Guru_yogi19-Dec-06 18:51 
AnswerRe: how to use linked server for foxpro & mssql linking Pin
Eric Dahlvang20-Dec-06 3:44
Eric Dahlvang20-Dec-06 3:44 
QuestionSQL Server text column question Pin
Marcus Spitzmiller19-Dec-06 9:12
Marcus Spitzmiller19-Dec-06 9:12 
Hi - I just have a general SQL server question I'm hoping someone can help answer.

I have a table with a column of datatype TEXT called NOTE. I am trying to trim those records in the text field to say, 10000 characters where datalength(NOTE) > 10000.

for example, normally i would do something like 'update notetable set note = LEFT(note, 10000) where length(note) > 10000', but of course i can't do this with this datatype.

This datatype is a pain..Does anyone know the syntax for this?

Thanks!

Marcus Spitzmiller

You will never hear me say, "I listen to pretty much everything." That is for people who don't care what goes in their ears.

AnswerRe: SQL Server text column question Pin
PIEBALDconsult19-Dec-06 9:28
mvePIEBALDconsult19-Dec-06 9:28 
GeneralRe: SQL Server text column question Pin
Marcus Spitzmiller19-Dec-06 9:35
Marcus Spitzmiller19-Dec-06 9:35 
GeneralRe: SQL Server text column question Pin
Eric Dahlvang20-Dec-06 3:51
Eric Dahlvang20-Dec-06 3:51 
GeneralRe: SQL Server text column question Pin
Marcus Spitzmiller20-Dec-06 5:25
Marcus Spitzmiller20-Dec-06 5:25 
AnswerRe: SQL Server text column question Pin
Michael Potter20-Dec-06 10:26
Michael Potter20-Dec-06 10:26 
GeneralRe: SQL Server text column question Pin
Marcus Spitzmiller20-Dec-06 12:12
Marcus Spitzmiller20-Dec-06 12:12 
QuestionQuestions about various DB connection methods Pin
Jay Legue19-Dec-06 8:26
Jay Legue19-Dec-06 8:26 
QuestionHow do I format this... Pin
Steven J Jowett19-Dec-06 4:43
Steven J Jowett19-Dec-06 4:43 
AnswerRe: How do I format this... Pin
Steven J Jowett19-Dec-06 5:38
Steven J Jowett19-Dec-06 5:38 
QuestionUser defined function within another User Defined function Pin
VK-Cadec19-Dec-06 3:41
VK-Cadec19-Dec-06 3:41 
AnswerRe: User defined function within another User Defined function Pin
Colin Angus Mackay19-Dec-06 4:21
Colin Angus Mackay19-Dec-06 4:21 
GeneralRe: User defined function within another User Defined function Pin
VK-Cadec19-Dec-06 5:35
VK-Cadec19-Dec-06 5:35 
AnswerRe: User defined function within another User Defined function Pin
ednrgc20-Dec-06 6:29
ednrgc20-Dec-06 6:29 
Questionlink the foxpro(.dbf) table with mssql Pin
Guru_yogi19-Dec-06 0:41
Guru_yogi19-Dec-06 0:41 
Questionaccessing sql server 2000 databse in LAN Pin
abhijitw18-Dec-06 23:40
abhijitw18-Dec-06 23:40 
AnswerRe: accessing sql server 2000 databse in LAN Pin
Colin Angus Mackay19-Dec-06 0:21
Colin Angus Mackay19-Dec-06 0:21 
GeneralRe: accessing sql server 2000 databse in LAN Pin
abhijitw19-Dec-06 17:48
abhijitw19-Dec-06 17:48 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.