Viewing 15 posts - 1,036 through 1,050 (of 6,105 total)
Preet (6/16/2008)
Deepak's link will give you what you want. Its been improved since I last needed it. Default databases etc. The key thing is the copying of the SIDs.
This is...
June 16, 2008 at 2:30 pm
It's probably best to create a different set of domain groups. We try to have a set of domain groups per clustered instance. Also, make sure the new disk resource...
June 16, 2008 at 2:27 pm
Manu is right. Only via a Profiler or server-side trace are you going to be able to see what logs in and what databases are used. SQL Server doesn't record...
June 16, 2008 at 2:12 pm
Is the database in 80 or 90 compatibility mode? If it's 90, you're in SQL Server 2005 mode, meaning the objects aren't owned, they belong to schemas which are owned....
June 16, 2008 at 2:08 pm
In SQL Server 2000 you can get the database ID. If you restrict it to just login/logout and minimize the columns to only what you need, it probably won't have...
June 16, 2008 at 11:22 am
I just realized a mechanism did get published... Decrypt SQL Server Objects, SQL Server Magazine, August 2007, by Omri Bahat. If you're an on-line subscriber, you can access the SQL...
June 16, 2008 at 11:20 am
This means exactly what it says. Look at the event log entries to find the location/name of each occurrence. Your directory services administrator is going to need to delete the...
June 16, 2008 at 11:08 am
Database or server? Database is impossible without tracking every SQL statement that goes through. Server is possible through a server trace. You can build that using SQL Profiler. If you...
June 16, 2008 at 9:26 am
Likely the registry is being read to determine password policy settings from the operating system. The operating system reads them from the registry, so this is where SQL Server would...
June 16, 2008 at 9:02 am
davidthegray (6/16/2008)
June 16, 2008 at 8:32 am
We tend to use the method specified in the Microsoft KB article. We also script out the logins and store it in a location that gets backed up to tape...
June 16, 2008 at 8:19 am
SP2a is 9.00.3042.
Build Info:
We pretty much follow the Microsoft recommendation. And as far as the cumulatives, there was enough community outcry so SP3 should be...
June 16, 2008 at 8:10 am
If you get a subscription to Safari (not the browser from Apple), they have a lot of technical books on-line, including certification books. It's a great resource, especially if you...
June 16, 2008 at 7:05 am
The short answer is yes, you can use the passive node. The rule of thumb is to make sure there is enough overhead on all physical nodes such that if...
June 16, 2008 at 7:03 am
I believe we're at SP2a (no hotfixes beyond the re-released service pack). However, have your Citrix admin make a call to Citrix support. They should be able to tell you...
June 16, 2008 at 7:00 am
Viewing 15 posts - 1,036 through 1,050 (of 6,105 total)