Viewing 15 posts - 3,526 through 3,540 (of 6,105 total)
The dbcreator fixed server role will allow database creation. It does not, give any particular access to an already existing database. Of course, if a given user creates a database,...
April 23, 2004 at 6:44 am
You may have "non-keyed media" with respect to the serial number meaning you wouldn't enter one. Do the CDs have any language like "SELECT" or anything of that sort on...
April 22, 2004 at 8:07 am
April 22, 2004 at 7:59 am
udp/1434 is a listener service. If you don't know what port to talk to, you go and talk to it. Therefore it has to be statically configured. I can draw...
April 21, 2004 at 12:14 pm
True, but it's not the exact same interface. If you run Server Network Utility as a stand-alone program, you only get the option to alter interfaces on the local system....
April 21, 2004 at 12:10 pm
True, "easiest" is up for grabs as far as a definition. Some thoughts...
Server Network Utility - The choice, obviously. However, one of the issues is you have to run it...
April 21, 2004 at 10:28 am
If you're moving to a MySQL database that's on-line, you can use the MySQL ODBC driver and then use DTS to migrate the data instead of relying on a 3rd...
April 21, 2004 at 12:21 am
Are they members of any other group that would have been denied access?
April 20, 2004 at 2:31 pm
If you take a close look at the sysusers table, the hasdbaccess column actually determines if the guest account is active. The row for the guest account should be in...
April 20, 2004 at 2:29 pm
Then a tool like stacenic described makes the job really easy if that's possible. We're in a side-by-side and having to do a lot of conversions by hand. It's not...
April 20, 2004 at 1:42 pm
If Sunday is defined as the start of the week, something like this works:
SELECT DATEADD(dd, -1 * (select datepart(dw, GETDATE()) -1), GETDATE())
You can use CONVERT() to get it into the...
April 20, 2004 at 1:25 pm
Are you setting up a side-by-side NT 4.0 and AD or are you upgrading the existing AD environment?
April 20, 2004 at 1:20 pm
There are approved SAN configurations for use with Windows clusters in general. When we had MS in here a while back (pre Windows 2000 SP3) we had to verify ours...
April 20, 2004 at 9:00 am
Our developers tend to use the Crypto provided with .NET and do it in the application, but there are some options from 3rd party vendors. Here are some:
April 20, 2004 at 8:34 am
Interesting... changes to tempdb might result in concurrency issues, but apparently this appeared before SP3. So I'm not sure it's even applicable to your situation. The article cites mostly the...
April 20, 2004 at 8:02 am
Viewing 15 posts - 3,526 through 3,540 (of 6,105 total)