We recently migrated to Active Directory domains and we did not have to do anything with SQL 2000 sp3a to get it to work. As for the new tab on the properties display, I looked at it, but didn’t add SQL to Active Directory.
this syntax gives me no errors in query analyzer: ALTER TABLE school ADD U int ALTER TABLE school ADD M int
Hello there, I am a DBA originally started with Oracle 5 and have 13 years of experience using Oracle database. For last five years, I have also been using and administring SQL Server. In my opinion both have pluses an minuses of their own. Here is the comparison between the two based on features you [...]
I would recommend that you use RMAN to create your backups. You can create a script that the operator can run that will generate hot full, hot incremental or cold backup. This is preferable to stopping the service especially if you are stopping the service through the windows interface. If you stop the service through [...]
You could set up a scheduled task to do the backups and use net stop to stop the service and net start to start the service. Set this up in a batch file and schedule it with the credentials of an admin or at least someone who belongs to the ora_dba group
What is the error text? Do you have to use adlockpessimistic or can you use adlockbatchoptimistic or some other type of locking?
Universal Installer is the best approach.
Hello, hello … Some of Microsoft’s changes to enterprise level licensing include shipping said editions without product keys. This is, the SQL Server 2000 Enterprise Edition does not require a CD-Key. Persumably that is the edition you installed … ??? Eric
You or your network admin should do the following: 1) Create a “common” SQL Service domain account (e.g., Domain1SQLService). 2) Make the account a member of the local Admin group on each server. 3) Load any SQL Server AND SQL Agent services through that account. Such accounts can/should be allowed to log on locally. However, [...]
Yes, it does. If your connection settings in TCP/IP are set to always use the firewall, FTP will use it. If not, it doesn’t know the firewall.
My preference would be to go for individual files, whose names include the date and time of the backup. Advantages being: 1. If you look at the backup directory, you can see at a glance which backups you have without having to go to msdb or the Enterprise Manager GUI 2. If you’re short of [...]
Hi. Books Online. Just as the Oracle manuals are required reading, so is SQL’s Books Online. That said, I recently picked up Ken England’s “Performance Oprimization and Tuning” and found it a VERY useful addition to the Books Online. Ken Henderson has a couple of good T-SQL books (learn T-SQL… not hard, although a bit [...]
One cheap way: in Query Analyzer, right click the database name -> Script to New Window -> Create. Wow, that’s really cheesy, but it does work. I’m sure there’s a sys table with this info though.
Yes. Used a VPN tunnel between the two firewall devices to ship the logs.
Yes, in a ASP.Net application we encrypted CC info as the SQL server was located at a site we did not control. It was very straightforward to code (VB.net). We did not performance track it as we were only reading/writing one record at a time but I would think it would be minimal.
As per my experience, indexing can cause issues with the SAP database performance, Hence, indexing reorganization may be required in SAP. We did it in previous implementation. We faced with indexing problem with one of the big SAP table. The indexing created by us was causing conflicts with the indexing provided by SAP. The search [...]
Its really just important to understand the security SMS requires between its services and the SQL database. Microsoft suggests keeping the SQL database on the SMS server simply for performance reasons (i.e., SMS is in constant contact with the SQL database for updates, changes, monitoring, etc.). A lot of companies choose to move the database [...]





