Forum Replies Created

Viewing 15 posts - 211 through 225 (of 3,232 total)

  • RE: Today's Random Word!

    CirquedeSQLeil (12/2/2010)


    Newborn

    Is there a congrats in order?

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: Today's Random Word!

    mmm Bacon Cheeseburger...not hungry anymore 🙂

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: Today's Random Word!

    mmm bacon.....now I'm hungrier.

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: Today's Random Word!

    Hungry

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: Filter Table per user/login

    Well, that doesn't sound good for you. If all user interaction is being done through the application and they say they can't spend DEV hours to change the app,...

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: Long time of execution in object Execute Sql Task

    I'd monitor your SQL instance w/ profiler when you run your package and see if it is taking that long to execute the query against the DB engine or if...

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: agregate data from several tables into one

    How are you getting a sum of 1000 for that? I think it would help if you gave an example of your table DDL, and a few sample rows...

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: Filter Table per user/login

    How are the users querying the data now? SSMS?

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: agregate data from several tables into one

    What about the second column value of 625, how did you pick this one out of the possible values from within the ref 595 group? Do you want the...

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: How can i modify this script to backup a single database?

    DECLARE @name VARCHAR(50) -- database name

    DECLARE @path VARCHAR(256) -- path for backup files

    DECLARE @fileName VARCHAR(256) -- filename for backup

    SET @path = 'C:\Backups\'

    SET @name = 'Your DB...

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: Filter Table per user/login

    You could use views that limit the data and only grant your users access to those views.

    Another option would be to expose the data to your users via SSAS. ...

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: Could you please tell me what kind of queries need temp or table variable table? thanks.

    I'm a bit confused as to the nature of the question. Outside of homework, I can't see where this would ever come up. What is your thoughts on...

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: Update Records Based on Two Concatenated PK Columns

    What about the obvious answer of changing the query to use the clustered index by removing the IN clause? The IN clause is treated just like a series of...

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: Compare two flat files

    Agreed. I would stay far away from using a script task for this. Use a data flow, compare the inputs as described by Strick.

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: Today's Random Word!

    cold.....and snowy

    Yes, Brandie, it's now cold here! 24 degrees w/ 20+ mph winds....14 degrees with wind chill.

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

Viewing 15 posts - 211 through 225 (of 3,232 total)