Viewing 15 posts - 35,521 through 35,535 (of 39,803 total)
Don't use it here, but the MS Operations team uses it extensively for the MS.com site. If this is an issue, I'd bet that custom scripting is used to get...
January 6, 2004 at 10:49 am
LIKE
create table MyTest1
( myid int
, mttxt text
)
go
create table MyTest2
( myid int
, mttxt text
)
go
insert mytest1 select 1, 'This is a test'
insert mytest1 select 2, 'This is a test2'
insert mytest2 select 1,...
January 6, 2004 at 10:48 am
Try
D:\readpga>c:\mssql7\binn\isql -Sclarcombe -dpga -Usa -P -w256 -h-1 -Q"exec AGGT_INRUNNING '''SCORE'''" -oaggtscoreir.htm
January 6, 2004 at 10:37 am
This is some crazy error that we havne't been able to track. Seems about 2 in 10 here with IE 6 as well. With Mozilla (1.5) I don't get the...
January 6, 2004 at 10:35 am
I see this periodically and usually change all jobs to be owned by "sa" to avoid this. It's got to be some type of domain authentication issue, but it's so...
January 6, 2004 at 10:33 am
No. If the AD group has a login , then the user will have access (unless they are denied).
January 6, 2004 at 10:30 am
sp_help_revlogin on the MS Technet site can script out old logins that you can transfer to the new server. DTS has a "TRansfer Users" task as well in SQL 2000.
Also,...
January 6, 2004 at 10:29 am
We see similar ones on our DB2 machines at times and usually use the IDS to trace back where the source is and use a firewall to block the IPs...
January 6, 2004 at 10:25 am
Using Mozilla 1.5 here and I see standard HTML. Reload doesn't bring in the Active X control, but otherwise works fine.
January 6, 2004 at 10:21 am
Will a view not work?
If not, then a trigger might be the best way to ensure things are up to date. Set up one for inserts, separate fro updtes, third...
January 4, 2004 at 6:19 pm
I think you'd have to do fulls periodically. At least to keep recovery.
If you do the file backups, then you can probably restore these, ignoring the logs, but it would...
January 2, 2004 at 1:10 pm
Tend to agree, don't like to see threads closed. If the suggestion worked, let us know, but I like to have others be able to continue the thread if need...
January 2, 2004 at 11:02 am
Viewing 15 posts - 35,521 through 35,535 (of 39,803 total)