Viewing 15 posts - 91 through 105 (of 223 total)
I want to import on a scheduled, and it should ONLY import:
"WHERE trade_date >= '2009-03-18'
March 18, 2009 at 8:57 am
Is there a time stamp of some sort that says when the data in that table was imported?
I am importing the data from the MSDB table sysjobhistory, so yes, there...
March 18, 2009 at 8:55 am
DONE - Create you new CentralJobHistory table on server of your choice. (S1)
DONE - Create a new login on each of the instances that has read permissions to the history...
March 18, 2009 at 8:50 am
I have done the following:
Source Data --> DataConversion on Date from Four-byte Single Int (DT_I4) --> DataConversion to Date (DT_Date)
This fails.....Errors:
tblBook, Data Conversion 1 [281]: Data conversion failed while...
March 18, 2009 at 8:18 am
WooHoo thanks! I spent about 45minutes editing and messing around with and, and all I had to do was delete it...!! :w00t:
What I have done is import the data from...
March 17, 2009 at 11:10 am
OK thanks Guys.
My first import went fine.... It created a table called Query and inserted the data from my other DB.
Now, I want to run the SSIS again, so I...
March 17, 2009 at 10:05 am
1. SSIS packages imports data from a flat file into 3 tables
2. The table im interested in is tblClients, this contains 3 columns
Client_ID, Client_Name, Comments
I would like to send an...
March 17, 2009 at 9:17 am
Thanks Steve.
I used the import / export wizard and it worked well, BUT
this is somthing I want to run everyday, i.e. its basied on some SQL
Select * from clients
where newclients...
March 17, 2009 at 8:20 am
Thanks,
Can I put it anywhere at the top?The following is an example of the first few lines:
USE [bookV2]
GO
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER OFF
GO
ALTER PROCEDURE [dbo].[AllSector]
AS
DECLARE @FROM VARCHAR(12)
DECLARE @TO...
March 12, 2009 at 7:50 am
This did not work
collation is: SQL_Latin)General_CP1_CI_AS
March 9, 2009 at 8:52 am
Thanks all for your input.
1. No error messages but no results retuned...
2. The column is set as Trade_date (SmalldateTime,Null)
March 9, 2009 at 7:29 am
Yes that works, how do i get it working with:
WHERE trade_date = '2009-03-06'
March 9, 2009 at 3:49 am
Viewing 15 posts - 91 through 105 (of 223 total)