Forum Replies Created

Viewing 15 posts - 40,711 through 40,725 (of 49,571 total)

  • RE: Help Performance Tune this Code please

    Dean Jones (3/2/2009)


    I have tried the index with the INCLUDE statement, and although it doesnt seem to make much diffrence to be honest, in fact when used in the view,...

  • RE: HELP ME

    saravanantvr1984 (3/2/2009)


    I need to fetch the values from database table ,like when update, delete,or

    insert happening. If we using trigger we can do only for particular table,

    but i...

  • RE: How to pass sql statment to stored procedure?

    Performance-wise it'll be about the same. However, as soon as you start using dynamic SQL you're creating a whole bunch of security issues and concerns, from greater permissions required (permissions...

  • RE: How to pass sql statment to stored procedure?

    Why do you want to pass an entire statement to a stored procedure?

  • RE: PageSize

    Are you talking about reporting services? Something else?

  • RE: Conditionally Start Replication

    The snapshot agent runs as a job. Don't give it a schedule and then, in your other job, when you want it to start, call sp_start_job with the name of...

  • RE: Are the posted questions getting worse?

    Ninja's_RGR'us (2/28/2009)


    Have you found any advantages of using CS collation?

    No.

    Jeff Moden (2/28/2009)


    What is the advantage to making a whole server case sensitive?

    In the cases I worked on, it...

  • RE: Performance Tuning

    ssismaddy (2/28/2009)


    there is no much difference in data. say, it has 5 tables which are of total size 30gb in prod and 25GB in Dev.

    That's more than enough to...

  • RE: DDLAdmin role is removed

    What is the exact code that is running to create the temp table and what is the exact error that the person gets?

  • RE: DDLAdmin role is removed

    AShehzad (2/28/2009)


    But without adding the user in DDLAdmin role, it was not able to create temp table.

    How is he trying to create them? A temp table's name starts with...

  • RE: Are the posted questions getting worse?

    Jeff Moden (2/27/2009)


    Seems like the only difference between you and me as that I never honor the case of the system objects except for very large auto-generated scripts... even...

  • RE: Performance Tuning

    Is the amount of data the same in both environments?

    Are the indexes the same?

  • RE: question, urgent please!!!

    Mh (2/27/2009)


    I am trying to create third column by concatenating values of col2 with a comma as follows:

    Why?

  • RE: stored proc help needed

    Please post in an appropriate forum next time. The article discussion forums are for discussion of published articles

  • RE: How to rollback in sql server

    klnsuddu (2/27/2009)


    In ORACLE, we have ROLLBACK; statement to rollback the changes

    The statement is exactly the same in SQL Server. ROLLBACK or ROLLBACK TRANSACTION. The main difference is that in...

Viewing 15 posts - 40,711 through 40,725 (of 49,571 total)