Viewing 15 posts - 16 through 30 (of 139 total)
I wrote this expression for the AS400 date in the derived column component to show in the ISO format standard "yyyy-MM-ddThh:nn:ss.fffff"
SUBSTRING(DerivedCol,1,4) + "-" + SUBSTRING(DerivedCol,6,2) + "-" + SUBSTRING(DerivedCol,9,2) +...
April 22, 2010 at 9:21 am
I am new to SSIS, can you send me the expression which I can use in the derived column component or refer me to some article. Thanks.
April 22, 2010 at 8:08 am
How to trouble shoot where the problem is? Any ideas. Thanks.
April 11, 2010 at 3:26 pm
I have windows 2008, 32-bit OS and SQL Server 2008.
When I am trying to use Execute DTS 2000 Package Task for the purpose of inserting data to AS400, I am...
April 9, 2010 at 7:14 am
When we restored the backup's we had some missing data in the database, that might be because of the missing transaction log backups.
So now we are trying to see if...
April 5, 2010 at 1:55 pm
This script works fine if the table has primary key defined on single column, but it gets complicated if the table has primary key defined on more than one column....
March 10, 2010 at 9:27 am
How do I identify the primary key in both the tables, as I will be making a script to check if primary key in the first table is present in...
March 10, 2010 at 6:44 am
I want to see if the ordernum of first table if it's present in the second table. Then show the following output:
Dups(Y/N) No.ofDups ColValuethatsDup
The main purpose of...
March 9, 2010 at 8:01 pm
ALZDBA (2/23/2010)
Minimum server memory(in MB): 102400
Maximum server memory(in MB): 102400
Don't set the same value for min and max server memory ! It confuses...
February 23, 2010 at 12:24 pm
What value shall I assign to the Minimum server memory?
Is the Maximum server memory value okay?
Thanks.
February 23, 2010 at 12:00 pm
Viewing 15 posts - 16 through 30 (of 139 total)