Viewing 15 posts - 931 through 945 (of 1,081 total)
Nice comparison with zipper and bad code, decisions etc.
I agree Tim, none of us are perfect, so in the event of a "not on purpose" mistake, or even if anything...
February 24, 2010 at 10:26 pm
And I ask this because we do not "formally" have a DB here
A formal Database or formal Database Administrator?
February 23, 2010 at 6:09 am
Results?
February 23, 2010 at 6:04 am
Ask yourself the following questions:
1. How many DB's will be hosted
2. How many concurrent connections
3. What is the current average IO statistics?
4. What on average is your data growth?
Since...
February 23, 2010 at 5:58 am
primary database coruppeted
primary = master?
-then, do you have a backup?
-- you will have to start sql in single user mode (-m) and restore it.
if master <> primary
do you have...
February 23, 2010 at 5:50 am
Upload your current dtsx package for us to see what you need and assist.
February 23, 2010 at 2:20 am
You could prevent it by defining the permissions on specific accounts.
February 23, 2010 at 2:13 am
Have you checked the job history info on the failing job?
It should give you a clear description of the issue, in which step etc.
If its a permission issue, and...
February 22, 2010 at 10:39 pm
Are you using a single generic account to authenticate users from the app to SQL?
You will have to define persmissions on the accounts.
February 21, 2010 at 10:16 pm
Try different installation media?
Errors are not very descriptive, except that there is a issue with the msi.
February 21, 2010 at 10:15 pm
Read: BOL
February 19, 2010 at 1:07 am
What sort of authentication to your exchange server, did you use in your mail profile?
February 19, 2010 at 12:18 am
You will have to have exclusive access to the current DB to modify/overwrite/delete it.
This means you will have to close all current connections to it before changing it.
You could however:
Restore...
February 19, 2010 at 12:14 am
Viewing 15 posts - 931 through 945 (of 1,081 total)