Viewing 15 posts - 34,816 through 34,830 (of 39,723 total)
I actually need to write something about this, but here's what I know.
1. This has happened for years in the US. But not to other countries, to lower cost US...
June 18, 2004 at 2:43 pm
I agree with Denny. Opening 1433 to the Internet is a bad idea. At least redirect it, but preferebly limit this to VPN access only.
June 18, 2004 at 1:11 pm
Yes, each can use 2GB, but you need to save some for the OS, I'd say 500MB or so, so really 1.7GB or so per instance.
And you should set the...
June 17, 2004 at 10:53 am
And what kind of monitoring do you need? Have you looked at Profiler?
June 17, 2004 at 7:18 am
load from file: EM, right click DTS, select "open"
June 14, 2004 at 3:56 pm
Tried 2GB and 4GB total. Not sure about anything in between. Having 1GB for the OS is a nice cushion for paging, swapping, drivers, etc. Not sure if 4 is...
June 14, 2004 at 3:52 pm
What if you had 3 rows for the civic? Or are you just looking for the lat two rows?
select max(date)
, car, type
from tableA
group by car, type
will give you the...
June 14, 2004 at 3:11 pm
I wish I had an answer, but I don't. The client access linked server from SQL has been flaky for me in the past as well.
June 14, 2004 at 3:07 pm
DTS should be fine if the server names are the same.
sp_help_revlogin is available on MSDN (msdn.microsoft.com).
The above advice should work for you, but practice a few times.
June 14, 2004 at 3:05 pm
select
case when version = 'sql2k' then srvname
end 'sql2k'
,
case when version = 'sql70' then srvname
end 'sql70'
,
case when version = 'sql65' then srvname
end 'sql65'
June 14, 2004 at 2:56 pm
June 10, 2004 at 12:54 pm
There must be something else. There is no reason that a user needs SysAdmin to write to a table. Have you checked that there are not overriding "DENY" permissions somewhere...
June 10, 2004 at 12:52 pm
It's some internal error. If this is a critical server then call MS
June 10, 2004 at 10:29 am
Agree. You'd ideally separate OS, pagefile, data, log, and tempdb. If you can't, then separate put OS and pagefile together. IF you still can't do that, put tempdb with data...
June 10, 2004 at 10:26 am
You need to go to EM, select the server, right click, properties. On the Security tab, select mixed (SQL and Windows) auth.
Then restart and you should be ok. DO NOT...
June 10, 2004 at 7:51 am
Viewing 15 posts - 34,816 through 34,830 (of 39,723 total)