Viewing 15 posts - 1,006 through 1,020 (of 1,536 total)
Are you sure that the second package is showing a failure on execution?
What about if you set the three packages as 3 steps in a job?
January 3, 2005 at 8:23 am
I've tried Spotlight, and we purchased it at my previous company, but told them to take it back as it gave too many false positives, oh and we did have...
December 16, 2004 at 5:02 am
1 - not experience this myself. The answer was definately not good however.
2 - New version supports this from my understanding.
3 - New version logs to sql
4 - Not experienced...
December 15, 2004 at 8:16 am
I think that it has a lot to do with the fact that they are a relative newcomer into the market and trying to build a strong customer base.
Take Imceda...
December 15, 2004 at 7:37 am
You must have the updated version. Gonna have to make some calls and get me that.
December 15, 2004 at 6:59 am
I'm using it currently and it's in my top 5 tools, all time.
The setup is very simple and basic, it captures and reports relevant information, shows it graphically which is...
December 15, 2004 at 6:38 am
If you look at the sp_attach_db procedure it actually uses the CREATE DATABASE FOR ATTACH syntax, you can just extend that as you need. You could even create yourself a...
November 22, 2004 at 8:31 am
It may be that Erwin is better, but I think that they are using the Viso for .net architects aspect of the development tools in an attempt to supplement the...
November 17, 2004 at 5:27 am
One thing missing from the list which is extremely useful...Taskpad.
Go to a database, then hit view-->Taskpad, it will give you a reperesentation of the database, along with log and data...
November 16, 2004 at 6:39 am
I've been using this since it was SQLEd, prior to Apex purchasing it, and was fortunate enough to get it for under $50 back then. They've improved the product immensely...
November 8, 2004 at 7:31 am
Very powerful, very useful, but can seriously mess you up if you don't know they are there. Had an issue once where we called a virtual MACH. We tried to...
October 28, 2004 at 6:21 am
You should check out http://msdn.microsoft.com/library/default.asp?URL=/library/psdk/sql/ad_clustering_7t9v.htm
October 28, 2004 at 5:54 am
Dynamic disks shouldn't really be used with SQL, however they are less of a concern in a normal scenario, the biggest problem comes if you try to use dynamic disks...
October 28, 2004 at 5:50 am
The other problem is that you can't pass dynamic parameters into an openquery. You need to dynamically build the sql and then execute it...
declare @dates varchar(6), @sql varchar(2000)
set @dates =...
October 22, 2004 at 5:25 am
You must have misread, I run a remote distribution cluster for a couple of my clustered publication nodes without any problems. In fact performance replication wise was vastly improved by...
October 22, 2004 at 5:01 am
Viewing 15 posts - 1,006 through 1,020 (of 1,536 total)