Viewing 15 posts - 4,756 through 4,770 (of 9,643 total)
Sorry, duplicate post, try this thread 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
July 9, 2009 at 12:29 pm
Lynn Pettis (7/9/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
July 9, 2009 at 12:28 pm
Not that I know how to do it, but I would bet that you could do it with Powershell and this would be a good opportunity to learn some Powershell...
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 9, 2009 at 12:26 pm
Unless you have some kind of incrementing column like an Identity column or an Inserted Date then there is no way to know when a row was inserted or 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 9, 2009 at 12:18 pm
Your problem is that you are referencing the updated table which does not exist. In SQL Server triggers you need to reference the Inserted and Deleted virtual tables. ...
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 9, 2009 at 12:13 pm
Yup, Steve and RedGate know about the problems as evidenced by the fact that we aren't getting the whole error displayed anymore. Yup, it appears to be with 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
July 9, 2009 at 7:58 am
Duplicate post, please answer here, http://www.sqlservercentral.com/Forums/Topic750186-146-1.aspx
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 9, 2009 at 7:49 am
You can query sys.databases to see if a database in online or not and then use sp_senddbmail to sendo ut a message or you can write an error out and...
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 9, 2009 at 7:48 am
I think either of these will queries will work. Had you posted some sample data as outlined in the first link in my signature I would have tested 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
July 9, 2009 at 7:42 am
I agree with GSquared in that I would put them in a Common/Utilities database and make them available via the public role. I never considered putting synonyms to 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 9, 2009 at 7:36 am
I'd be interested to know what DBCC OPENTRAN returns when run in the database the stored procedure is in returns. It sounds like you might have a transaction that...
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 9, 2009 at 7:27 am
Duplicate post, please post answers here, http://www.sqlservercentral.com/Forums/Topic749767-338-1.aspx
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 9, 2009 at 7:20 am
Duplicate post. Post answers here, http://www.sqlservercentral.com/Forums/Topic749752-169-1.aspx
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 9, 2009 at 7:19 am
Duplicate post. Post answers here, http://www.sqlservercentral.com/Forums/Topic749752-169-1.aspx
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 9, 2009 at 7:19 am
Just got approval from the boss to go to the PASS SUMMIT! You'll know it's me when you hear someone loud, but can't see them because they are too...
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 8, 2009 at 3:16 pm
Viewing 15 posts - 4,756 through 4,770 (of 9,643 total)