Viewing 15 posts - 46 through 60 (of 286 total)
First off, enable success and failure auditing in MSDE. Check your application log to see exactly which accounts are being used, and what is failing.
"if I use SQL Server...
September 21, 2006 at 2:00 am
Books online and tutorials, http://www.microsoftelearning.com and doing actual deployments.
July 12, 2006 at 3:36 am
Okay, well without knowing what dataloss and downtime your business will accept you cannot design an acceptable system.
Without knowing the utilization of the T1 line, or the traffic you will...
March 30, 2006 at 7:25 am
Strictly speaking you should create a schema to group the objects, and a role to group the users.
GRANT SELECT ON SCHEMA :: schemaname TO rolename
Any users you don't want to...
March 30, 2006 at 7:19 am
'an object' - can you be more vague please?
March 30, 2006 at 7:13 am
Perhaps my questions weren't clear;
What does the business require in terms of availability, data loss and recovery time?
--Are they happy losing a maximum on one hours worth of data?...
March 30, 2006 at 7:05 am
How many transactions are you expecting?
March 30, 2006 at 5:59 am
Although it's an interesting thought experiment, I don't agree with using SQL logins, and I don't agree with anyone but the DBAs restoring databases.
Is there a good reason you want...
March 30, 2006 at 5:55 am
Right, I think I see the issue now.
The 'sa' account and your windows account have access to the operating system. Sysadmins use the sql services to access the path...
March 30, 2006 at 5:51 am
What is this user account to be used for/by?
Is it specifically creating a new database from a tape backup?
March 30, 2006 at 5:25 am
Read the question, Homey:
"I am new to SQL Server.Can somebody suggest a certification program specific to SQLSERVER **developers**?"
March 30, 2006 at 5:21 am
Watch these:
https://www.microsoftelearning.com/sqlserver2005/
Read this:
http://go.microsoft.com/fwlink/?linkid=44375
And play with this:
(Make sure you meet requirements and also install
and
)
Enjoy! ))
March 30, 2006 at 4:59 am
Before you design anything, you need requirements.
What does the business require in terms of availability, data loss and recovery time? What are their disaster recovery plans (non-SQL)?
Next move to...
March 30, 2006 at 4:51 am
What's the message displayed.
There are plenty of other requirements to meet.
March 30, 2006 at 3:35 am
Why on Earth would you have a backup system running on a different version of SQL Server?
Did you do the same with 7/2000?
March 30, 2006 at 3:21 am
Viewing 15 posts - 46 through 60 (of 286 total)