Viewing 15 posts - 1,786 through 1,800 (of 9,643 total)
This sounds like one where you should be calling CSS.
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
February 1, 2012 at 3:12 pm
I've never seen Target Server Memory go to 0. FOr total server memory you should look in the error log to see if there is a message liek this,...
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
February 1, 2012 at 3:05 pm
Simple answer is defragmenting indexes does not require downtime, but unless you are on enterprise edition and use the ONLINE option rebuilding an index is blocking. In addition to blocking...
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
February 1, 2012 at 2:13 pm
Evil Kraig F (1/31/2012)
A robot DBA may not injure data or, through inaction, allow data to come to harm.
A robot DBA must obey the orders given to it...
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
February 1, 2012 at 9:46 am
Brandie Tarvin (1/31/2012)
Of all the skills a DBA should have, I'm beginning to think a healthy dose of paranoia should be on the required list. Agree? Disagree?
I agree especially when...
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
February 1, 2012 at 9:38 am
I mentioned the computed column because I wasn't sure if it needed to be writable.
I'll have to play around a bit with the sample code to see how...
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
January 31, 2012 at 3:36 pm
Have you seen this article, http://support.microsoft.com/kb/811889?
Based on what you have described it doesn't sound like a double-hop problem because the user is connecting directly from their PC to the SQL...
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
January 30, 2012 at 10:22 am
Is SQL Agent running? I've seen this get shut down or not set to auto start.
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
January 30, 2012 at 10:17 am
Sound like they want a model of the database. You can use the database diagram ability in SSMS, but then you'd need to either create an image of 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
January 30, 2012 at 10:15 am
A couple of things.
First, Paul, why an INSTEAD OF TRIGGER? I'm assuming that will have some performance benefit over an AFTER trigger.
Secondly, since the CBM2 column is...
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
January 30, 2012 at 10:05 am
It looks to me like this is a byproduct of running it in BIDS. When you open the package in BIDS it creates the first log file and then...
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
January 30, 2012 at 9:59 am
Off the top of my head I'd handle this in the .NET application by having a connection for the membershipDB and then a connection for the application DB. 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
January 30, 2012 at 9:36 am
GSquared (1/30/2012)
ramadesai108 (1/27/2012)
Besides triggers, I can also use function. right?I don't think so. How would you use a function for this?
As I said earlier you can't use a function...
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
January 30, 2012 at 6:49 am
Wish I could be of more help, but I don't see anything out of the ordinary in the package and have never experienced this problem.
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
January 27, 2012 at 11:56 am
If it is still set with EncryptSensitiveWIthPassword then that would be why I can't open it. You mention that in your first post.
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
January 27, 2012 at 10:53 am
Viewing 15 posts - 1,786 through 1,800 (of 9,643 total)