Viewing 15 posts - 4,651 through 4,665 (of 7,191 total)
Jim
It appears it's the Check Database Integrity task that's failing. Can you show us the error message for that, please?
John
March 5, 2012 at 7:54 am
Also, for the failure to open the specific database, is the database you're moving the default database for the user you're connecting as? You need to change this to...
March 4, 2012 at 2:50 am
Also, don't back up to the same disks that your databases are on, if you can avoid it. If you lose the disk, you've lost the backup as well...
March 2, 2012 at 8:54 am
Lowell, I think you're confusing bits with bytes.
Chris, is Byte 0 the eight most significant (highest value) bits, or the eight least significant? I think you need an "OR"...
March 2, 2012 at 6:28 am
Surely a UNIQUE constraint on the column is the way to go here?
John
March 2, 2012 at 2:17 am
There's plenty of information out there. Use your favourite search engine to search for "sargable predicates".
John
March 2, 2012 at 1:50 am
Steve Jones - SSC Editor (3/1/2012)
If you are trying to move to network drives, I would suggest you not do that.
Steve, I don't think that's even permitted, certainly not in...
March 2, 2012 at 1:47 am
Phil Brammer (3/1/2012)
I suspect there are client aliases set up, or the port has not been changed. SSMS will always try to connect to 1433 for default instances unless...
March 2, 2012 at 1:38 am
Actually, I need to know exactly what the package does, please. Does it have Execute SQL tasks? Script tasks? Data flows? What does each one do?
John
March 2, 2012 at 1:34 am
I can't really think of any cons, provided you're not moving to an inferior disk (smaller, slower or shared with another app). You'll want to use this opportunity to...
March 1, 2012 at 8:50 am
Mmmm... that's not too helpful. Try running the proc from the SSMS so that the messages don't get truncated.
You'll find the proc in the EDMDefault database. Expand the...
March 1, 2012 at 8:43 am
Yes, you read me right. Sysadmin is sysadmin, and has irrevocable god-like powers on the instance.
John
March 1, 2012 at 8:35 am
Krishna
This could be something to do with the package running under a different user when you run it through SQL Server agent, or running from a different computer from when...
March 1, 2012 at 8:34 am
Since none of us are looking over your shoulder, please will you post the stored procedure definition and the error message?
Thanks
John
March 1, 2012 at 8:30 am
Yes, of course it will - it will mean the databases will be on a different drive from where they started.
Excuse the flippant reply... can you be more specific about...
March 1, 2012 at 8:26 am
Viewing 15 posts - 4,651 through 4,665 (of 7,191 total)