Viewing 15 posts - 4,441 through 4,455 (of 9,643 total)
Brian probably has the best idea. Didn't even think about the brute force attack, although I did almost mention reading the SQL Server Error Log via a job.
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, 2009 at 1:53 pm
Lowell (8/7/2009)
Jack Corbett (8/7/2009)
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, 2009 at 1:51 pm
Do you have database mail setup? Have you set up the alert system to use database mail? Lastly, how did you setup the alert? I setup 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, 2009 at 1:37 pm
Did you verify that the Named Pipes provider is enabled using the SQL Server Surface Area Configuration manager?
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, 2009 at 1:29 pm
I contracted as a report writer for a company that had similar requirements. They had different report folders for each client and used "linked" reports. The linked reports...
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, 2009 at 1:26 pm
SQL Server 2005 only has 2 date types, smalldatetime and datetime, both of which store date and time. By default if you do not enter a time then 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, 2009 at 1:19 pm
See this article for information about full-text indexing.
Michelle Ufford aka sqlfool has an excellent script[/url] on her blog that handles index maintenance.
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, 2009 at 1:09 pm
Well, for SSC you can add the articles to your briefcase.
I use google bookmarks[/url]. Then you can have them in your google toolbar (if you use it) or...
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, 2009 at 1:05 pm
Please read the article linked in my signature line. If you post more information someone will probably be able to help. With the limited information you have provided...
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, 2009 at 12:56 pm
If you are restoring the setting is being applied from the database backup. In reality you shouldn't have autoclose on for any database. You'll have to change the...
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, 2009 at 12:53 pm
Did you read the BOL entry that contained the example you posted? It explicitly states (emphasis is mine):
CHECK constraints reject values that evaluate to FALSE. Because null values evaluate...
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, 2009 at 12:47 pm
I wouldn't use SSIS for this. This is one of those instances where I'd use a loop. Can you provide table structures and some more info as 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, 2009 at 12:27 pm
What are you trying to accomplish using ole automation?
Are you running SQL Server 2000 or 2005/2008? If 2005/2008 then you should look into using the SQLCLR instead...
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, 2009 at 12:25 pm
Because you are using the Excel/Jet driver you need to make sure you use the 32-bit version of dtexec to run the package. On 64-bit installs SQL Server Agent...
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, 2009 at 12:15 pm
GSquared (8/7/2009)
There are better options for auditing. Take a look at these (shameless self-promotion, I know):
Nothing shameless about it. Good articles, regardless of who wrote them are good...
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, 2009 at 11:31 am
Viewing 15 posts - 4,441 through 4,455 (of 9,643 total)