Forum Replies Created

Viewing 15 posts - 2,566 through 2,580 (of 3,221 total)

  • RE: Fix date format in a query.. Split/Array?

    Look at the CONVERT function in Books On Line and review the effect on output of the style value

    ms-help://MS.SQLCC.v9/MS.SQLSVR.v9.en/tsqlref9/html/a87d0850-c670-4720-9ad5-6f5a22343ea8.htm

    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: _wa_sys indexes

    From http://support.microsoft.com/kb/819953

    The naming convention for the auto created statistics is _wa_sys_

    (where is the object_id of the table in hexadecimal format).

    These are not true indexes, but rather...

    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: sql server 2005 dev edition - any limitations?

    iqtedar

    Did a little goggle / Microsoft search and found the following site:

    http://www.microsoft.com/sqlserver/2005/en/us/pricing-licensing-faq.aspx

    Which states:

    Q. What is SQL Server 2005 Developer Edition and how is it licensed?

    A.

    SQL Server...

    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: sql server 2005 dev edition - any limitations?

    Developer Edition - cost less than $50 (USD), available at AMAZON.COM. Purchase it and you will have no license worries.... The only limitation is that it may not be...

    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: Read sqlservercentral article offline?

    I use Microsoft's Internet Explorer - save the article / forum page in mht format to my thumbnail and when I have the time to read use IE to open...

    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: Query results to a separate window

    Have you considered out putting the Query results to a file, and then opening that file with a text editor such as Codewright, on your 2nd monitor? True a...

    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: Basic SQL Exercises

    Sorry do not know of a work book, but use these forums and try to answer any question on T-SQL BEFORE looking at any answer which has been posted by:

    Gsquared,...

    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: FILESTREAM Data

    From the Encarata dictionary

    Update (transitive verb)

    to provide somebody or something with the most recent information or with more recent information than was previously available

    The data in the filestream file IS...

    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: Automate grant permissions

    New databases when created are based on the Model database.

    Create the login that you want in all new databases in the Model DB

    From BOL

    When a CREATE DATABASE statement is...

    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: User Login for new databases

    New databases when created are based on the Model database. Create the login that you want in all new databases in the Model

    From BOL

    When a CREATE DATABASE statement...

    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: How do i set identity column to zero?

    Polo_Sport09

    Msg 4712, Level 16, State 1, Line 1

    Cannot truncate table 'lonekat' because it is being referenced by a FOREIGN KEY constraint.

    Some where, some one set up the Foreign Key restraint...

    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: Avoiding injection on stored procedure

    Michael Valentine Jones

    Many thanks - I have learned from your examples --- I am glad you stuck to your guns and had the patience to teach this dummy (me) to...

    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: Avoiding injection on stored procedure

    Post deleted as it has been shown to be an avenue for an injection attack.

    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: Avoiding injection on stored procedure

    Post deleted as it has been shown to be insufficient to thwart an injection attack.

    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: Hide Databases in SQL 2005 from other users

    Keep in mind the fixed role "Guest", which can not be deleted. With the "Guest" role

    public Database Role

    Every database user belongs to the public database role.

    When a user...

    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 - 2,566 through 2,580 (of 3,221 total)