Forum Replies Created

Viewing 15 posts - 2,191 through 2,205 (of 2,469 total)

  • RE: Anything to document stored procs?

    "Anyone up for my challenge yet?"...

    Remi - you should start a new post with your challenge...you have a limited audience here...

    ??? what're the cons of sp_depends ???







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: Anything to document stored procs?

    "Anyone took up my challenge yet?"....

    I'm in my QA doing so right now....Oops..didn't mean to let that slip!<;-)

    Bill - now all you have to do now is compare the cost...







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: Passing Database Name as Parameter to a SQL Script File

    search this site for info on the topic!

    Here're a couple of links discussing this...

    http://www.sqlservercentral.com/forums/userinfo.aspx?id=132447

    http://www.sqlservercentral.com/forums/userinfo.aspx?id=153059







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: Repairing the Tests

    "....the original poster will appreciate any thoughts you have!"...

    Thoughts are that some sort of check/filter needs to be placed on this automated response...<;-)







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: Anything to document stored procs?

    General opinions...

    "I'm thinking about not returning all joined tables as we have some procedures that join probably 10 to 15 tables, and that's going to make the documentation less readable..."

    I...







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: url queries

    Here's something my search threw up...

    "SqlXml restricts the input URL size to 1K for security reasons.A similar

    restriction (The restriction could be 4K, I don't remember in detail) was

    also introduced in...







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: SQL Newbie - warning message

    Can you remove the PK constraint before moving data ?! Though you'll have some analysis to do on that table once the data is moved to identify a PK...maybe there're...







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: Anything to document stored procs?

    Bill - until you find the perfect documenting tool...you could start by looping through all the procedures in each of your databases with a

    "SELECT name FROM sysobjects where xtype...







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: Remember Your Life

    Maintain a balance, don't get too caught up in planning for the future nor just enjoying the present, but balance your life....

    Easier said than done Steve, but we all know...







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: A little lesson on life

    Jeff - took some courage to share that - thanks and do well! Funnily enough I'm heading to Nashville tomorrow (another story for another time)...

    Re: "neither one of them can...







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: Isnull question

    Alpoor...

    Try this: SELECT ISNULL(CAST(datefiled AS varchar(15)), 'Not Assigned')







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: Number of rows are different in Query Analyser and E.M.







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: Converting DateTime

    SELECT ISNULL(CONVERT(varchar, n.TestDateTime),getdate())...

    substitute getdate() with whatever you want it to return if value is NULL.







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: export to csv using t-sql

    You can do this with the data export wizard in enterprise manager!







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: Diagram - DT Propeties

    Are you the owner of all the objects in the diagram ?! It could be a permissions/access issue!







    **ASCII stupid question, get a stupid ANSI !!!**

Viewing 15 posts - 2,191 through 2,205 (of 2,469 total)