Viewing 15 posts - 841 through 855 (of 9,643 total)
I'd add a step before 5. Restore database from backup on another machine to validate I have a good backup. Otherwise it seems okay.
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:26 am
MicVog (7/22/2014)
What about setting the parameter to multivalue? Then you should have a "Select all"-Entry in your drop down.
That still can require some special handling as the "ALL" really just...
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 7:12 am
Grant Fritchey (7/22/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
July 22, 2014 at 11:49 am
I don't know why the database has multiple data files, but, unless you are having performance issues, I wouldn't worry about them being on the same drive.
There 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
July 22, 2014 at 11:34 am
I"d suggest either getting a tool like Red Gate Data Compare or ApexSQL Data Diff. There are several other vendors that have similar tools. If you can't do...
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 22, 2014 at 11:28 am
This means that you have data in the table that violates the foreign key. You can still add the FK, but it will not be trusted, meaning that 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
July 22, 2014 at 11:17 am
Is this for a single database? If not, where is the 4th log file?
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 22, 2014 at 10:57 am
I'm not aware of a way of doing it without touching each object that has a reference 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
July 22, 2014 at 10:56 am
If you are calling stored procedure then in the procedure I'd do it like this:
IF @parameter IS NULL -- assuming that you pass NULL when ALL is selected
...
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 22, 2014 at 10:51 am
Adding a rowversion column is not related to snapshot isolation levels. In snapshot isolation concurrency is increased by taking a snapshot of the data you need for your transaction...
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 22, 2014 at 6:39 am
SQLRNNR (7/21/2014)
Jeff Moden (7/21/2014)
Jack Corbett (7/21/2014)
SQLRNNR (7/21/2014)
Why do you have 2000 log backups 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 21, 2014 at 12:01 pm
Not that I'm aware of from within report manager. I believe you can only disable that across a report server. I'm not sure what you'd gain from 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 21, 2014 at 11:23 am
I think the error is pretty clear, another person or process has one (or more) of the files your are trying to process open or the execution context the SSIS...
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 21, 2014 at 11:20 am
To answer the rest of your question (how to get the source file) from this thread, http://www.sqlservercentral.com/Forums/Topic1594694-391-1.aspx that I commented was a duplicate.
I'd use the For Each Loop Container which...
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 21, 2014 at 11:15 am
Duplicate post, please post replies here, http://www.sqlservercentral.com/Forums/Topic1594697-391-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 21, 2014 at 11:12 am
Viewing 15 posts - 841 through 855 (of 9,643 total)