Viewing 15 posts - 301 through 315 (of 489 total)
SKYBVI (11/17/2010)
when i try to delete the schema, it says cannot delete the schema as it is referenced by object 'xyz'Regards,
Sushant
You need to go to the object and change the...
November 17, 2010 at 1:28 pm
Why aren't you just doing a backup and restore?
You shouldn't have issues with the original database, but the database on the pen drive will be marked as being replicated. This...
November 16, 2010 at 12:52 pm
The backup backs up the current state of the database. If you did a RESTORE HEADERONLY from BackupDevice... you will see it is expecting 400GB of space. There is no...
November 15, 2010 at 2:33 pm
If you read the posts carefully you'll see they send the Diff backups to the client every night. This is more efficient than sending a full backup every night.
Then they...
November 10, 2010 at 4:38 pm
kiranjanjanam (11/8/2010)
and here is the code:
BACKUP DATABASE ABC
...
November 8, 2010 at 6:49 pm
Did it fail after the very first differential backup?
Just to be sure can you post the differential backup code you use?
Leo
November 8, 2010 at 5:58 pm
I've got to agree with Craig, differential backup shouldn't break log shipping. I've implemented this before without issues. There must be something else going on, like a truncate log.
Cheers
Leo
November 8, 2010 at 5:44 pm
Sorry, I didn't realise your restiction was that you had to do ALL the work from the intermediate server. What all can you install on this server? Are they happy...
November 8, 2010 at 5:09 pm
OK, use BCP or SSIS on the SQL server to dump the files locally, then set up a Windows scheduled job to Robocopy the files through the system. No SQL...
November 8, 2010 at 4:01 pm
As long as your SQL Server Service account has write access to a drive on the intermediate server you can use BCP or SSIS to create the text files. Serch...
November 8, 2010 at 2:31 pm
Krasavita (11/8/2010)
How can I calculate how much space will it take, for example 500000 rec = to how many gb. Thank you
You need to calculate spaceused for a single row,...
November 8, 2010 at 2:27 pm
What is the function actually doing? Knowing the underlying code and schema would help find a possible issue.
Also if you trace the SQL statements, not only the batch you can...
November 8, 2010 at 2:15 pm
Carlton Leach (11/7/2010)
TBH, I take SSC ratings about as seriously as MS certs 😀
6.5? You poor scarred soul, I hear the dentist is far more pleasant
A man after my won...
November 7, 2010 at 4:46 pm
I'd go for a mix of option 1 & 3.
You can create the table with the identity column defined, but with both SSIS and BCP you can "enbale identity insert"....
November 7, 2010 at 3:16 pm
Carlton Leach (11/5/2010)
But his SSC.com rating is higher than yours Mr Miller, I was trying to have a little faith 😉
What's with the Mr Miller? Makes me feel like...
November 7, 2010 at 2:51 pm
Viewing 15 posts - 301 through 315 (of 489 total)