Forum Replies Created

Viewing 15 posts - 9,466 through 9,480 (of 19,560 total)

  • RE: DTS in 2008 SSMS

    Before going down that rabbit hole, check out this article.

    http://jasonbrimhall.info/2010/07/07/sql-2008-dts/

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: Age of backups

    Like Gus said, it depends on Business needs and any regulations that may affect your business. I have worked in shops where we were required to save backups for...

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: SQl08R2 firewall - best practices?

    How is your instance configured? Are you using the default port? Is this is a default instance installation? Did you open the ports for all of relevant...

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: Error while storing results of sp_spaceused in a new table.

    Change to this:

    SET @sql = 'USE '+@db_name+'go; insert into [youradmindbname].[dbo].[Table_Dependency]([nam],[type]) EXEC sp_depends '+@table_name

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: Error while storing results of sp_spaceused in a new table.

    anjaliv (7/7/2011)


    @Lowell: Thank you!! It worked 🙂

    I am trying the same for sp_depends. Do you think following would work?

    SET @sql = 'insert into [dbo].[Table_Dependency]([nam],[type]) EXECUTE USE '+@db_name+' EXEC sp_depends '+@table_name

    EXEC...

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: encrypt the data in the pip

    You would need to write the data out to file. If you encrypt the data in the file, you would need to pass your key to decrypt the data...

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: Error while storing results of sp_spaceused in a new table.

    Here is an alternative to that as well.

    http://jasonbrimhall.info/2010/05/25/space-used/

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: Case sensitive issue

    kutemom09 (7/7/2011)


    Crystal is not case sensitive.I checked with my manager as he is the one who does reporting.

    If SQL is not CS, and you have altered the default behavior of...

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: collation which to use

    sqlfriends (7/7/2011)


    So in my case as described above, should I stick with what our standard is (not sure why it is this standard) or should I use what is the...

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: Looking for a good source control system...

    I would go TFS or SVN depending on funding. Both are good IMHO.

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: We Need a DBA Boot Camp

    Just bootcamp, or should we include tech school too?

    If that bootcamp was on par with Internals training by SQLSkills, I would say yes. If that bootcamp is on par...

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: SSMS freezes

    coronaride (7/7/2011)


    I've reinstalled the client tools about 3 times now.

    After uninstall of same tools?

    If so, there may be something else running that is conflicting with the tools. What other...

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: Case sensitive issue

    kutemom09 (7/7/2011)


    We use crystal reporting to genarate report

    Crystal reports is case sensitive. In order to get around that, you have to use the upper or lower sql functions. ...

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: Measurements

    I agree that numbers are an essential measure to discover progression/regression. I like that the concept of different numbers/measures for different jobs is essential. You can't use the...

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: SSMS freezes

    Steve Jones - SSC Editor (7/7/2011)


    I'd run a trace to see where it hangs, but it almost sounds like a corrupt client tools issue. I might reinstall just the client...

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

Viewing 15 posts - 9,466 through 9,480 (of 19,560 total)