Viewing 15 posts - 361 through 375 (of 478 total)
Hi
Did you consider win2k's EFS? im confused as to what "encrypt data files on a webserver?" actually means, are you talking
a) data inside of your db?
b) data files...
March 19, 2002 at 5:49 pm
Hi there
I had this error just the other day on my data warehouse (SS7 SP1) when running SQL*Probe over the server (probably not related what so ever though!). I...
March 5, 2002 at 9:26 pm
Just as I thought...
ALTER TABLE [dbo].[organisation] WITH NOCHECK ADD
CONSTRAINT [UC_ORG_EMPID] UNIQUE NONCLUSTERED (org_emp_id)
..gave me..
Server: Msg 1505, Level 16, State 1, Line 1
CREATE UNIQUE INDEX terminated because a duplicate...
February 28, 2002 at 6:35 pm
Try this..
login locally to the server (dont login to the domain)... if you havent played with the builtin administrators account should should be able to connect via EE without any...
February 28, 2002 at 5:04 am
Thanks Paul, ill give it a burl when im back at work. I would have thought that the unique constraint was actually an unique index, and explained why...
February 28, 2002 at 4:15 am
Hi
Sure can. Remember that EFS is profile dependent (ie login dependent), so data is 'unencrypted' when you install etc and you wont have a problem. Other (simulatenous) users...
February 28, 2002 at 3:17 am
[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(1)\WINNT
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINNT="Microsoft Windows 2000 Advanced Server" /fastdetect /3GB
February 19, 2002 at 7:30 pm
Hi Steve
Check out technet.oracle.com, they have the books online etc as MSDN. I worked on a small project 1.5yrs ago with Oracles fine grained access control features and worked...
February 18, 2002 at 5:01 pm
Hi
I am a little confused about the examples listed and the use of temp tables etc. In classic partitioned views I would do something like:
create table [partition1] <...> filegroup...
February 10, 2002 at 9:53 pm
Nice article Mindy, very informative.
February 10, 2002 at 9:43 pm
Hi
Did you refresh enterprise manager? 🙂
Cheers
Chris
February 8, 2002 at 7:33 pm
Hi
I wrote a script a while back to assist you in recovering backups logged in the msdb databases. This may assist you in quickly viewing all backups and the...
February 7, 2002 at 6:37 pm
Hi
Thats a BIG stored proc, whoever coded it must have no concept of modular programming. Anyhow, cache stored proc plans? didnt know you could "programmaticaly" (ie, force) do...
February 4, 2002 at 11:07 pm
I agree with Andy, SQL Compare and its data comparison tools are excellent and I highly recommend them. EE does produce some dodgy script, dont get me wrong, it...
February 4, 2002 at 6:43 pm
Hi
Can you post the backup command? the log (from memory) will not magically shrink backup once its extended. You need to manage this yourself. Check batch data...
February 3, 2002 at 6:32 pm
Viewing 15 posts - 361 through 375 (of 478 total)