Forum Replies Created

Viewing 15 posts - 1,021 through 1,035 (of 3,221 total)

  • RE: system stored procecures

    venoym (8/23/2011)


    I thought it was a fine question.

    I'm surprised by the number of people who are complaining about the existence of a Test2 db or not. I would...

    If everything seems to be going well, you have obviously overlooked something.

    Ron

    Please help us, help you -before posting a question please read[/url]
    Before posting a performance problem please read[/url]

  • RE: system stored procecures

    Nice to be reminded of basic how things work ....

    If everything seems to be going well, you have obviously overlooked something.

    Ron

    Please help us, help you -before posting a question please read[/url]
    Before posting a performance problem please read[/url]

  • RE: Excel import truncates at 255 characters

    Using OPENROWSET for example:

    SELECT * FROM OPENROWSET('Microsoft.jet.OLEDB.4.0','Excel 8.0;DATABASE=c:\temp\items.xls;IMEX=1;HDR=No','SELECT * from

    [items$1]')

    Note the IMEX setting. If it is NOT present the open rowset reads the first 8 or so...

    If everything seems to be going well, you have obviously overlooked something.

    Ron

    Please help us, help you -before posting a question please read[/url]
    Before posting a performance problem please read[/url]

  • RE: Full Text Search - where are system stoplists stored?

    Tom.Thomson (8/20/2011)


    A nice easy one for Monday morning.

    I was somewhat surprised to see it before 0100 BST on Sunday, though.

    Tom you must have been accessing the QOD when I had...

    If everything seems to be going well, you have obviously overlooked something.

    Ron

    Please help us, help you -before posting a question please read[/url]
    Before posting a performance problem please read[/url]

  • RE: Full Text Search - where are system stoplists stored?

    Surprised at the numbers (3 out of 4 incorrect), for what is a rather simple question.

    If everything seems to be going well, you have obviously overlooked something.

    Ron

    Please help us, help you -before posting a question please read[/url]
    Before posting a performance problem please read[/url]

  • RE: i want out of sp_helplogin sp into table

    To follow up on Lowell's excellent code AND provided that you wanted the 2nd result set from sp_helplogins you could perform the following.

    1. Using SSMS, script the code...

    If everything seems to be going well, you have obviously overlooked something.

    Ron

    Please help us, help you -before posting a question please read[/url]
    Before posting a performance problem please read[/url]

  • RE: i want script to know all logins with with there server roles, database and object level

    See if this gives you the information you seek.

    sp_helplogins

    For your information it is located in the Master database.

    If everything seems to be going well, you have obviously overlooked something.

    Ron

    Please help us, help you -before posting a question please read[/url]
    Before posting a performance problem please read[/url]

  • RE: Master Database

    Nice question, and even better the first one to answer it correctly ... yea bragging ...... what the heck .....

    If everything seems to be going well, you have obviously overlooked something.

    Ron

    Please help us, help you -before posting a question please read[/url]
    Before posting a performance problem please read[/url]

  • RE: Tally table and iso_week string

    This article on SSC should assist you

    http://www.sqlservercentral.com/articles/Advanced+Querying/onthetrailoftheisoweek/1675/

    Be sure to read the comments on the article

    If everything seems to be going well, you have obviously overlooked something.

    Ron

    Please help us, help you -before posting a question please read[/url]
    Before posting a performance problem please read[/url]

  • RE: Transaction

    Remember:

    The @@ERROR function can be used to capture the number of an error generated by the previous Transact-SQL statement. @@ERROR only returns error information immediately after the Transact-SQL statement that...

    If everything seems to be going well, you have obviously overlooked something.

    Ron

    Please help us, help you -before posting a question please read[/url]
    Before posting a performance problem please read[/url]

  • RE: The Mystery of Transaction Log Size Growth???

    You may find the reason by reading this article by Gail Shaw:

    http://www.sqlservercentral.com/articles/Transaction+Log/72488/

    If everything seems to be going well, you have obviously overlooked something.

    Ron

    Please help us, help you -before posting a question please read[/url]
    Before posting a performance problem please read[/url]

  • RE: UPGRATIONS FROM SQL 2000 to 2005 and from SQL 2000 to 2008

    Start by reading:

    http://msdn.microsoft.com/en-us/library/ms144245(v=sql.90).aspx

    Or:

    http://www.sqlservercentral.com/articles/Upgrade/65872/

    If everything seems to be going well, you have obviously overlooked something.

    Ron

    Please help us, help you -before posting a question please read[/url]
    Before posting a performance problem please read[/url]

  • RE: SSIS 2005 two digit year

    The default time span for Microsoft SQL Server is 1950-2049, which represents a cutoff year of 2049. This means that SQL Server interprets a two-digit year of 49 as 2049,...

    If everything seems to be going well, you have obviously overlooked something.

    Ron

    Please help us, help you -before posting a question please read[/url]
    Before posting a performance problem please read[/url]

  • RE: Keeping Your Soul

    To offset the demise of a few GOOGLE apps, realize that:

    Early in the formation of Google.org, Google took the value of 10% of the 3 million shares from Google's...

    If everything seems to be going well, you have obviously overlooked something.

    Ron

    Please help us, help you -before posting a question please read[/url]
    Before posting a performance problem please read[/url]

  • RE: split long char field for Label making software

    (And the code that splits the string into individual words I have posted is code written by Jeff Moden) that was edited by myself to use your sample data. ...

    If everything seems to be going well, you have obviously overlooked something.

    Ron

    Please help us, help you -before posting a question please read[/url]
    Before posting a performance problem please read[/url]

Viewing 15 posts - 1,021 through 1,035 (of 3,221 total)