Viewing 15 posts - 166 through 180 (of 4,271 total)
SQLSACT (7/9/2013)
shohelr2003 (7/9/2013)
SQLSACT (7/9/2013)
If you are trying to track changes on your database, you could implement SQL Auditing. You could also look at introducing triggers to track any changes.
Thanks for...
July 9, 2013 at 8:44 am
If it was recent enough you might be able to get it from the standard report of schema changes for the database. But there are no guarantees.
CEWII
July 8, 2013 at 10:06 pm
winston Smith (7/5/2013)
July 5, 2013 at 11:10 am
The one's that are essentially log shipped are going to be tougher, because you can't modify the database target in any way. The ones that are mirrored are somewhat...
July 5, 2013 at 10:56 am
winston Smith (7/5/2013)
But, we want to use a...
July 5, 2013 at 10:47 am
Without having some way of knowing the previous status there is no query that can accomplish this.
If you add a trigger or modify the update logic to write either a...
July 2, 2013 at 3:01 pm
Fair enough, even when I worked in banking this wasn't required, but alright..
Based on that article the agent to the back end is encrypted or at least can be....
July 2, 2013 at 2:57 pm
No problem.. Dupe Post, please reply to: http://www.sqlservercentral.com/Forums/Topic1469748-391-1.aspx
CEWII
July 2, 2013 at 2:49 pm
The item that I find is this:
http://www.symantec.com/connect/blogs/backup-exec-2012-security-improvements
However, I am unaware of anywhere that the law requires this, where are you?
CEWII
July 2, 2013 at 2:48 pm
Gabriel P (7/2/2013)
I work with a lot of developers that like to test the limits of things. It wouldn't surprise me if someone tried to use something like data compression
Then...
July 2, 2013 at 1:06 pm
As I read your post the AD domain is not being replaced but upgraded. I think that should be fairly painless, nothing that I can think of that should...
July 2, 2013 at 8:41 am
So short answer is there is no really good way to support what you are wanting to do..
CEWII
July 2, 2013 at 8:25 am
Be sure to run the setup program as an admin, got burned on that before.. My user has admin but it seemed to have problems so when I ran...
June 28, 2013 at 3:46 pm
Using Database Mail there is no way for SQL to directly receive email and SSIS does not inherently have the ability to check for email. So without some external...
June 28, 2013 at 1:13 pm
Thanks for the update.
CEWII
June 28, 2013 at 12:02 pm
Viewing 15 posts - 166 through 180 (of 4,271 total)