Viewing 15 posts - 7,006 through 7,020 (of 9,643 total)
More information is needed. Table and Excel Schemas would be helpful. As would some sample data. See the links in my signature.
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
November 6, 2008 at 8:39 pm
Yes it only applies to the join. The data is not changed.
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
November 6, 2008 at 8:33 pm
If you did a begin transaction you need to do a commit. You can run DBCC OPENTRAN() to determine if you left the transaction uncommitted.
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
November 6, 2008 at 8:30 pm
The best idea is to get RedGate SQLCompare or Apex SQL's product I think it is SQLDiff.
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
November 6, 2008 at 10:52 am
It sounds like you are trying to use anonymous access to the smtp server and you need to provide user name and password on the mail account you have setup.
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
November 6, 2008 at 10:51 am
First I would look at any SQL Server Agent jobs and make sure that they are not doing the deletes.
Then you have a couple of options for tracking...
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
November 6, 2008 at 10:49 am
You would need to drop the Foreign Keys then re-add them after you make the change.
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
November 6, 2008 at 10:45 am
I think you would have to have the Network admin setup the account and allow you to change the password so only you have it. This is a common...
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
November 6, 2008 at 10:44 am
I am just guessing, but I believe that MySQL and SQL Server backups are completely different formats so you can't restore one to the other. I could be wrong.
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
November 6, 2008 at 10:43 am
Could you post specific errors and some code? If you are using CTE's and the new statistical functions (Rank(), Row_Number(), etc...) and other new features the procedure creation 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
November 6, 2008 at 10:41 am
IF you are using SQL Server 2005 you do not need SQL Server to run as a local administrator. If you use the SQL Server Configuration Manager to set...
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
November 6, 2008 at 10:39 am
Lookup sp_start_job in BOL. That is the command you need to start a job in a SQL Script.
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
November 6, 2008 at 10:34 am
As I said in my previous post "you can then add it to the toolbox". You need to right-click on the toolbox and select Add Items. 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
November 5, 2008 at 4:49 am
Great, I hope it helped you understand triggers better.
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
November 4, 2008 at 5:41 pm
Thanks Jeff. I could write something more detailed about INSTEAD OF triggers, but I've never actually used one in one of my databases. I use stored procedures 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
November 4, 2008 at 5:40 pm
Viewing 15 posts - 7,006 through 7,020 (of 9,643 total)