sql-server-package
Check DTS Package Info
In SQL Server 2005, I would check the version of my package like so: USE [msdb] GO SELECT [Name], CAST([VerMajor] AS VARCHAR(4)) + \'.\' + CAST([VerMinor] AS VARCHAR(4)) + \'.\' + CAST([VerBuild] AS[详细]
2023-02-12 12:46 分类:问答How to increase MaximumErrorCount in SQL Server 2008 Jobs or Packages?
I have several jobs and several packages. In SQL Server 2005 we used to use DTS Packages, but they are now defunct (I know that I can re-enable them, but that\'s not what I\'m after). I receive the fo[详细]
2023-01-13 16:17 分类:问答Patching a perl cgi web application
I\'ve written a web cgi application in perl and before I start to distribute it to clients, I\'d li开发者_如何学Cke to provide an option for future updates.[详细]
2022-12-22 03:13 分类:问答