Viewing 15 posts - 1,651 through 1,665 (of 2,897 total)
yerram.santhosh (12/15/2009)
ALTER DATABASE database_name MODIFY FILE ( NAME = logical_name , FILENAME =...
December 15, 2009 at 11:58 am
Jeff Moden (12/15/2009)
@Homebrew... do you have a clustered index on the table you deleted from?
I do not have a clustered index, but I have 6 non-clustered indexes.
December 15, 2009 at 11:52 am
There are lots of ways to archive data.
Backup & restore to different databases. "MyDatabase_20091130"
Save specific tables to a new name "MyTable_20091130"
Scheduled SSIS package, replication, log shipping .....
Idera's latest backup...
December 14, 2009 at 10:14 am
I haven't had any "quiet time" to rebuild the indexes yet. (I'm running 2005 Standard, so I can't do online rebuilds :crying:)
Would rebuilding actually increase space in the data files...
December 14, 2009 at 10:08 am
B to A is a linked server also ? Same account & permissions ?
December 14, 2009 at 7:08 am
All your scheduled jobs are stored in MSDB. If you need to re-install SQL, it would be quite useful to be able to recover your jobs.
December 11, 2009 at 11:17 am
Did you try setting "Enable Identity Insert" on the "Mapping" tab ?
December 10, 2009 at 4:25 am
cherie-817709 (12/3/2009)
December 9, 2009 at 9:19 am
d.chhabra (11/4/2009)
I have created batch file for daily backup but I am not able to execute the same. Can you please let me know what further I have to...
December 9, 2009 at 9:14 am
Does BCP and Bulk Insert work from SQL to SQL ? All the examples show .csv or some type of non-SQL file involved. I tried to write some code to...
December 8, 2009 at 8:23 pm
I usually do a character string search to see where an object is used. I don't know how dependable it is either, but better than sys.depends.
Something like:
select name, create_date,...
December 8, 2009 at 12:47 pm
I'm sorry, I might not have been clear. I'm familiar with how to set batch size in DTS. I was wondering if there's a way to control batch size when...
December 8, 2009 at 8:07 am
Sorry, I don't follow. Do you mean advanced properties of a job ?
December 8, 2009 at 4:14 am
If backups are failing, so there's no recent backup, would it make sense to detach the database, make a copy of the .MDF and .LDF, then reattach ? Maybe...
December 7, 2009 at 1:54 pm
Are your databases backed up ?? You might have to re-install, or maybe you can recover them from your MASTER db backup ? Hold out for someone more knowledgeable...
December 6, 2009 at 10:01 am
Viewing 15 posts - 1,651 through 1,665 (of 2,897 total)