Viewing 15 posts - 376 through 390 (of 1,161 total)
November 17, 2010 at 11:29 am
You can also try Change Data Capture (CDC) feature in SQL Server 2008. More here
November 17, 2010 at 11:23 am
Does the query every gets completed or it just keeps running?
Also print the output of @sCmd and run it in command prompt to check if any errors pop up.
November 17, 2010 at 11:20 am
The first transaction log cannot be removed. Instead you could move the first log file to the drive which has enough space and then delete the second one.
This article has...
November 17, 2010 at 11:01 am
If you add an output file to the job step, that would contain more information regarding the job execution.
November 17, 2010 at 10:44 am
Transparent Data Encryption (TDE) is only available in 2008 Enterprise or Developer Edition, not SQL 2005.
Did not check the forum while responding 😉
November 17, 2010 at 10:38 am
Even though the "password" option encrypts the backup file, the encryption is not strong enough. You can encrypt the entire database using TDE or use a third party tool to...
November 17, 2010 at 9:54 am
I'm sorry. Updated it now.
November 17, 2010 at 4:41 am
This article has some good information.
November 17, 2010 at 4:29 am
Sagar-636902 (11/16/2010)
I have encountred strange error on sql server 2005.
I have big sql server database, that is the reason i can only keep...
November 17, 2010 at 4:22 am
Like Gail mentioned try RESTORE DATABASE .... WITH RECOVERY. If it fails, then you can always RESTORE those databases from the Backups that you have.
November 17, 2010 at 4:15 am
If you have SSMS 2008 installed, you can make use of the "Query against Multiple Instances" features. Once you have registered all the instances, you can run any query against...
November 17, 2010 at 4:14 am
Hope you have the backups for the two databases involved.
November 17, 2010 at 4:07 am
You can also use the TABLOCK hint so that DBCC CHECKDB does not create internal snapshots. More details here[/url]
November 17, 2010 at 3:41 am
Viewing 15 posts - 376 through 390 (of 1,161 total)