Forum Replies Created

Viewing 15 posts - 2,776 through 2,790 (of 3,221 total)

  • RE: Is anyone knows How to change available size in the database?

    This is a cross posting - it appears under "Development" as well but with a little less information.

    In addition to GilaMonsters advice can you:

    I can only assume that when your...

    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: available size in the database

    One can ask why you want to increase available size, I can only assume that when your DB was created autogrowth (If memory serves me correctly Autogrowth enabled is the...

    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: Trying to debug a stored procedure

    In the upper right hand corner of this page is a window labeled "Search", may I suggest you input "Debug T-SQL" and then click on the Go button. If...

    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: Are the posted questions getting worse?

    I have noted how helpful, understanding, and patient all the regular respondents are. In fact, I'm often astounded at how much time and effort some of you guys spend posting...

    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: Using a SQL Stored Procedure to import an Excel spreadsheet

    This information you have provided is rather skimpy to say the least. If it is possible can you read the article in my signature block and provide as much...

    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: adding single quotes to group of varchars

    May I sugget reading the EXCELLENT article by Jeff Moden

    http://www.sqlservercentral.com/articles/TSQL/62867/

    About half way through the article Jeff has an example that is very, very close to what you want (need)...

    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: Content metadata

    Starting with SQL 2000 Microsoft Introduction "Extended Properties", a brief description of what they can be utilized for is:

    Using Extended Properties on Database Objects

    Microsoft® SQL Server™ 2000 introduces extended properties...

    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: SUM() from SELECT CASE?

    Here is another way that might work for you.

    CREATE TABLE #Table_1

    (

    [Doc] [varchar](50) NULL,

    [Prodtype] [varchar](50) NULL,

    [TERM] [int] NULL,

    [Yr] [int] NULL,

    [MTH] [int] Null

    )

    INSERT INTO...

    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 sign of things to come?

    I can not help but wonder, if the bean counters (Accountants) have taken into consideration the considerable cost associated with such a switch. That is the cost of retraining...

    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: Creating an ERD for a school

    Akhlaq.

    It would assist us in assisting you if you can:

    1. Post your current code that promotes the student, that is increments the classid value.

    2. Describe what you want...

    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 to find common sounding words in database?

    May I suggest that you read the topics in Books On Line (BOL) titled Full-Text Search... be prepared there is a lot to read, but you should be able 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: [Excel Destination [320]] Error: SSIS Error Code

    This is a duplicate posting .. with SQL Server 2005 Integration Services.

    For the most assistance please post to only one topic ....

    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: Running SQL Server 2000 & 2005 Client on same machine

    Have installed both (Express versions) without any obvious problems. I Use Query Analyzer for 2000 work and SQL Server Management Studio (SSMS) for 2005, although SSMS can be used...

    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: Cannot convert nvarchar datatype to int error

    Try this:

    select A.Account_number, A.Customer_name, A.Known_As,

    A.Legacy_Account_Number, A.Account_Established_Date,

    CASE A.Customer_Status

    WHEN 'I' THEN 0

    ELSE 1

    END,

    A.Account_Established_Date

    from

    dbo.BILL_TO_Customers 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: Deploy SSIS package and setup SQL job for that SSIS pacakge

    Techybala -- In the upper right hand corner of this page is a Search window. Input SSIS and you will obtain a list of articles / school videos on...

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