Viewing 15 posts - 736 through 750 (of 902 total)
I'm firmly in the horses for courses camp here, I can see when you can get away with natural/business key as an Identity and also appreciate that at times you...
September 19, 2012 at 1:23 am
AS GSquared said change the OR to an AND and it will work.
In this case 'FON_smp1_D062012_1_' Passes the Second clause as it doesnt have _2_ in the name, the second...
September 18, 2012 at 6:44 am
Can you provide some sample data in regards to file names and expected results.
September 18, 2012 at 6:09 am
sathiyan00 (9/17/2012)
I have problem in foreach loop.foreach loop doesn't show the for each file enumerator and foreach item enumerator...
September 18, 2012 at 4:56 am
When you say data warehouse do you mean a Kimbal Star/snowflake Schema?
Depending on the original developer you may find PK's but no FK's, although its not unheard of to...
September 18, 2012 at 4:32 am
One tool you might want to look at is Pragmatic works BI Documenter http://pragmaticworks.com/Products/BI-Documenter.aspx
It isnt too bad, and you can download a free 14 day evaluation.
We had mixed results in...
September 18, 2012 at 3:25 am
Well theres a possible typo in your code for the DATEMNAME(wk,DateValue)=29 which is repeated twice.
I dont know if this is by design or not, but it seems odd that...
September 18, 2012 at 2:15 am
I've seen the same thing in regards to ##tables.
I dont know its good to have those types of discussions.
September 17, 2012 at 6:43 am
Thanks Eugine, as I said I thought they were persisted even after the process that created them was closed,
I was actually confused with creating a specific fixed table,Eg Create...
September 17, 2012 at 6:02 am
I thought the ## temp tables persisted until they were explicitly dropped from the TempDb, or the SQL service was restarted.
September 17, 2012 at 4:49 am
ananda.murugesan (9/17/2012)
whenever call application side working fine at first time, calling next time error throwing like "'Arithmetic overflow error converting numeric... "
Insert...
September 17, 2012 at 4:35 am
If you're new to data warehousing then books by Ralph Kimball (Data Warehousing Toolkit series by Wiley) and Bill inmon are good reads, though a little dry, but good for...
September 17, 2012 at 4:30 am
ChrisM@Work (9/17/2012)
ananda.murugesan (9/17/2012)
exec ChangeTable 'SIL_TRAN_H','Tran_Code|Ref_No|Modify_By|Modify_Dt','1003|2012083014645|37100666|17 Sep 2012 12:25:45'
exec ChangeTable 'SIL_TRAN_H','Tran_Code|Ref_No|Modify_By|Modify_Dt','1004|2012083014645|37100666|17 Sep 2012 12:25:45'
exec ChangeTable 'SIL_TRAN_H','Tran_Code|Ref_No|Modify_By|Modify_Dt','1005|2012083014645|37100666|17 Sep 2012 12:25:45'
exec ChangeTable 'SIL_TRAN_D','Tran_Code|Ref_No|Rec_no|column_id|column_value','1003|2012083014645|1|1|4DA-TE-304A/B/C'
exec ChangeTable 'SIL_TRAN_D','Tran_Code|Ref_No|Rec_no|column_id|column_value','1003|2012083014645|1|2|30 Aug 2012-14645'
exec ChangeTable 'SIL_TRAN_D','Tran_Code|Ref_No|Rec_no|column_id|column_value','1003|2012083014645|1|3|JGDTA'
exec ChangeTable 'SIL_TRAN_D','Tran_Code|Ref_No|Rec_no|column_id|column_value','1003|2012083014645|1|4|FCC/PRU'
exec ChangeTable...
September 17, 2012 at 3:48 am
ananda.murugesan (9/17/2012)
DDL statements...
exec ChangeTable 'SIL_TRAN_H','Tran_Code|Ref_No|Modify_By|Modify_Dt','1003|2012083014645|37100666|17 Sep 2012 12:25:45'
exec ChangeTable 'SIL_TRAN_H','Tran_Code|Ref_No|Modify_By|Modify_Dt','1004|2012083014645|37100666|17 Sep 2012 12:25:45'
exec ChangeTable 'SIL_TRAN_H','Tran_Code|Ref_No|Modify_By|Modify_Dt','1005|2012083014645|37100666|17 Sep 2012 12:25:45'
exec ChangeTable 'SIL_TRAN_D','Tran_Code|Ref_No|Rec_no|column_id|column_value','1003|2012083014645|1|1|4DA-TE-304A/B/C'
exec ChangeTable 'SIL_TRAN_D','Tran_Code|Ref_No|Rec_no|column_id|column_value','1003|2012083014645|1|2|30 Aug 2012-14645'
exec ChangeTable 'SIL_TRAN_D','Tran_Code|Ref_No|Rec_no|column_id|column_value','1003|2012083014645|1|3|JGDTA'
exec ChangeTable 'SIL_TRAN_D','Tran_Code|Ref_No|Rec_no|column_id|column_value','1003|2012083014645|1|4|FCC/PRU'
exec ChangeTable 'SIL_TRAN_D','Tran_Code|Ref_No|Rec_no|column_id|column_value','1003|2012083014645|1|5|553'
Is...
September 17, 2012 at 3:41 am
I'm guessing that the columns/values have some how manged to get out of sync or theres a rogue value that is larger than the scope of the associated columns Numeric...
September 17, 2012 at 3:10 am
Viewing 15 posts - 736 through 750 (of 902 total)