Forum Replies Created

Viewing 15 posts - 61 through 75 (of 78 total)

  • RE: Text field cutting off chars at 255

    Verify if the field that is trucated in Access is not defined as Varchar(Max) or NVarchar(Max) in the database. In such cases, Access incorrectly converts the column defined with (Max)...

  • RE: Easy Licenses

    This is a great idea, and I would like to see (and use) such an utility too !

  • RE: Concatenate data from column rows

    In Access, write your query like this:

    SELECT [Field1] & [Field2] & [Field3] AS Result FROM [Table]

    Have a nice day!

  • RE: copying between 2 tables

    Moreover, the only accepted date format in JET SQL is the American date format, whatever the regional settings of the control pannel can be, so: #01/21/2009#

    Have a nice day!

  • RE: Uninstall SQL native client from Command prompt

    regsvr32 sqlncli.dll /d/i

    You might have to provide the path to the dll (usually c:\windows\system32\sqlncli.dll).

    Have a nice day!

  • RE: A Good Word for ODBC

    I apologize if I was a bit rough. My intention was not to insult anybody but this was the un-elaborate expression of my thoughts. Many DBA people seem to live...

  • RE: A Good Word for ODBC

    Having said that you should bear in mind that the SQL server is going to be a lot better at that number crunching than Access

    This is one of the...

  • RE: If you weren't a DBA what would you be doing?

    Personally I would practise and teach ikebana. Not sure I would earn enough from it to live decently, though! 😉

    Have a nice day!

  • RE: Are the posted questions getting worse?

    Grant Fritchey (7/14/2009)


    I hate to pop everyone's bubble, but wasn't it established a while back that the 666 number is either a mistranslation or a bad copying job and tha...

  • RE: The Worst Advice

    Lynn,

    I never said it was an answer you see all the time. I just replied to the question "What's the worst SQL Server advice you see regularly", and believe me...

  • RE: The Worst Advice

    Maybe I should precise that I never intended to promote or even condone the use of cursors. I know that cursors are not efficient tools in MS SQL Server (to...

  • RE: The Worst Advice

    Answering "never, ever use a cursor" or something equally smart.

    The poster did not ask for a personal opinion about cursors (even if it's a wise one), he asked for help...

  • RE: ODBC strings in pass-thru queries

    If your queries do not rely too heavily on functions that are available in Access but not in T-SQL, you should consider porting those queries to the server, as stored...

  • RE: create a table from Accessto SQL

    Why don't you want to write the CREATE TABLE script?

    If I understand what you wrote correctly:

    1) You don't want to write a script.

    2) You don't want to use the wizard...

  • RE: Being More Productive

    Hi!

    As you describe it, I would not call wireless networking an improvement.

    Move my laptop from the bedroom to the basement, to the kitchen or when playing with kids... looks...

Viewing 15 posts - 61 through 75 (of 78 total)