Viewing 15 posts - 11,611 through 11,625 (of 18,923 total)
Sorry guys, I forgot to mention that we are modifying this application in its native form : VB6. So we don't have access to the .Net power
September 28, 2006 at 6:57 am
create table #demo (ID int not null primary key clustered, SomeVal int not null)
create unique index IX_Demo on #demo (SomeVal).
Assuming I didn't screw up the syntax this will work. ...
September 28, 2006 at 4:52 am
Amen.
Hey this is the first time I post the 100th message on a thread
.
September 27, 2006 at 1:47 pm
I remember asking someone to go work to their place, but apparently there was no opening.
The good thing is that this project ends this week. It is also a...
September 27, 2006 at 1:46 pm
If you still had your test script you could probably easily test it. So could it but I am under a deadline here so l8r
September 27, 2006 at 1:12 pm
Thanx for the info (didn't look much into it because) >>
Boss doesn't want the program or server to need access to a shared drive/folder!!
Boss wants a single file for 20...
September 27, 2006 at 1:10 pm
Well in 3 years it's the first time I use it... to my regrets. I think it's nice to know you might use it for some solutions, but unless the...
September 27, 2006 at 12:25 pm
I know there's a way to do it but I never had to put it in use so I forgot how.
Anyway I don't have much else to offer. Surely somebody...
September 27, 2006 at 12:16 pm
Read it again... from a position where you need to create a bad design and that articles starts to make sens (which is what the writter intended iirc).
EDIT
I...
September 27, 2006 at 12:09 pm
Do you use mixed mode authentication (sql or windows authentication)?
September 27, 2006 at 11:56 am
I barely tested that over 2 years ago and only on one setup. So what I have is pretty inconclusive. Looks like you got your work cut out for this...
September 27, 2006 at 11:25 am
Row by agonizing row (like a cursor).
The opposite of set based.
September 27, 2006 at 8:41 am
You can always ask the client if they would agree to first try the express install. If that fail they can always go buy the full install afterwards. But I...
September 27, 2006 at 8:01 am
Is this field in a relation?
Does this code run?
ALTER TABLE dbo.PATIENT
ALTER COLUMN tx_PatientUniqueCode varchar(125) COLLATE SQL_Latin1_General_CP1_CI_AS not null
If not, what error message are you getting?
September 27, 2006 at 7:43 am
Viewing 15 posts - 11,611 through 11,625 (of 18,923 total)