Forum Replies Created

Viewing 15 posts - 76 through 90 (of 102 total)

  • RE: xp_sendmail w/attachment

    I moved the files out to the server and it works now.

    Thank you

  • RE: How would you do this?

    If I have it installed, how do I even access it?

    If I go to Sart/Programs/MS SQL Server I have

    Client Network Utility

    Configure SQL XML...

    EnterPrise Mgr

    Import and Export Data

    Profiler

    Query Analyzer

  • RE: How would you do this?

    I'm not familiar w/ Reporting Services. Is this built in to SQLServer already? Can you direct my to where I might find out more information about this?

    Thank you

  • RE: Insert with exists

    There is a primary key on this table - user_id.

    I was wondering if I could do this in a single select - i.e. not using an if statement.

    The values are...

  • RE: Variable in Select

    I have a proc with this:

    DECLARE @TempRoles TABLE

    (db_name char(25),

    app_name char(25),

    db_role char(25),

    role_dscr varchar(255))

    select @select_var = 'INSERT INTO @TempRoles (db_name, app_name, db_role, role_dscr).........

    The proc compiles OK but when I...

  • RE: Dates and Where clause

    Works great - thanks so much!

  • RE: Select w/ Max

    When I added the '333' record from above and ran your suggestion:

    SELECT TOP 1 WITH TIES......

    it only brought back the one record ('333') which had the latest date. I would...

  • RE: Select w/ Max

    Peter's select will not work if I add the following in GREEN

    INSERT @Sample

    SELECT 123, 456, 'U'

  • RE: Select w/ Max

    For Peter:

    Sorry about being indecent. The scope of my request changed as you saw in my other post and which btw - I was very appreciative. Thanks for your suggestions.

  • RE: Combining 2 records into 1

    Listen  - thank you so much. Some of these things comes easier to some of us. I really appreciate it and it saved me a bunch of headache.

  • RE: Log File is full

    "From your descoveries, it does indeed sound like the tran log just isn't big enough. Rather than growing it by a couple hundred megs, see if you can get the...

  • RE: Log File is full

    Is there a specific formula that you guys use? The 'DBA's' have told me things like XYZ DB is much bigger then your DB and the log file is...

  • RE: Log File is full

    OK, here are my findings. I simply believe that the space allocated for the log is not big enough. I don't think it is anything that the users are doing...

  • RE: Log File is full

    First of all, I want to sincerely thank everyone for their input. This is truly perplexing to me and causing great grief and I appreciate the help.

    What did...

  • RE: Log File is full

    Here are my latest findings:

    I 'think' I was able to have the trace on when the log file filled up again. However, I'm not really sure what to look for...

Viewing 15 posts - 76 through 90 (of 102 total)