Viewing 15 posts - 2,626 through 2,640 (of 3,061 total)
:w00t: hey!...
I'm following the given business specs here, look how they read: "...if recods are equal between 2 tables not to insert, only insert records that are not in...
April 23, 2009 at 12:40 pm
... how about something like this?
insert into table2
select * from table1
except
select * from table2
April 23, 2009 at 12:26 pm
SanjayAttray (4/23/2009)
Company IT dept. took the stance that they will go for SQL Server 2008 only in Mid 2010 after Microsoft releases SP2 and then add 6 months to it.
I...
April 23, 2009 at 9:35 am
Not sure if I follow.
Are you referring to rows that match the predicate vs. rows that do not match the predicate of a given query?
April 22, 2009 at 9:52 am
:w00t: ... got it, you are kidding 😀
April 21, 2009 at 7:56 am
The one index per column solution, better saying one bitmap index per dimension key column on fact tables is a fairly accepted, pretty useful solution for Oracle data warehouse environments...
April 21, 2009 at 7:52 am
Well, that's the problem - poster never asked about instructions or tools to make a conversion. Poster knows how to do it.
Poster clearly asked if it was possible to do...
April 21, 2009 at 7:31 am
Oh boy; what you say holds true but you have never even attempted to answer the poster's question. 😀 You just keep randombly answering questions you make up in...
April 21, 2009 at 6:39 am
Okay -this is gonna be my last posting on this matter.
Let me copy/paste poster's questions...
1. Is there a way to modify the converted procedures?
2. Is there way to keep...
April 20, 2009 at 4:43 pm
Have you created any user tables?
According to your scenario you just created an empty database.
... or perhaps SQL Server got confused because of "defulat" account? 😛
April 20, 2009 at 4:29 pm
I think you may have overlooked the part where poster says: Is there a way to modify the converted procedures?
In my book that means poster has two versions of...
April 20, 2009 at 4:23 pm
Your backup logic should look like:
Step #1
Take Backup
On success go to Step #2
On failure send alert and abort!
Step #2
Delete old backup files...
April 20, 2009 at 4:18 pm
Gift Peddie (4/20/2009)
Could you please elaborate about how Ora10g PL/SQL is more easy to integrate -or move to SQL Server 2005 than Ora9i PL/SQL code?
That depends on the platform...
April 20, 2009 at 4:09 pm
Gift Peddie (4/15/2009)
April 20, 2009 at 12:50 pm
Viewing 15 posts - 2,626 through 2,640 (of 3,061 total)