Forum Replies Created

Viewing 15 posts - 301 through 315 (of 609 total)

  • RE: Index

    nope, the job was successfull.

  • RE: Index

    I looked at the schema change history but got only changes what i have made today (create index) but i did rebuild indexes month ago which is done from an...

  • RE: Bulk Insert

    Is there a way to get t-sql code for Import/Export wizard ? Actually i want to get the code and add some where clause to the bulk insert.

  • RE: How to restrict DBowner to Drop Database?

    John

    could you let me know how to do the trigger ?

  • RE: Views

    any other thoughts on improving performance on my views ?

  • RE: Views

    All the databases are partitioned but still we want to split them for which we have reasons to do. The reason is that we backup and restore database from stage...

  • RE: Recovery State

    It took 2 days for the delete process though it is not finished and now ots rebooted hoping it may take the same 2 days again to recover which i...

  • RE: error handling

    Ok i think i figured the problem, I do run these proc fro mdiffernt server at same times may be 2 oe 3 jobs which kick this procedure for...

  • RE: error handling

    EXEC Revnue.RevEmpAgg.[dbo].[usp_insertempcount] @empid,@jobrole,@startdate

    EXEC msdb.dbo.sp_send_dbmail

    I am running the above proc in a job from ServerA but the proc is on ServerB.

    Apart from the warning message i am also seeing this...

  • RE: Access to Non sysadmins

    any comments on this ? 😎

  • RE: transfer sql login

    I did run sp_help_revlogin to transfer logins but is there a way to find the paswd for that account ?

  • RE: DML ?

    so how do i make sure INSERT is not conflicted with UPDATE ? what i need to force in T-SQL to do so?

  • RE: Attach

    It still sounds strange to me and could not figure out actual cause. I am also planning to do this on regular basis so as to move my dev databases...

  • RE: Attach

    All tables had "dbo" as the owner.

  • RE: Attach

    Looks like not many had this kind of issues, that is interesting.

Viewing 15 posts - 301 through 315 (of 609 total)