Viewing 12 posts - 46 through 57 (of 57 total)
The script below is part of a large batch script to create shadow tables (same field names and datatypes)
with additional fields. Embed part of this or similar code into a...
August 12, 2004 at 8:31 pm
I have managed to create a simple database in SS2005 express. I connected from C# esxpress beta1, opened a query and entered create database <dbname>. I got an error message...
July 18, 2004 at 7:30 pm
I have to correct myself. This is not a bug. The update statement must fail on the row where F4 is null. From the view's perpective this row does not...
July 14, 2004 at 12:50 am
I have spent a few nights this week installing SQL Server 2005 Express and C# Express. It took some time to prune my system drive sufficiently on my old spare...
July 13, 2004 at 7:15 pm
Thanks for the URL, interesting article, doesn't mention speed implications tho'. Maybe there is no difference.
Cheers,
Win
July 12, 2004 at 6:36 pm
You can turn off recursive triggers which is global for a database or include some code at the start of a trigger to terminate the trigger if an instance of...
May 20, 2004 at 2:18 am
If you get the same error messages as before: ora-03113 followed by ora-12571 it means your packet did not arrive because you got kicked off the oracle instance. You...
August 26, 2003 at 8:49 pm
The ora errors indicate that you are killing or diconnecting your session to the oracle instance. I assume you are executing a public procedure inside an oracle package from...
August 25, 2003 at 7:32 pm
A primary key uniquely identifies a row in a table by definition. In changing the value of it's unique identifier, you have created a new...
April 13, 2003 at 8:15 pm
quote:
Again, however, you are trying to apply procedural logic to a set based system. Databases are not meant to be procedural....
April 8, 2003 at 2:33 am
My comments to cascading updates particular in a master-detail data model:
In SS the order of deleted and inserted rows (after statement) can get out of sync if the primary key...
April 3, 2003 at 8:58 pm
I develop in both environemnts. Usually, I remain a couple of weeks in one environment to reduce the number of transition errors. It helps to look at problems...
March 26, 2003 at 11:42 pm
Viewing 12 posts - 46 through 57 (of 57 total)