Click here to Skip to main content
16,011,941 members
Home / Discussions / Database
   

Database

 
General[Message Deleted] Pin
trilokharry28-Jan-08 17:52
trilokharry28-Jan-08 17:52 
GeneralRe: to get day, month, year seperate from date format Pin
Tobias Schoenig28-Jan-08 19:30
Tobias Schoenig28-Jan-08 19:30 
GeneralRe: to get day, month, year seperate from date format Pin
trilokharry28-Jan-08 20:01
trilokharry28-Jan-08 20:01 
GeneralRe: [Message Deleted] Pin
Colin Angus Mackay29-Jan-08 2:53
Colin Angus Mackay29-Jan-08 2:53 
QuestionMigrate MySQL to SQL Server 2000 or 2005??? Pin
code-frog28-Jan-08 16:20
professionalcode-frog28-Jan-08 16:20 
Questionour forum has msgs > 8K Pin
shefali_sinha28-Jan-08 11:06
shefali_sinha28-Jan-08 11:06 
GeneralRe: our forum has msgs > 8K Pin
Mark Churchill28-Jan-08 13:34
Mark Churchill28-Jan-08 13:34 
GeneralRe: our forum has msgs > 8K Pin
shefali_sinha10-Feb-08 12:29
shefali_sinha10-Feb-08 12:29 
Thanks a lot.

Haven't had a chance to look into pre-compiles regex, but will look into it.

I simply converted a varchar(8000) field to varchar(max) and another ntext field to varchar(max), the latter conversion was for the sake of better perfromance of a varchar(max) vs. ntext, and my world stayed perfect. Testing reveled no problems. To do the conversion in sql server 2005, I used the statement:

alter table alter column <column name=""> varchar(max).

Just thought I should document this here in case it helps someone else.

Shefali

GeneralRe: our forum has msgs &gt; 8K Pin
Mark Churchill10-Feb-08 12:59
Mark Churchill10-Feb-08 12:59 
GeneralStoring Temp Data to a View Pin
dboy22128-Jan-08 6:11
dboy22128-Jan-08 6:11 
QuestionRe: Storing Temp Data to a View Pin
Mike Ellison28-Jan-08 14:40
Mike Ellison28-Jan-08 14:40 
Generalsql 3624 Pin
alexrad28-Jan-08 6:05
alexrad28-Jan-08 6:05 
GeneralRe: sql 3624 Pin
pmarfleet28-Jan-08 8:25
pmarfleet28-Jan-08 8:25 
GeneralRe: sql 3624 Pin
alexrad28-Jan-08 9:32
alexrad28-Jan-08 9:32 
GeneralRe: sql 3624 Pin
pmarfleet28-Jan-08 10:09
pmarfleet28-Jan-08 10:09 
GeneralRe: sql 3624 Pin
Mike Dimmick29-Jan-08 0:16
Mike Dimmick29-Jan-08 0:16 
GeneralRe: sql 3624 Pin
alexrad29-Jan-08 0:28
alexrad29-Jan-08 0:28 
GeneralOn what basis the size of any field in the table is decided. Pin
Sipder28-Jan-08 1:51
Sipder28-Jan-08 1:51 
GeneralRe: On what basis the size of any field in the table is decided. Pin
GuyThiebaut28-Jan-08 3:08
professionalGuyThiebaut28-Jan-08 3:08 
GeneralSql Server Login Details Pin
Jeeva Mary Varghese28-Jan-08 0:38
Jeeva Mary Varghese28-Jan-08 0:38 
Generalhelp with these Two Queries or update Pin
Vimalsoft(Pty) Ltd28-Jan-08 0:33
professionalVimalsoft(Pty) Ltd28-Jan-08 0:33 
GeneralRe: help with these Two Queries or update Pin
GuyThiebaut28-Jan-08 3:42
professionalGuyThiebaut28-Jan-08 3:42 
GeneralRe: help with these Two Queries or update Pin
Vimalsoft(Pty) Ltd28-Jan-08 3:46
professionalVimalsoft(Pty) Ltd28-Jan-08 3:46 
GeneralRe: help with these Two Queries or update Pin
Vimalsoft(Pty) Ltd28-Jan-08 3:46
professionalVimalsoft(Pty) Ltd28-Jan-08 3:46 
QuestionSeeking enlightenment Pin
Xpro12127-Jan-08 23:28
Xpro12127-Jan-08 23:28 

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.