Viewing 15 posts - 16 through 30 (of 57 total)
Just so I am clear on this.
Overtime is Murder if you are not compensated fairly. However, Overtime is simply Killing you if you are compensated.
Does Overtime float like a...
December 7, 2011 at 11:26 am
I have heard of the Professional Day Pay Rate and it does seem to be tied to major financial areas like Wall Street. The rates are always high enough that...
December 6, 2011 at 10:27 am
Sean Lange (11/29/2011)
November 30, 2011 at 8:38 am
I did make a mistake in the order of the FK from Computer to Room. It should read like this:
ALTER TABLE dbo.Computer ADD FOREIGN KEY (BuildingName, FloorName, RoomName) REFERENCES dbo.Room...
November 29, 2011 at 2:37 pm
I would model the three location entities with dependant relationships similar to Example #2.
The top two entities are Buildings and Computers as both are entry points to the structure.
Buildings must...
November 29, 2011 at 1:57 pm
What title I use really does depend upon who is asking the question.
If I am marketing, then I am the CEO.
If I am trying to acquire work for myself, then...
November 18, 2011 at 11:45 am
Apparently I am hitting a known bug that is fixed in SQL 2008R2 SP1.
I am testing right now and I will report back when I am confident of the...
November 17, 2011 at 8:52 am
The hex character {1F} is the ASCII equivalent of the Unit Separator and is a non-printable character hence you see a small square box in the raw data. The files...
November 15, 2011 at 9:17 am
Each row ends in {0A} and uses a column separator of {1F}.
This behavior appears to be happening across the board with both my Dimension and Fact Table Loads.
I load one...
November 15, 2011 at 8:01 am
Screen Shot Attached and the error output is set to fail component
Raw Data Here:
2011050UNKNOWN
2011054WEDNESDAY
2011055THURSDAY
2011056FRIDAY
2011053TUESDAY
2011052MONDAY
2011057SATURDAY
2011051SUNDAY
November 14, 2011 at 3:16 pm
Sorry, my fault in formatting.
The first set of data is the character offset. The next set of data is the Hex Values and the third set is the ASCII Values
Here...
November 14, 2011 at 2:37 pm
Yes, each row ends in {0A} and uses a column separator of {1F}. I have verified the connection Manager is set for the column delimiter on the last column is...
November 14, 2011 at 2:27 pm
When I open the file in a Hex editor, I do see a line feed character {0A}, but that is all.
November 14, 2011 at 2:11 pm
The variable of type System.Object can have multiple fields, so the correct combination of Source/Destination works.
When the table adds an active flag, then you just adjust the SQL to...
November 10, 2011 at 2:30 pm
Apparently I am a Pediatric Dentist. My kids will be thrilled to find that out.
November 9, 2011 at 11:06 am
Viewing 15 posts - 16 through 30 (of 57 total)