Viewing 15 posts - 376 through 390 (of 1,157 total)
You may use 7-zip as I mentioned in this post.
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
November 17, 2010 at 9:34 pm
I use 7-zip to compress files. Here[/url] I had posted on how to use 7 zip in a script.
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
November 17, 2010 at 11:29 am
You can also try Change Data Capture (CDC) feature in SQL Server 2008. More here
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
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.
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
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...
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
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.
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
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 😉
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
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...
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
November 17, 2010 at 9:54 am
I'm sorry. Updated it now.
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
November 17, 2010 at 4:41 am
This article has some good information.
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
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...
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
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.
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
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...
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
November 17, 2010 at 4:14 am
Hope you have the backups for the two databases involved.
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
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]
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
November 17, 2010 at 3:41 am
Viewing 15 posts - 376 through 390 (of 1,157 total)