Viewing 15 posts - 38,566 through 38,580 (of 39,754 total)
You could just build the sql and then do a replace for ' with ''. I think Brian has the best idea.
Steve Jones
January 22, 2002 at 4:10 pm
No idea if Brian's suggestion is wrong. Each column, table, or database can have a different code page/collation sequence.
Steve Jones
January 22, 2002 at 4:08 pm
This is a really long way to go about this. Can you just post the resulting trigger code?
This looks like the right track. You check for updated() and do the...
January 22, 2002 at 4:06 pm
January 22, 2002 at 1:23 pm
January 22, 2002 at 1:22 pm
January 22, 2002 at 1:07 pm
January 22, 2002 at 1:06 pm
Not sure. I'll get up from my desk and go check. Are you highlighting lines and then doing it?
Steve Jones
January 22, 2002 at 10:43 am
Did you check the rights for the SQLAgnet? Log in as this user and see if you can delete the files. Also check the logs for the maintenance plans.
Steve Jones
January 22, 2002 at 10:37 am
Yes, unless an implicit conversion can be made. Try this:
create table MyTest
( myid int
, MyVal char( 1)
)
go
insert MyTest (MyID) values (1)
insert MyTest (MyVal) values ('A')
go
select * from MyTest
select
MyID
,...
January 22, 2002 at 10:35 am
No that I know of. If this is valuble data, I'd call MS and get a case going.
Steve Jones
January 22, 2002 at 10:30 am
January 22, 2002 at 10:28 am
Good luck. Come back if you have more questions. No, I wrote the 229 Design book. J Steven Jones.
Steve Jones
January 22, 2002 at 10:00 am
When you setup a user, do they not get British English as the default? Or is it always English?
Steve Jones
January 22, 2002 at 9:57 am
what is your script like?
I would use isql, which is what the SQL Setup uses. In this you can specify the user to connect with using the -U option. I...
January 22, 2002 at 9:50 am
Viewing 15 posts - 38,566 through 38,580 (of 39,754 total)