Forum Replies Created

Viewing 15 posts - 241 through 255 (of 628 total)

  • RE: If you could stop working tomorrow, would you still do SQL?

    I guess what I have a hard time understanding with people saying they would never touch it again is, do you not enjoy sql? Does it not make your mind...

    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: SSRS how to change value in report

    It sounds like you already changed it you just have to deploy the updated report to the report server from VS

    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: SSRS how to change value in report

    If you have not deployed the report then the report has not been updated on the server and therfore will always hold the old value. based on what you...

    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: SSRS how to change value in report

    when you say no change are you saying that when you open it the next time it is still not changed, When you preveiw the report in VS or BIDS...

    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: SSRS how to change value in report

    When you have tried to make the changes are you using visual studio? I do not recommend changing the XML file directly unless you are an advanced user as...

    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: System shutdown

    Based on the event that caused the ASR I would say you have a hardware issue. There is nothing you can do to prevent this, hardware failure will always...

    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: The Oddest Interview Questions

    I am no longer in a position where I have to do interviews but when I was I probably asked alot of questions that people may have veiwed as odd....

    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: If you could stop working tomorrow, would you still do SQL?

    While I applaud the dedication many show and I truly love my job it is just that my job. I am lucky enough to have a job I enjoy...

    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: SSRS to Excel to Access - problems with data types

    It's most likely the difference in data formats and data sampling. For example the standard data format in SQL would not be recognized as a date in Excel and...

    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: Delete 1000 records randomly

    What I have donw in the past to select a random set of data is use the newID() function.

    So select top 10 * from table1

    order by newID()

    NEWID() will generate 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: Merge replication and Upgrade to 2005

    I wish I could. The laptops are used by the fire deparment and contain sensative data. I thought about gathering up some equipment and replicating an environment 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: Help need in writing Query with cte

    select i_s.NO,data_14,data_15,(((data_14/Data_15)+1)/100)-100 as New_Column from dbo.v_Devide

    unless I have vastly misunderstood I am not sure what the cte in teh subject is in reference too.

    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: Delete 1000 records randomly

    is there any criteria or just delte 1000 records randomly?

    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: Merge replication and Upgrade to 2005

    the laptops which are the subscribers in this case will remain at 2000 and replication can not be removed. This is litterly a show stopper scenario for this project....

    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: Strange problem with SQL job

    The job completed successfully but did not take the backup? If this is the case what indication do you have that it did not take the backup?

    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 - 241 through 255 (of 628 total)