I am doing some work at a new customer who is running SQL 7 (unsure of Service pack #). I need to add an update trigger to one of the tables which contains about 70K records. There are currently no triggers defined on that (or any) tables in the database.
When I enter the T-SQL for the...
I have a table of city names that are referenced in another table by the primary key:
Table CityList, CityCode as int, City as nvarchar(25)
Other tables that use the CityCode to reference the city name, so to get an address for a customer record, I have to query the customer table for the city...
I have a software package I am doing a major update to. The original was written as an Access 2000 front end, and I am changing it that to VB6. The backend data is in SQL server 7.0
What I want to do is write T-SQL to transfer all of the existing data to a new database in SQL, and then...
The goal of the database is to be able to choose a manufactured item, and list all the components needed to make it. Some of the components themselves are manufactured from lesser components. There can be many sub components in any given piece.
Using an automobile for an example: Car...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.