Viewing 15 posts - 136 through 150 (of 184 total)
There is no difference between the package that worked and the on that failed. I ran it the first time and it worked. I then saved it and ran...
June 20, 2009 at 11:17 pm
Thank you very much. That worked really well. With this knowledge I can expand my package.
June 20, 2009 at 11:26 am
Thank you for the book. i have already ordered it.
I think I may have made my problem more complicated than it was. I did the same task in DTS but...
June 20, 2009 at 3:21 am
I am a bit of a beginner when it comes to ssis so please bear with me.
Firstly how do I create an excel template? Is this done with an...
June 19, 2009 at 5:41 pm
I have managed to get the backup to work. I deleted two of the backups in the folder and nightly schedule ran smooth. Two of the backups had become corrupt...
June 3, 2009 at 3:57 am
My desired result is to count the number of attendances as activity and sum up the cost. However where I am selecting the cost i need to select the highest...
May 28, 2009 at 7:04 am
I have changed the exec statements to select and they execute.
Incidentally the SQL-Server instance sits on a virtual server. I am wondering if that might have any impact. We...
May 18, 2009 at 11:33 am
The BACKUP Command is shown below
DECLARE @securedb varchar(255)
IF EXISTS (SELECT * FROM NWCSCMDSData.dbo.sysobjects WHERE id = object_id(N'NWCSCMDSData.[dbo].[GPSecureDatabase]') AND xtype = 'U')
BEGIN
SET @securedb = (SELECT TOP 1 GPSecureDB FROM NWCSCMDSData..GPSecureDatabase)
END...
May 18, 2009 at 10:03 am
After looking into the scenario more closely I have found it to be an authentication issue in a double hop scenario. By deploying delegation with configured Kerberos I managed to...
April 4, 2009 at 4:04 am
I put that in and it worked. Could you explain how you knew where to put it. I thought the statement COLLATE SQL_Latin1_General_CP1_CI_AS would be with the BRENTREPODB02 alias?
April 2, 2009 at 9:43 am
I have carried out the inserts and outside of the stroed procedure and it works. However when I run the stored procedure I get the error message.
March 6, 2009 at 9:11 am
Thanks, you were right about the wild card. It now returns what I want.
February 18, 2009 at 3:10 am
Viewing 15 posts - 136 through 150 (of 184 total)