Viewing 15 posts - 271 through 285 (of 566 total)
Most likely candidate is MOM (Microsoft Operations Manager) or NetIQ. Are you running either of these?
February 13, 2008 at 7:53 am
What build are you running? There are a number of issues out there surrounding the cleanup task. i.e.
http://support.microsoft.com/kb/933508/en-us
You might want to take a look at -
http://support.microsoft.com/kb/937137
or consider using a...
February 12, 2008 at 1:48 pm
February 12, 2008 at 1:05 pm
Another option - use a System.IO within a script task to populate a boolean variable - i.e.
Imports System
Imports System.Data
Imports System.Math
Imports System.IO
Imports Microsoft.SqlServer.Dts.Runtime
Public Class ScriptMain
'Purpose: Determines if...
February 12, 2008 at 12:25 pm
Came across an article on SSC which should help you if you want to use EFS as an alternative 🙂
http://www.sqlservercentral.com/articles/Administering/implementing_efs/870/
February 12, 2008 at 12:15 pm
Have you considered a third-party product, i.e. Idera's SQLSafe, Quest's Lightspeed, or Redgate's SQLBackup. All offer support for both compression and encryption.
2008 will offer native compression but not encryption...
February 12, 2008 at 12:12 pm
LogPI (not sure if this is still available), Log Explorer (http://www.lumigent.com/products/le_sql.html), and Quest's TOAD (http://www.quest.com) are the first ones that come to mind 🙂
February 12, 2008 at 9:26 am
Stand corrected - there were so many bugs pre SP2 that I never bothered checking again 🙂
February 11, 2008 at 10:33 am
Some third-party products (i.e. Idera's SQLSafe, Quest's Litespeed) will allow you to restore the backup of a 2000 database to 2005 however this isn't an option using SQL Server's native...
February 11, 2008 at 9:34 am
Have a look at this blog here - pay particular attention to the perf counters, any leaks?
http://mohammedu.spaces.live.com/blog/cns!6699CF8ADD3D4F67!256.entry
February 8, 2008 at 7:51 am
There are several alternatives. Have a look at this article -
http://www.databasejournal.com/features/mssql/article.php/3619166
February 8, 2008 at 7:26 am
Store the package in msdb and use the "Rely on server storage and roles for access control" option 😀
February 8, 2008 at 7:12 am
Viewing 15 posts - 271 through 285 (of 566 total)