Viewing 7 posts - 1 through 7 (of 7 total)
Hi,
One way to do this is to:
1. Create a new log table that contains all the columns from the table you want to log and an additional column for the...
May 12, 2004 at 2:02 am
Hi,
I guess that Unallocated space means space in the datafile that has not been paged ready for data or that just hasnt had any data written to it yet.
I would...
March 31, 2004 at 9:43 am
Hi,
Theres a big section in the SQL server resouce kit about migrating from oracle to sql server.
I believe the whole thing is online at microsoft.com
Hope this helps.
March 25, 2004 at 2:05 am
Hi,
When you define the relationship add:
ON DELETE CASCADE or ON UPDATE CASCADE
onto the end of the constraint definition.
Hope this helps.
March 22, 2004 at 1:52 am
Hi,
Table link?? U mean relationship right??
March 22, 2004 at 1:39 am
Hi,
Have a look at the convert function:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/tsqlref/ts_ca-co_2f3o.asp
Hope this helps.
March 22, 2004 at 1:33 am
Hi,
You would have to ensure that the values in the 2 columns are together unique, so what you are suggesting wont work.
You could include a "token" extra column that is...
March 16, 2004 at 10:45 am
Viewing 7 posts - 1 through 7 (of 7 total)