Forum Replies Created

Viewing 15 posts - 571 through 585 (of 628 total)

  • RE: Trigger syntax

    It looks to me like you may have added an 's'

    Where Inserted.clPDBtypes=4;

    just a quess but I assume this should be type not types

    Dan

    If only I could snap my figures and have all the correct indexes apear and the buffer clean and.... Start day dream here.

  • RE: stored procedure that will get all records for date range

    Not to ask a dumb question but since you are not looking for the vstextid parameter to come in have you tried removeing the where clauses that use the @vstextid....

    Dan

    If only I could snap my figures and have all the correct indexes apear and the buffer clean and.... Start day dream here.

  • RE: Jump to report option giving error

    In the navigation tab you should be able to select the parameters you want to be passed have you defined those?

    Dan

    If only I could snap my figures and have all the correct indexes apear and the buffer clean and.... Start day dream here.

  • RE: Linked Server Security using Windows Login

    I have always setup login mapping but I can not tell you now if I do that as part of a relex action or if it is becuase I have...

    Dan

    If only I could snap my figures and have all the correct indexes apear and the buffer clean and.... Start day dream here.

  • RE: When not to use a temporary table?

    I was not so much disagreeing with you as much as I was challenging my own belief. The tempdb is a very useful tool and I am guilty of...

    Dan

    If only I could snap my figures and have all the correct indexes apear and the buffer clean and.... Start day dream here.

  • RE: When not to use a temporary table?

    Another though would be that since the original problem states that the have to reboot would they not see a huge change in the amount of time it takes to...

    Dan

    If only I could snap my figures and have all the correct indexes apear and the buffer clean and.... Start day dream here.

  • RE: When not to use a temporary table?

    I see what you are saying but surely a select of 20 Mil rows from a properly indexed table is not the same as writing 20 million rows to a...

    Dan

    If only I could snap my figures and have all the correct indexes apear and the buffer clean and.... Start day dream here.

  • RE: What Do We Want?

    In SSMS I would love to see some basic functions that have been around in any good code editor for a long time. If I miss a comma highlight...

    Dan

    If only I could snap my figures and have all the correct indexes apear and the buffer clean and.... Start day dream here.

  • RE: When not to use a temporary table?

    With all respect

    How would writing 20 Million rows to a temp table not be part of the problem even with the for-mentioned query problems. I would be very surprised if...

    Dan

    If only I could snap my figures and have all the correct indexes apear and the buffer clean and.... Start day dream here.

  • RE: SSIS Excel Export

    Yes that is roughly the idea. I define a blank spreadsheet give it pretty headers call the worksheet something useful. remove the extra worksheets that I don't need....

    Dan

    If only I could snap my figures and have all the correct indexes apear and the buffer clean and.... Start day dream here.

  • RE: Add filename of the imported files in DTS

    I may be missing the point but I assume you already determined the file name for import sinc you have that value can you not introduce that file into the...

    Dan

    If only I could snap my figures and have all the correct indexes apear and the buffer clean and.... Start day dream here.

  • RE: When not to use a temporary table?

    I think the first thing you should check if you have not already is where is your tempdb located and what is the size of it? If your tempdb fills...

    Dan

    If only I could snap my figures and have all the correct indexes apear and the buffer clean and.... Start day dream here.

  • RE: SSIS Excel Export

    Assuming you are creating a new sheet from scrath then the default worksheet would be sheet1

    the sheet name provided in the excel destination must match one that is in the...

    Dan

    If only I could snap my figures and have all the correct indexes apear and the buffer clean and.... Start day dream here.

  • RE: Problem with EXCEL

    Is the leading zero required? If it is and you are using a template excel file and not a new file then set that field as text in your template...

    Dan

    If only I could snap my figures and have all the correct indexes apear and the buffer clean and.... Start day dream here.

  • RE: Parameter validation

    I am not sure how I missed this solution but here is a link to a page that handles this.

    http://stackoverflow.com/questions/606621/reporting-services-parameter-constraint

    The last option does infact prevent the query from being submited...

    Dan

    If only I could snap my figures and have all the correct indexes apear and the buffer clean and.... Start day dream here.

Viewing 15 posts - 571 through 585 (of 628 total)