Forum Replies Created

Viewing 15 posts - 286 through 300 (of 621 total)

  • RE: bcp error

    Well, no one has responded yet, and, admitedly, I can't say why you are getting your errors, but I would suggest trying to use a format file. You can...

    Greg
    _________________________________________________________________________________________________
    The glass is at one half capacity: nothing more, nothing less.

  • RE: top 25 rows of the highest numbers in a field

    pwatson, the below is one example of how to post readily consumable code, so we can simply cut and paste into QA. This is just a general example of...

    Greg
    _________________________________________________________________________________________________
    The glass is at one half capacity: nothing more, nothing less.

  • RE: Return Empty Values SSMS

    I might be over simplifying this, but why can't you do

    SELECT

    Col1,Col2,Col3,Col4

    FROM YourTable

    ?

    Greg
    _________________________________________________________________________________________________
    The glass is at one half capacity: nothing more, nothing less.

  • RE: SQL Server 2005 Insert Delete Trigger causing Access 2003 Forms to lose master-detail linkage

    iapearsall, I'm not really sure what you are asking. Do you think you have an Access problem or a SQL Server trigger problem? Without full table definitions...

    Greg
    _________________________________________________________________________________________________
    The glass is at one half capacity: nothing more, nothing less.

  • RE: Front End Question

    Ken, if you have to use datasheet view, you may have to leave it locked, in a subform, then on a different form, possibly a popup, have some unbound text...

    Greg
    _________________________________________________________________________________________________
    The glass is at one half capacity: nothing more, nothing less.

  • RE: Front End Question

    Are you trying to update the records directly from an Access form or grid? Typically what I do is have some unbound text boxes on a form, then with...

    Greg
    _________________________________________________________________________________________________
    The glass is at one half capacity: nothing more, nothing less.

  • RE: sql query - sql 2000

    You could try this, which would eliminate the CASE. There are probably some instances that would break it, but for cases where there is never a space in the...

    Greg
    _________________________________________________________________________________________________
    The glass is at one half capacity: nothing more, nothing less.

  • RE: Add " + " to add column values dynamically

    Karthik, how is the country choice passed to your database? String? What does it look like?

    Greg
    _________________________________________________________________________________________________
    The glass is at one half capacity: nothing more, nothing less.

  • RE: Pulling multiple records efficiently

    Brent, I have to agree with Allen. Unless there is data in the Access database you are using in your crosstabs, you would probably be best served doing as...

    Greg
    _________________________________________________________________________________________________
    The glass is at one half capacity: nothing more, nothing less.

  • RE: Quartile Graphs

    Gent

    This is a 2000 forum, but this...

    SELECT DATEPART(qq,GETDATE())

    will give you the quarter.

    Greg
    _________________________________________________________________________________________________
    The glass is at one half capacity: nothing more, nothing less.

  • RE: Query to get the minimum id

    Greg Snidow (6/1/2009)


    Lowell (6/1/2009)


    I would switch tou using the row number function then...

    I think he's using SQL 2000?

    I'm not sure if I'm over simplifying this, but is this what you...

    Greg
    _________________________________________________________________________________________________
    The glass is at one half capacity: nothing more, nothing less.

  • RE: Query to get the minimum id

    Lowell (6/1/2009)


    I would switch tou using the row number function then...

    I think he's using SQL 2000?

    I'm not sure if I'm over simplifying this, but is this what you are looking...

    Greg
    _________________________________________________________________________________________________
    The glass is at one half capacity: nothing more, nothing less.

  • RE: CTE question

    Aha...that makes much sense now. Thanks for the input.

    Greg
    _________________________________________________________________________________________________
    The glass is at one half capacity: nothing more, nothing less.

  • RE: Link Access tables to SQL server

    Look in BOL for 'linked servers' or 'OPENROWSET'.

    Greg
    _________________________________________________________________________________________________
    The glass is at one half capacity: nothing more, nothing less.

  • RE: Insert Into Query Produces Duplicate Rows

    Daryl

    I'm not getting the same results as you are getting. Check out my code below, just to make sure I have captured your process correctly. Please note how...

    Greg
    _________________________________________________________________________________________________
    The glass is at one half capacity: nothing more, nothing less.

Viewing 15 posts - 286 through 300 (of 621 total)