Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)

  • RE: Front End Dev

    Hey Allen,

    It is always advisable to go with Sql Server, even for a small database also.

    Access is strictly not advisable if the data is confidential you want to store because...

  • RE: INSERT FAILS WHEN YOU TRY TO INSERT DATA INTO MULTIPLE TABLE USING IDENTITY

    Hey Praveen,

    SET @FIRST='HENRY%' - it will not select any records from AdventureWorks.Person.Contact for your query

    "SELECT ContactID,FirstName,MiddleName,LastName WHERE FIRSTNAME=@FIRST

    FROM AdventureWorks.Person.Contact"

    So no record id inserted to CONTACT as such it...

Viewing 2 posts - 1 through 2 (of 2 total)