Viewing 15 posts - 38,281 through 38,295 (of 39,466 total)
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
Keep in mind that I do not think this will handle indentity conflicts. If you allow updates to the subscriber and it takes an identity value already in use in...
January 22, 2002 at 9:48 am
Yes, you would select isnull( column_name, '') replacing column_name iwth the appropriate column. Replace '' with whatever value you want returned ('NULL', 0, etc.).
Steve Jones
January 22, 2002 at 9:35 am
Try running setup on the original SQL Server. It has options for rebuilding master, reinstalling, change network support, and code page. You should get the existing setttings from there.
Steve Jones
January 22, 2002 at 9:32 am
Viewing 15 posts - 38,281 through 38,295 (of 39,466 total)