Viewing 15 posts - 46 through 60 (of 163 total)
Thanks G-Squared,
I remember reading that text in the past.
I have used for binary_checksum and MD5 in the past - really interested to see what other ppl are using.
May 4, 2011 at 12:35 pm
Hi Paul,
Thanks for your response.
The structure of the fact table you've suggested is straightforward. Specifically what I am trying to picture is how the business question can be answered...
January 4, 2011 at 8:06 am
Sure, dimensions date, router and account. I just don't know how to structure the fact table in order to answer the business questions
January 1, 2011 at 4:31 pm
Oops my mistake, didn't read your original post correctly!
Typically when you have a type 2 you would identify this by comparing to you current record, in your case Version =...
December 30, 2010 at 10:44 am
That's quite an interesting approach with your "Version" field Paul. I can imagine that could prove very useful.
You don't mention a "IsRowCurrent" field however, do you derive this at...
December 30, 2010 at 5:02 am
I would recommend downloading this excellent piece of freeware called XMLIFY from here[/url]
Run your data flow through this component and select the 2 fields you want to convert into XML.
Use...
December 29, 2010 at 8:44 am
I employ this with a current client and it works with no issues at all.
When the disks are presented to the active server there are no surprises.
As for configurations...
November 17, 2010 at 8:30 am
Why can you install SSIS on both nodes and store all your SSIS packages on a shared disk ideally a SAN, which both servers can access?
November 17, 2010 at 7:54 am
You could change you SQL Statement to return a value if there is no record returned in your table.
select isnull(FLAG_PRO, 'Unknown') as Flag_Arch from CARGA_ARCHIVO where FEC_1RALINEA_ARCH=?
Of course the...
October 29, 2010 at 7:15 am
Not to worry. I've managed to do the comparison using sp_srvrolepermission and comparing the permissions for each of the roles.
September 29, 2010 at 2:03 am
OK I'll give it a go shortly. Thanks
July 15, 2010 at 4:00 am
Yes it would have been much easier if however built the app using a date neutral format.
Changing the user language makes no difference I'm afraid.
Judging by this thread it seems...
July 15, 2010 at 3:46 am
Yes, you 100% correct.
So short of changing the application by putting
set language british
at the start of each query what would be the permanent solution?
July 15, 2010 at 3:31 am
Paul, in response to your questions...
1.. Why do production DBAs care about tempdb usage in the Data Warehouse? Aren't these two physically separate environments? I'm sure there is a good...
April 27, 2010 at 2:52 pm
I think I get it. Some people will use a loop and iterate through each number ending up with 8,000 result sets.
If you use a tally table you can return...
April 27, 2010 at 1:20 am
Viewing 15 posts - 46 through 60 (of 163 total)