Forum Replies Created

Viewing 15 posts - 541 through 555 (of 643 total)

  • RE: Temp Table Vs Table Variable

    Ninja's_RGR'us (12/7/2011)


    Divine Flame (12/7/2011)


    In short, you should use Table Variables when it has to contain very small chunk of temporary data (i.e. few rows only). If the temporary data size...


    Sujeet Singh

  • RE: ISDATE (date in UK format DB in US format)

    Edward-445599 (12/7/2011)


    I am using the function ISDATE against column of type varchar which is a date in UK date format (dd/mm/yyyy) but the Database ‘s collation has the date format...


    Sujeet Singh

  • RE: SQL SERVER 2005 Transaction Replication Debugging

    ericwenger1 (12/6/2011)


    Just to give you more details, I got the replication happening continously. We shot down the idea of using log-shipping which would have been much easier because they wanted...


    Sujeet Singh

  • RE: Temp Table Vs Table Variable

    In short, you should use Table Variables when it has to contain very small chunk of temporary data (i.e. few rows only). If the temporary data size is huge, you...


    Sujeet Singh

  • RE: Find the object name which is causing blocking

    beejug1983 (12/6/2011)


    Hi,

    How to find root cause of blocking. If SPID 1 is blocking SPID 2,3,4,5,6 then how can I find the object name in SPID 1.

    Thanks in advance.

    Execute below command...


    Sujeet Singh

  • RE: Need Script to create log file

    anandha31 (12/6/2011)


    Dear Sujeet,

    Thanks for your reply. Actually I want to know when data are inserting / updating / deleting into the table and by whom...


    Sujeet Singh

  • RE: Exam 70-448

    There is no self paced training kit available for 70-450, don't know when it will come :unsure:.


    Sujeet Singh

  • RE: Need Script to create log file

    OR BTW, I forgot to ask, do you really want to create a log file i.e. (.ldf file) because your database has got corrupt OR you have only the data...


    Sujeet Singh

  • RE: Need Script to create log file

    anandha31 (12/6/2011)


    Dear All,

    I need to create a log file in SQL Server 2008 which records the activities of the tables such as...


    Sujeet Singh

  • RE: which High Avaiblity Option is better?

    Go with Transactional Replication if you want your report server updated in real time.

    However , as you said that your manager wants the report server to be updated every...


    Sujeet Singh

  • RE: Disk Space Notification

    Message

    Executed as user: NT AUTHORITY\SYSTEM. SQL Mail does not work with the 64-bit version of SQL Server [SQLSTATE 42000] (Error 17938). The step failed.

    ------------------------------------------------

    how can i fix that?

    This is...


    Sujeet Singh

  • RE: best practice or Standards for Maintanance task planing

    You are most welcome :-).


    Sujeet Singh

  • RE: One to ponder - Why is this Execution Plan "randomly" changing?

    1. As the data is frequently inserted & deleted, get the fragmentation report beforehand so that you know when to rebuild the indexes proactively.

    (You can schedule a job to get...


    Sujeet Singh

  • RE: != is it the same is <> what is better to use?

    != and <> are same, it just depends on your coding style, whatever you like :cool:.


    Sujeet Singh

  • RE: Run Storedprocedure syntax dynamically in database

    Sarvesh Kumar Gupta (12/6/2011)


    Hi,

    I wrote following syntax:

    exec 'Create proc sarvesh as Begin Select 0 end'

    but it gives error, pls run this and send me right syntax.

    As anthony said, you can...


    Sujeet Singh

Viewing 15 posts - 541 through 555 (of 643 total)