Viewing 15 posts - 5,326 through 5,340 (of 6,105 total)
Do you have the SQL Server 2000 client tools available?
K. Brian Kelley
July 11, 2002 at 7:43 am
We see this occassionally when we've had to stop and restart SQL Server Agent for SQL Server 7.0. Generally, we found it hangs less if stopped and restarted from the...
July 11, 2002 at 7:41 am
We're in the same situation. NT 4 Domain Controllers, but with a mix of Windows 2000 and NT 4 Servers. Every new server we purchase is Win2K.
K. Brian Kelley
July 10, 2002 at 9:08 pm
If you know the data is erroneous, you have a place to start. The data you know is bad, figure out the source tables. Then you should be able to...
July 10, 2002 at 1:03 pm
This makes sense. The localsystem account has administrative rights to the local server and nothing more. To be able to authenticate to a network resource, a domain account is required....
July 10, 2002 at 12:10 pm
What version of SQL Server are you on? Also, did your log file grow? SQL Server 7 and 2000 handle truncating the log file differently is the reason I ask...
July 10, 2002 at 12:08 pm
Tupically there is dump information in the SQL Server logs. Can you post what information you find there related to the error?
K. Brian Kelley
July 10, 2002 at 11:43 am
It can't be done through an ALTER TABLE statement currently.
Enterprise Manager creates a new table without the IDENTITY property, moves data into it, drops the old table, then renames it....
July 10, 2002 at 11:35 am
Physical security is an important security domain... and yet it's one of the oft violated ones. I've got a link somewhere where a guy was hired by a company to...
July 10, 2002 at 10:48 am
Ok, now I'm confused, but that happens easily, so please forgive me.
Are you running under Active Directory? If not and you are using Windows authentication, you are almost certainly under...
July 10, 2002 at 10:38 am
Agreed. Sniffing is only an issue for internal folks, who you're already placing a lot of trust in anyway. After all, a domain admin is a domain admin. There is...
July 10, 2002 at 10:29 am
This is going to take a bit of work and it'll involve collecting information from system tables and also some string parsing, as I've indicated. Would be a good topic...
July 10, 2002 at 10:17 am
You must be using the SQL Server 7 Enterprise Manager. The red wavy line indicates you are connected to that server.
K. Brian Kelley
July 10, 2002 at 10:15 am
If you are on an NT 4 domain, it's a limitation of NTLM, the security model that's in place with NT 4.
NTLM, by design, prevents what is known as a...
July 10, 2002 at 8:28 am
Viewing 15 posts - 5,326 through 5,340 (of 6,105 total)