Forum Replies Created

Viewing 15 posts - 16 through 30 (of 59 total)

  • RE: Introduction to Bitmasking in SQL Server 2005

    Indeed it won't work - and that was my point.

    The bitmask should be 3 ie binary 00000011 to mask out everything except the bottom two bits. Then, Windows would decode...

  • RE: Introduction to Bitmasking in SQL Server 2005

    I agree - given that bit data types are packed efficiently internally, there would seem to be few instances when this technique would be useful.  IMHO the background knowledge for...

  • RE: Server here server there....servers everywhere

    IIRC it's one of the checkboxes in the custom install.  I'm sure I've installed VS2005 without it.

     

  • RE: Designer - Snap to Grid and Grid problems

    Hi Gordo

    It's in the properties window.

    Select the report (click outside the report so it says 'Report' not 'Body') and there it is . .

    Don't know how you did the cntrl-key...

  • RE: Another silly question...

    "If I needed to see data in a table what would be the syntax?"

    In the context of the previous posting I would have said - "Hopefully when you installed client...

  • RE: More Access to MSDE questions

    I can't think of one.

    I've not personally used VB express, but I'm currently developing against SQL Express (using VS2005 beta 2) and it's great.

    But, once again, if you are used...

  • RE: More Access to MSDE questions

    If cost is a significant factor, check out the express editions of VB and SQL . . .they're free.  OK, limited functionality compared to the full VS 2005 package, but...

  • RE: More Access to MSDE questions

    Look at SQL 2005 express instead of MSDE - still free, but fewer limitations.  Similarly, VS 2005 is pretty good for web front ends or fat client front ends, but...

  • RE: How To Mess Up An Interview

    Cheers Sean - enjoyed the piece for what it was.  Look forward to the next one.  Can't believe just how seriously some people are taking this . . . .

    pg

     

  • RE: Connecting to a server?

    If it's SQL 2000, then by default network connections will be enabled, the server name and machine name will be the same, and it will be the default instance, so no...

  • RE: Large number of users using Access ade?

    Yep - I absolutely agree with the recommendation of dotnet front end rather than Access - I've used classic VB until recently, and now VS2005, and personally would never use Access for...

  • RE: Connecting to a server?

    That connection string should also work on your network. (assuming KMSServer is the name of the other machine) If it doesn't, there's a number of things that may be wrong, eg server protocol...

  • RE: Large number of users using Access ade?

    It's the Access engine - ie Jet - that isn't appropriate for large number of users. If you're using SQL server, and just using Access as the interface, you should...

  • RE: A few questions about Normalization!

    FWIW I worked on a project some years ago where the decision was taken (not by me! ) to not normalize certain tables for performance reasons. Boy did we end...

  • RE: MS ACCESS Runtime: How many instances are installed?

    AFAIK this has always been the case, at least since Windows95 - the dll's are installed in the system directory and reference counted.

     

     

Viewing 15 posts - 16 through 30 (of 59 total)