Viewing 15 posts - 826 through 840 (of 9,644 total)
sumith1andonly1 (8/7/2014)
Any tools available for this ?
Tools for which option?
I believe you can find some scripts in the scripts section of this site that will automatically generate audit triggers for...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
August 8, 2014 at 6:40 am
simpson213 (8/7/2014)
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
August 7, 2014 at 1:29 pm
Solution = Container for projects. For example I have a solution that has an SSIS project, a database project, and an SSRS project that all relate to one...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
August 7, 2014 at 1:28 pm
Lynn Pettis (8/7/2014)
SQLRNNR (8/7/2014)
Lynn Pettis (8/7/2014)
Now this just pissed me off:********* (8/7/2014)
thanks lynn, for being forthcoming (finally!)Leaving out the name of the perp.
Haha - too easy to find. :crazy:
At...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
August 7, 2014 at 10:50 am
Do you have any errors on the SQL cluster at those times? Is this an intermittent problem or does it happen every time the package runs? Have you...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
August 7, 2014 at 10:43 am
Are you sure that BIDS/SSDT has been installed on the machine? If it has it sounds like a corrupted install and I'd first try to re-run the install doing...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
August 7, 2014 at 10:42 am
I think it is easier to do this in PowerShell than T-SQL so I'd put it in the load. I don't have the code in front of me to...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
August 7, 2014 at 10:32 am
You don't mention Source Control until the end of your post and I'd recommend starting with Source Control if you are developing standards. There are plenty of free/open source...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
August 7, 2014 at 10:28 am
Here are the options I know of for what you want to do and the SQL Server version(s) it will work on:
1. DDL Triggers - all versions
2. Stored...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
August 7, 2014 at 10:12 am
SQLRNNR (7/23/2014)
Despite the oldness of this thread, you only have those options in 2008R2.Just another driving force for the upgrade to 2012. 😉
Are you stalking me? You seem to...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
July 23, 2014 at 11:34 am
The easiest way to do this is to have a calendar table. So I'd do something like this:
DECLARE @members TABLE
(
MemberID...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
July 23, 2014 at 11:33 am
I think you are out of luck as far as Xevents go. You have 2 options:
1. Configure the instance to log failed and successful logins which sends them...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
July 23, 2014 at 11:10 am
I'd recommended just using MERGE. It isn't that hard to work with. Something like this:
MERGE EPSBankRef AS Target
USING ( VALUES
(
...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
July 23, 2014 at 10:53 am
From BOL:
Permissions
Requires ALTER ANY CREDENTIAL permission to create or modify a credential and ALTER ANY LOGIN permission to map a login to a credential.
Also from BOL:
Members of the securityadmin fixed...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
July 23, 2014 at 10:42 am
If you catch this soon enough you can query the default trace to find out who is disabling the triggers.
It shows as an Object:Altered Event and the ObjectName column will...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
July 23, 2014 at 10:36 am
Viewing 15 posts - 826 through 840 (of 9,644 total)