where can i get the temporary table structure(local/global)
ans pls...
more >>
This is for a student/classroom application. I have 5 tables that are linked
together via a common identifier (AssociateID).
tblNHRRegister - has all names of students in a class
tblNHRtrainernotes - has trainer review scores of student performance
tblNHRcoachnotes - has coach reviewscores of ...
more >>
Below is a query I'm working on. I want to force the Gender column to be
UPPERCASE but can't figure out how to do it. Any help is GREATLY
appreciated!!
---------------------------------------------------------
CREATE TABLE Person
(PersonID INT CONSTRAINT ROWpk_person PRIMARY KEY,
LastNam...
more >>
I'm struggling to understand the security requirements when working with SQL
Databases.
I'm using Windows XP and I logon as Ken and my domain is STUDY and I have
admin rights.
I have created a database, KensDemo.mdf, using SQL Server Management Studio
Express
so, naturally, when I go into...
more >>