Viewing 15 posts - 2,071 through 2,085 (of 3,061 total)
CirquedeSQLeil (4/5/2010)
April 14, 2010 at 8:16 am
chris.stuart (4/3/2009)
April 14, 2010 at 7:54 am
Ratheesh.K.Nair (4/14/2010)
one more doubt will creating index on tables improves performance??
During INSERT, the more indexes you have on target table the more overhead you are adding to the process a.k.a....
April 14, 2010 at 7:48 am
Sasidhar is correct.
FKs are there to enforce referential integrity rules. No referential integrity rules takes into consideration one child row with two alternative parents.
If this is a business spec it...
April 13, 2010 at 11:15 am
As pointed by Jason an Oracle person wrote the question.
In the Oracle world a explicit cursor is a cursor you define in the "declare" section - this is pl/sql stuff...
April 13, 2010 at 10:48 am
bladerunner148 (4/13/2010)Edition - Standard Edition
Standard Edition is expected to support Import/Export - I would open a ticket with Microsoft.
April 13, 2010 at 10:27 am
gady.male (4/13/2010)...I just gave the book scenario as an example in order to make my question a bit clearer
it didn't work as expected, huh? 😀
Answering your question it all depends...
April 13, 2010 at 10:16 am
I do not see any need for table partitioning... a 500 pages book with 25 sentences per page will be stored in 12,500 rows - ten thousand books will be...
April 13, 2010 at 9:52 am
One datamart per FACTual table, no FACTual table duplicates.
April 13, 2010 at 9:01 am
bryan van ritter (4/13/2010)
Not by clicking here and there, but with a function probably?
Sure!
Look at the link I posted, customize the code so to write your own function and you...
April 13, 2010 at 8:44 am
bryan van ritter (4/13/2010)
Isn't there a way to do this directly in the database?
Do you mean... by clicking here and there? don't think so.
You can always convert data already...
April 13, 2010 at 8:20 am
Mostly everything is possible, check this http://www.codeguru.com/columns/dotnettips/article.php/c7529/ 😉
April 13, 2010 at 7:30 am
Mushana (4/12/2010)
How do i access this site, it has some solutions i wantReplication - PBworks: PBworks Online Collaboration
Just bing "Replication - PBworks: PBworks Online Collaboration" ... first return on the...
April 13, 2010 at 7:26 am
You can start with BOL - comes with SQL Server for free.
On the other hand, if you do not have database background may be a good idea to read some...
April 10, 2010 at 5:58 pm
ask your DBA to run query as either "sa" or "dbo" on target database.
April 10, 2010 at 1:52 pm
Viewing 15 posts - 2,071 through 2,085 (of 3,061 total)