Forum Replies Created

Viewing 15 posts - 331 through 345 (of 628 total)

  • RE: I really need some recommendations for this query

    Sorr I had to reformat the query so It could be veiwed easily.

    SELECT

    vc.charge_id,

    vc.service_item_id,

    (

    Select top 1 sim.description

    from services sim

    where vc.service_item_lib_id = sim.service_item_lib_id

    and vc.service_item_id = sim.service_item_id

    ),

    vc.cpt4_code_id,...

    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: Editing an SSIS Package

    while connected to Integration services under msdb you can right click on the SSIS and export it to a file. you can then right click on the file once...

    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: how to get Getdate() without using convert or cast

    K I have to ask why should you not use cast or convert?

    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: SQL Join Help

    In the attached image, there are several null values because there are more than just 2 additional tables.

    I think you lost me here. what do you mean there are more...

    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 is the Point in Updating the PK in an UPDATE Stamenet

    that about sums it up. I even have a few DB's with what I refer to as a self destruct table.

    The best example is a progrma I will not...

    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 is the Point in Updating the PK in an UPDATE Stamenet

    I saw something like this once.

    What I discovered was what I considered to be lazy programming but basically there was a trigger that fired on upate. The belief was that...

    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: this query taking too much time.please anybody help me..what is problem in this query

    The stuff function can be pretty resource intensive combined with a distinct in the same query this could tak some time if you are dealing with a large number 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: SQL Join Help

    If you could post the Query you are attempting to use that might help us determine what you rproblem is without reinventing the wheel. I am not sure I...

    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: Running SSMS on a Production Server

    I don't know that you would see much of a performance difference. SSMS is retty light on resources and any Querires they submit are run on the server side regardless...

    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: Sql Server 2000 Certification

    This is industry behavior as new products come out old products are outdated and roll off of support. Microsoft is currently at SQL Server 2008 and that is 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: Kudos to the Community

    I realize that some of the threads may be less than lovely as suggested but If you have spent any time on other boards around the IT community you know...

    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: SQL Select Queries

    there is a T-SQL group under the 2005 group.

    http://www.sqlservercentral.com/Forums/Forum338-1.aspx

    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: SQL Select Queries

    What is your question?

    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: Converting Access Query/Macro to SSIS??SSAS??

    I do not beleive there is a migration tool however if you are just wanting to learn SSIS then Microsoft has some really good tutorials on SSIS with walk through...

    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: Kudos to the Community

    Being relatively new to the community I can not claim much responsibility for helping anyone yet but I would like to add that having been in many areas of IT...

    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 - 331 through 345 (of 628 total)