Forum Replies Created

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

  • RE: DeadLock

    can you please post your script that sends emails?

  • RE: Monitoring Disk Space and Sending Alerts with TSQL

    hello, thank you for your script, question how can i run with my other servers?

  • RE: average percent of growth

    in the article it says to create an ssis package, would you happen to you the steps? can i use the export/import wizard? do i put the code in a...

  • RE: OLE Automation

    thank you again

    😀

  • RE: average percent of growth

    hi Ignacio, i am trying to do what the article says to be able to get the information from the other servers but the problem is that my other servers...

  • RE: OLE Automation

    humm... ok let me see if i can follow the article without doing it then. thank you for all your help!!! i really apreciate it.

  • RE: OLE Automation

    thank you!, i just needed for to this http://www.sqlservercentral.com/articles/Integration+Services/61774/

    I am not sure what you mean with disconnecting from sql objects eventhough i am doing it first in my development server...

  • RE: OLE Automation

    thanks so like this:

    sp_configure 'show advanced options', 1;

    GO

    RECONFIGURE WITH OVERRIDE;

    GO

    sp_configure 'Ole Automation Procedures', 1;

    GO

    RECONFIGURE WITH OVERRIDE;

    GO

    EXEC sp_configure 'xp_cmdshell', 1

    GO

    RECONFIGURE WITH OVERRIDE

    GO

    after i ran it i get this :...

  • RE: copying data from one DB to another

    ok thanks!

  • RE: OLE Automation

    is this correct?

    sp_configure 'show advanced options', 1;

    GO

    RECONFIGURE;

    GO

    sp_configure 'Ole Automation Procedures', 1;

    GO

    RECONFIGURE;

    GO

    EXEC sp_configure 'show advanced options', 1

    GO

    RECONFIGURE

    GO

    EXEC sp_configure 'xp_cmdshell', 1

    GO

    RECONFIGURE

    GO

  • RE: Synchronize data

    Thank you guys!! 🙂

  • RE: copying data from one DB to another

    hi quick question when you use the import\export data wizard does that lock the source tables?

  • RE: Synchronize data

    thank you, for now eventhough the back up and restore seems to be the easiest way to update the data of the tables, we can't do it since in the...

  • RE: optimizing query

    the execution plan shows a couple of parallelism cost 1% and a couple of hash match cost 2%. No index scans.

  • RE: optimizing query

    thank you i will.. for now can you just tell me if putting the with (NOLOCK) for each select statemment is good? this is only a select query, no updates.

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