Viewing 15 posts - 3,496 through 3,510 (of 6,679 total)
To maintain the ownership chain - you need to have those schemas owned by the same user. If both schemas are owned by dbo, you shouldn't have any problems...
November 23, 2010 at 8:32 am
If you are using a maintenance plan - which is an SSIS package, it is possible that it is running through integration services.
I think it depends on what version level...
November 22, 2010 at 1:08 pm
Whether or not you need 8 files - you should not set the auto-growth to a percentage. And, just because you have 2 TB of space available - does...
November 22, 2010 at 12:59 pm
andrew.hopkinson (11/22/2010)
November 22, 2010 at 12:51 pm
As has been stated multiple times - this means the service account running SQL Server is not set to a domain account. Not sure what else to tell you...
November 22, 2010 at 12:48 pm
Nothing will happen to your data or tables - they are already upgraded to 2005 regardless of the compatibility level.
The only thing that will happen is that deprecated commands that...
November 20, 2010 at 9:45 am
Is the pathing setup correctly for the new LUN?
November 20, 2010 at 9:41 am
Shawn Melton (11/19/2010)
November 19, 2010 at 4:17 pm
I would have to say that is a bit much - and you don't need to backup the database twice.
Now, as to whether you do the backup before or after...
November 19, 2010 at 2:43 pm
Yeah, that could do it - or any other processes accessing the files when you try to delete them. Hopefully that will solve the problem.
November 19, 2010 at 2:21 pm
As Gus stated - not in the same database. Why would you want a synonym to be the same name as an existing object?
What problem are you trying to...
November 19, 2010 at 1:03 pm
Beth,
One of the things about maintenance plans is that they are not agent jobs. They are in fact SSIS packages that are run from an agent job. What...
November 19, 2010 at 1:00 pm
A better method would be to convert the comma-delimited column into a table and join on the table.
You can search this site for many examples of how this can be...
November 18, 2010 at 5:36 pm
bethrich (11/18/2010)
November 18, 2010 at 2:24 pm
nathan 7372 (11/18/2010)
November 18, 2010 at 2:22 pm
Viewing 15 posts - 3,496 through 3,510 (of 6,679 total)