Viewing 15 posts - 9,736 through 9,750 (of 15,381 total)
SJanki (12/27/2012)
The table has StoreId , AuditTypeId (Open, Close, Reopen) and...
December 27, 2012 at 1:29 pm
lonhanner (12/27/2012)
December 27, 2012 at 1:24 pm
lonhanner (12/27/2012)
riders.UP_DATE = CDate(reader("UP_DATE").ToString)
error. Conversion from string "" to type date is...
December 27, 2012 at 12:34 pm
tz.bahrami (12/27/2012)
How about polymorphism in sql? Could we use stored procedures for polymorphism?
And for nested relationships can we define an attribute as OId and use it in a select...
December 27, 2012 at 9:19 am
What you described would create that mirror image. If you just not want to have the identity column in the new table, you can simply exclude it from the select...
December 27, 2012 at 8:42 am
What you are describing is known as an adjacency list. They are frequently used in sql for a parent-child relationship. If you make the ParentID not null you can't have...
December 27, 2012 at 8:36 am
tz.bahrami (12/27/2012)
December 27, 2012 at 8:32 am
What are you trying to do here? I don't understand what the default of SCOPE_IDENTITY or @@IDENTITY are trying to do.
I don't understand what you are trying to do...
December 27, 2012 at 8:19 am
Of course since this is Oracle and not t-sql you will probably have much better luck on an Oracle forum getting help with performance. 🙂
December 27, 2012 at 7:32 am
No problem. Glad that worked for you.
December 26, 2012 at 3:28 pm
LastJedi (12/26/2012)
Weird it still appears I did click from the database diagrams section.
Then you probably just removed it from the diagram. When you restarted SSMS did it fix the issue?
December 26, 2012 at 3:15 pm
LastJedi (12/26/2012)
I did rebooting SQL Server 2005 and it appears. I did research but I was afraid...
December 26, 2012 at 3:00 pm
Did you make changes to the table from the diagram tool? This can cause the table to need to be dropped and recreated behind the scenes. Sometimes the diagram tool...
December 26, 2012 at 2:42 pm
tz.bahrami (12/26/2012)
Please...
December 26, 2012 at 1:09 pm
Viewing 15 posts - 9,736 through 9,750 (of 15,381 total)