Viewing 15 posts - 451 through 465 (of 3,061 total)
Opus (2/24/2012)
February 24, 2012 at 11:14 am
ALZDBA (11/18/2011)
Did you play around with the Microsoft Migration Assistant for Oracle ( to sqlserver ) ?
SSMA is fantastic to migrate data but is not that good when the time...
February 24, 2012 at 10:38 am
well... whoever wrote the query wanted to process rows when query below returns no rows e.g. NOT EXIST (in returned row set)
(
SELECT
'z'
FROM
...
February 24, 2012 at 8:41 am
I'm sorry for getting a little late on this one but I wanted to point out that there are Microsoft provided guidelines for TempDB.
A good starting point would be http://msdn.microsoft.com/en-us/library/ms175527.aspx...
February 24, 2012 at 8:06 am
jeremy.singer (8/30/2011)
Database linking can be done between schemas in a single database or to schemas in another database.
Not correct.
DBLinks connect one Oracle instance to another Oracle instance - DBLinks have...
February 24, 2012 at 7:42 am
sqlzealot-81 (2/24/2012)
Any one has any idea about "PREEMPTIVE_OS_REVERTTOSELF" wait type. Appreciate any heads up..
Yes. This is part of a family of PREEMPTIVE_OS_* wait events describing a SQL Server task waiting...
February 24, 2012 at 5:43 am
Did you check Microsoft's document on troubleshooting Intellisense?... http://msdn.microsoft.com/en-us/library/ms173434.aspx
February 23, 2012 at 3:40 pm
Database shows in suspect state, isn't it?
Check... http://www.sqlservercentral.com/Forums/Topic453275-266-1.aspx
February 23, 2012 at 10:27 am
SAS.DHRUV (2/23/2012)
February 23, 2012 at 10:11 am
max.airz (2/23/2012)
My question is which is the fastest way that I can extract the data from those 200 tables.
Does the "report" needs the data coming from the 200 tables at...
February 23, 2012 at 9:23 am
Oracle client does not includes the OLE DB driver - driver has to be installed at O/S level.
February 23, 2012 at 9:03 am
deepak.a (2/23/2012)
February 23, 2012 at 7:09 am
deepak.a (2/23/2012)
Is that mandatory to create foreign key relationship between dimensions and the facts in date warehosue ?
Well... no but, how do you think optimizer learns about relationship between tables?...
February 23, 2012 at 6:16 am
Viewing 15 posts - 451 through 465 (of 3,061 total)