Forum Replies Created

Viewing 15 posts - 2,611 through 2,625 (of 3,221 total)

  • RE: What are the db users and db logins...why associate them?

    Might I suggest you start / extend your education abut SQL Server 2005 by using the Search box at the top of this page and search on "Security"....

    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: Function to search string enclosed within brackets

    I would recommend that your read this article by Jeff Moden

    http://www.sqlservercentral.com/articles/T-SQL/63003/

    contains enough sample code to do what you want to do

    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: Schedule DB Backups in SQL 2005 Express

    Try reading this article

    http://www.sqldbatips.com/showarticle.asp?ID=27

    or

    http://www.sqlservercentral.com/articles/Tools/64908/

    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 Report Excel Export

    Mike AAAUUUUUUUGGH for my first recomendatin, just one more wild possibility - set the cells so that text wraps. Note text with text containing a tab...

    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 Report Excel Export

    Mike

    Not sure if this is what you are looking for, but try this in your next Excel report.

    Manually

    Select adjacent columns by clicking on the column headers(I selected 4)

    On the main...

    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: Export to Excel inside a Stored Procedure

    If you run just the SELECT statment

    select distinct cod_artigo,

    sum(qtd) as qtd,

    sum(tpvp) as tpvp

    from Daily_Sales

    where (Cod_Forn=@Cod_Forn)

    and (Cod_Familia=@Cod_Familia)

    group by cod_artigo

    How long does this take?

    Can you post your table structure, indexes, number...

    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: Export to Excel inside a Stored Procedure

    I agree with Gsquared's suggestion but if you do not desire to use DTS Read about OPENROWSET in Books On Line

    The following example can not be used to write...

    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: csv file upload

    Learning_Phase

    My fault, please accept my apologies

    forgot to tell you that

    DefaultDir=F:\;'',

    in place of the F:\; should be the path to your .csv for example

    DefaultDir=C:\Test Data\myfile.csv;' ,

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

    Roy Ernest

    With all due respect, I disagree. In SSC, yea you are right or maybe right. But not in your own DB at your work place. If you want 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: csv file upload

    Learning_Phase

    The answer is Yes there is. The sample code below will do just that.

    Each column in the table created will be VARCHAR(250) with the column names...

    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 2008 on XP

    Greg please do not take this as anything other than some friendly advice. Un install the company version. Go to AMAZON.COM and for less than $50 USD, purchase...

    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 2008 on XP

    Greg ... I have installed the Developer Edition on a desktop using Windows XP pro ... Be sure to check ALL the requirements, for example you needl dot net...

    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: Update statment with L and R trim

    Yulichka

    What is the objective of the Update T-SQL statement you are asking for assistance in creating?

    What was the database setting for ANSI_PADDING when these particular columns were...

    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: Database Roles

    dphillips

    On the history of questions, I think the potential frequency of duplication is very low, and would have no impact and user experience here... so I guess I will quit...

    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: Database Roles

    dphillips

    Obviously there is not much QA vetting by an alternate person before the questions are deployed.

    As to the question writing challenge: is there a way to know the potential 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]

Viewing 15 posts - 2,611 through 2,625 (of 3,221 total)