Viewing 15 posts - 39,316 through 39,330 (of 39,456 total)
I have a few refs:
BOL:Placing Tables on Filegroups
BOL:Using Files and Filegroups
Inside SQL Server - Doesn't really discuss, but recommends not too unless advanced DBA, knowedg of DB, etc. Does note...
September 11, 2001 at 9:16 am
I'd apply the KISS principle. Setup two tasks and let one grab records for TableA, ignoring other records. Let the 2nd grab records for TableB and ignore the others. Might...
September 10, 2001 at 10:30 am
One thing I have read, but not tested, is that mutliple filegroups improve IO as a separate thread is created for each file. This can have some benefits for splitting...
September 10, 2001 at 10:27 am
I agree with Brian. That's how we do it here to limit liabilities in production. Of course, our manager also does development and can be a maverick.
...
September 6, 2001 at 1:05 pm
Even if it's a hash, since it can be duplicated, there has to be a way to decrypt it. Nobody has spent the time to do it, including myself, though...
September 6, 2001 at 12:59 pm
Two things on the maintenance plan:
1. I have had problems with the integrity checks failing. I will try Brian's solution and see if this is the issue.
2. When it fails,...
September 6, 2001 at 11:11 am
Couple things:
BULK INSERT does work for native mode:
Run this on a server:
bcp Northwind.dbo.Customers out c:\NWTest.txt -n -T
Then create a copy of the Customers table on another server (or same). Should...
September 6, 2001 at 11:07 am
I am split here.
I think change control is critical and dev people (DBAs, programmers, etc) should not change production. I know someone has to wear both hats (I know I...
September 6, 2001 at 10:46 am
The best solution, IMHO, is to use one of the commercially available and readily known encrpytion algorithms. They biggest part of the encryption is the key. Keep in mind that...
September 5, 2001 at 10:31 am
I've had a sproc that will decrypt SPs, triggers, views, etc.
It is a deterrent, but not follproof. A good DBA and compentent Internet snooper will crack the code.
Steve Jones
September 5, 2001 at 10:29 am
September 5, 2001 at 10:25 am
this is (theoretically) correct. The way backups work, is that once you start, you want a backup of every page in it's state when the backup STARTS. This way you...
September 5, 2001 at 10:23 am
Have you changed any security settings within SQL Server?
Do SQLServer and SQL Agent run under the same account?
Steve Jones
September 5, 2001 at 10:15 am
Can you use SMTP and have Exchange forward to Lotus? If you can get Exchange to forward, that is the best solution.
Check out this article:
You can use Lotus, but it...
September 5, 2001 at 10:08 am
September 5, 2001 at 10:01 am
Viewing 15 posts - 39,316 through 39,330 (of 39,456 total)