Viewing 15 posts - 601 through 615 (of 3,061 total)
george sibbald (1/12/2012)
thanks lowell, that could be batched up ....
For a 7.5 million rows I do not see the need of doing it in batches... you just have to insert...
January 12, 2012 at 10:50 am
nawaz1774 (1/11/2012)
Can any one explain me the difference between an Entity and an object
You find Entities at ER modeling time - when you identify the entities and relationships of your...
January 12, 2012 at 9:33 am
For starters, I think that this is a very interesting idea and I'm looking forward to what other people has to say about it.
On the other hand I do think...
January 12, 2012 at 7:32 am
pallavi.unde (1/11/2012)
...can i make a view of above 3 tables as a one view..???? these three tables has totally different data...
Assuming you figure out a way to join those tables,...
January 12, 2012 at 7:22 am
I'm assuming the target database is Oracle and that the datatype of mytable.date is DATE.
If this is the case you have two options, option #1 is to write a stored...
January 11, 2012 at 2:49 pm
jarid.lawson (1/6/2012)
January 6, 2012 at 1:43 pm
jarid.lawson (1/6/2012)
Am I over thinking this?
Nope, you are not.
As far as I understand the scenario there is a many-to-many relationship between Clients and Products - the bridge table breaks that...
January 6, 2012 at 1:33 pm
duplicate entry
January 6, 2012 at 1:08 pm
Please do not cross post - that fragments responses and duplicates effort.
Original post is here... http://www.sqlservercentral.com/Forums/Topic1231569-1292-1.aspx#bm1231582
January 6, 2012 at 1:08 pm
SQLSeTTeR (1/6/2012)
Thanks man!
Wait until it works 😀 Glad to help.
January 6, 2012 at 12:59 pm
SQLSeTTeR (1/6/2012)
Will backup_finish_date = NULL if backup is in progress? I would still need to loop in case it's still running.
Yes. I think so.
I think something like this will...
January 6, 2012 at 12:29 pm
acrutchley (1/6/2012)
January 6, 2012 at 9:58 am
Delario (1/6/2012)
so how can I populate the fact table
Well... you designed it, don't you?
Each row on the particular FACT table is supposed to describe a factual event on your OLTP...
January 6, 2012 at 9:46 am
Brandie Tarvin (1/6/2012)
Delario (1/6/2012)
sql developer in fact I just copy the syntax, i know that the quataion marks are not allow
It's more than just the quotations. NUMBER is an invalid...
January 6, 2012 at 9:35 am
Viewing 15 posts - 601 through 615 (of 3,061 total)