Viewing 15 posts - 16 through 30 (of 286 total)
There aren't any PROS to this.
Whats the business driver for this work?
What do your applications do, what resources do they need?
What availability is required by the business?
The answers to these...
October 24, 2006 at 1:54 am
If you manage your SQL Servers from workstations then install SSMS on your workstations and there is need to install SSMS on the server.
If you manage your SQL Server by...
October 24, 2006 at 1:32 am
Can you describe what the service is and why you don't want to use a functional account to access the database?
Any service that requires access to SL Server should be...
October 24, 2006 at 1:30 am
http://www.microsoft.com/technet/prodtechnol/sql/2005/library/security.mspx
There's no easy fix for security, but I would say that - I'm a SL Server Security Consultant.
PM me if your business wants a comprehensive approach.
Joseph
October 12, 2006 at 3:58 am
I stand corrected.
Another option is in your design - use stored procedures to run the select, and add a step to log the access.
October 12, 2006 at 3:52 am
Look at your link again, first find a reference to mirroring, then try to find a reference to snapshots.
They are different things.
October 12, 2006 at 1:26 am
In SQL 2000 you have three options:
Run Profiler (as suggested)
Create a trigger on the table
Run SQL in C2 audit mode
As with all solutions, you'll get a more comprehensive answer, if...
October 12, 2006 at 1:12 am
In this version you want to use Integration Services to haul your data over and into your warehouse.
October 6, 2006 at 4:38 am
1 - Grant a group membership of that role, use other groups/roles for other permissions - mix and match to suit.
2 Use a while loop and run through the sysobjects...
October 6, 2006 at 4:17 am
"run off of a local account, another says a locked down Windows account."
These are not conflicting recommendations. A windows account can be local or domain - I would choose...
October 6, 2006 at 4:14 am
Glad to hear it worked out for you.
They do tend to say read/write everything in response though, but it is a sea change...
October 6, 2006 at 4:02 am
Easy - don't tell the developer, tell his boss. Tell whoever in the business own the application. Tell anyone in the the business who might care.
Tell them the...
October 5, 2006 at 5:29 am
You can work around SQL 2000 security by granting a user membership of TargetServerRole, or in 2005 you can utilise the SQLAgentReaderRole.
For stored procedures you can use a GRANT statement...
October 5, 2006 at 5:13 am
Forget SQL for a minute and check the event logs on the server through compmgmt.msc - remember to use the IP address to connect.
If there's nothing there, check the services...
October 3, 2006 at 3:47 am
IP is not something that is SQLs responsibility, it's done by the OS so you can either monitor there, or check your firewall logs.
You _do_ have a firewall right?
Another thing...
October 3, 2006 at 3:37 am
Viewing 15 posts - 16 through 30 (of 286 total)