Viewing 15 posts - 841 through 855 (of 9,641 total)
Grant Fritchey (7/22/2014)
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...
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...
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...
July 22, 2014 at 11:17 am
Is this for a single database? If not, where is the 4th log file?
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.
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
...
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...
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...
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...
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...
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...
July 21, 2014 at 11:15 am
Duplicate post, please post replies here, http://www.sqlservercentral.com/Forums/Topic1594697-391-1.aspx
July 21, 2014 at 11:12 am
Why are you using script task to do this? Doesn't a file system task meet your needs?
July 21, 2014 at 11:11 am
SQLRNNR (7/21/2014)
Why do you have 2000 log backups to restore?
If you truly have that many log...
July 21, 2014 at 11:08 am
Viewing 15 posts - 841 through 855 (of 9,641 total)