Viewing 15 posts - 2,176 through 2,190 (of 3,061 total)
George Murphy (3/11/2010)Can you recommend a good script which can auto generate a soultion like yours?
Problem would probably be compatibility ... I'm pretty sure GSquared's solution generator only runs on...
March 11, 2010 at 2:48 pm
Since we cannot see any screenshot or full error it's really hard to tell, init? 🙂
March 9, 2010 at 3:03 pm
Was it that shameful? remember, there are not idiotic questions, just idiotic answers 😉
March 9, 2010 at 2:59 pm
Oracle SQL Developer Migration - the new incarnation of the old-n-good Oracle Workbench is the solution you are looking for.
Check here ... http://www.oracle.com/technology/tech/migration//workbench/index_sqldev_omwb.html
March 9, 2010 at 2:56 pm
mhilligas (1/25/2010)
I have solved the issue.
It had to do with the registry for MSDTC did not have the proper names of the ORACLE OLEDB Provider DLL's.
I...
February 26, 2010 at 2:12 pm
rojen83 (1/23/2010)
February 26, 2010 at 2:11 pm
Thank you for the follow up.
Sooner or later somebody will benefit from your post.
February 22, 2010 at 12:44 pm
Here... http://msdn.microsoft.com/en-us/library/ms152481.aspx
Hope this helps.
February 19, 2010 at 2:41 pm
having a hard time trying to understand what the conundrum is... could you clarify, please?
February 17, 2010 at 2:46 pm
:pinch: soft deletes? why?
Either way, I can see poster writting a function to handle the soft constraining/deleting. Function shall be smart enough to query SS catalog for information about...
February 17, 2010 at 2:28 pm
Globalidentity (2/16/2010)
I've also tried this with a second table with Id of type Bigint not null and everything works fine...It's definitely because it set to uniqueidentifier.
Nice job.
If a uniqueidentifier column...
February 17, 2010 at 8:31 am
In a clustered index the index leaf level is the actual data e.g. rows in the table are physically kept sorted by the columns referenced in the clustered index.
SQL Server...
February 16, 2010 at 7:26 am
Globalidentity (2/16/2010)
I wish it was that simple. It's related to "Id" being set as a uniqueidentifier.
That's a theory you can easily test - create a second table setting "Id" as...
February 16, 2010 at 5:59 am
Ismail Ahmed (2/14/2010)
February 16, 2010 at 5:53 am
This might be caused by uppercase/lowercase missmatch.
Check how mytable.id column looks in terms of upper/lowercase spelling on SQL Server catalog - be sure to use exactly same upper/lowercase spelling on...
February 16, 2010 at 5:46 am
Viewing 15 posts - 2,176 through 2,190 (of 3,061 total)