Forum Replies Created

Viewing 15 posts - 46 through 60 (of 274 total)

  • RE: ref integrity after Migrating database to sql server 2008 R2

    Apologies, I should have gone back and reread your original post before asking about versions. I should finish my morning joe before replying to posts!

    Unfortunately the Upsizing Wizard was...

    Wendell
    Colorful Colorado
    You can't see the view if you don't climb the mountain!

  • RE: ref integrity after Migrating database to sql server 2008 R2

    J Livingston SQL (10/19/2016)


    I think you have to set up the the RI in the SQL Server environment, not via your Access FE.....I may be wrong though

    You are correct -...

    Wendell
    Colorful Colorado
    You can't see the view if you don't climb the mountain!

  • RE: ref integrity after Migrating database to sql server 2008 R2

    What tool did you use to migrate the Access back-end to SQL Server? Access has an upsizing wizard that in recent versions will preserve referential integrity. The second...

    Wendell
    Colorful Colorado
    You can't see the view if you don't climb the mountain!

  • RE: Changing Tabs in Access

    Since you have a ribbon, you have to be on Access 2007 or later. The first thing I would try is holding down the SHIFT key when starting the...

    Wendell
    Colorful Colorado
    You can't see the view if you don't climb the mountain!

  • RE: Changing both the Connect and SourceTableName properties for a Linked Table in MS Access 2007

    Unless you are very proficient in VBA, in the object model for Microsoft Access, and you have more than 50 tables you need to reconnect, I would suggest you either...

    Wendell
    Colorful Colorado
    You can't see the view if you don't climb the mountain!

  • RE: Export Access DB Table

    Is this a one-time task, or do you need to do it repeatedly? If it's a one-time task, you might just export it to Excel - a built in...

    Wendell
    Colorful Colorado
    You can't see the view if you don't climb the mountain!

  • RE: editing table 6 million rows

    I think some of the advice you received needs to be tempered a bit. I have routinely worked with multi-million row tables in ODBC linked SQL Server databases over...

    Wendell
    Colorful Colorado
    You can't see the view if you don't climb the mountain!

  • RE: Export Access DB Table

    The short answer is no - the longer answer is you can do it by running a command prompt to start Access, do the export in code from an auto-run...

    Wendell
    Colorful Colorado
    You can't see the view if you don't climb the mountain!

  • RE: Open Transaction in tempDB From Access Connections

    I've not seen that behavior when using Access with linked SQL Server tables, but I am suspicious that your users may be doing repeated sorts of data in Access forms,...

    Wendell
    Colorful Colorado
    You can't see the view if you don't climb the mountain!

  • RE: Access SQL to SQL

    It appears you are using two subqueries in the expression, and Access does subqueries somewhat differently than ANSI SQL, which is closer to Oracle. Some versions of Access let...

    Wendell
    Colorful Colorado
    You can't see the view if you don't climb the mountain!

  • RE: access / sql connect query from a noob.

    What is the extension of the Access database file? If it is .MDB or .ACCDB then it would be connecting using ODBC, and the PC where it currently resides...

    Wendell
    Colorful Colorado
    You can't see the view if you don't climb the mountain!

  • RE: Date field showing as text when linked from Sql Server Table

    You don't mention what version of SQL Server you are using, or what data type the SQL Server table is defined as. But since using the Native Client 11...

    Wendell
    Colorful Colorado
    You can't see the view if you don't climb the mountain!

  • RE: Controlling SQL users from Access

    Interesting idea - admin of users in multiple databases using SSMS can be a pain.

    Haven't seen any differences in doing user admin between 2008 and 2012, but that doesn't mean...

    Wendell
    Colorful Colorado
    You can't see the view if you don't climb the mountain!

  • RE: ODBC Communication Link Failure - Connection Lost : MS Access to SQl Server

    The issue of security in SQL Server is complex. It sounds as if you are using SQL Server Standard security, and in that case you do have to store...

    Wendell
    Colorful Colorado
    You can't see the view if you don't climb the mountain!

  • RE: ODBC Communication Link Failure - Connection Lost : MS Access to SQl Server

    The errors you are getting should have a numeric code on them. As long as you have some VBA code running you can use error-trapping to identify the error...

    Wendell
    Colorful Colorado
    You can't see the view if you don't climb the mountain!

Viewing 15 posts - 46 through 60 (of 274 total)