Forum Replies Created

Viewing 15 posts - 226 through 240 (of 360 total)

  • RE: SSIS Package issue

    I know changed my package to a Execute SQL Task and removed the cursor out completely and included just the SQL query to pull the data out. I am using...

    “If your actions inspire others to dream more, learn more, do more and become more, you are a leader.” -- John Quincy Adams

  • RE: SSIS Package issue

    The issue here is I need to run this package on every individual database and need to have the output appended to the same recordset destination for each individual database...

    “If your actions inspire others to dream more, learn more, do more and become more, you are a leader.” -- John Quincy Adams

  • RE: SSIS Package issue

    Do SSIS packages support cursors??

    “If your actions inspire others to dream more, learn more, do more and become more, you are a leader.” -- John Quincy Adams

  • RE: Index created date

    ok..thanks

    “If your actions inspire others to dream more, learn more, do more and become more, you are a leader.” -- John Quincy Adams

  • RE: Index created date

    Thanks for the script. I am thinking that the index was created around november 8th,2011. And they were atleast 2 sqlserver service restarts from then and also the server got...

    “If your actions inspire others to dream more, learn more, do more and become more, you are a leader.” -- John Quincy Adams

  • RE: Random Slowness in Insert statment

    I agree with Jeff

    “If your actions inspire others to dream more, learn more, do more and become more, you are a leader.” -- John Quincy Adams

  • RE: Index created date

    If an index has been added recently then you can try to get creation date from the default trace file otherwise there is no way you can do it unless...

    “If your actions inspire others to dream more, learn more, do more and become more, you are a leader.” -- John Quincy Adams

  • RE: Tempdb issues

    Thanks Mat...You were right

    “If your actions inspire others to dream more, learn more, do more and become more, you are a leader.” -- John Quincy Adams

  • RE: Error on Database Server

    I have verified that my database is in multi user mode.

    but all what happened today was:

    http://www.sqlservercentral.com/Forums/Topic1224426-391-1.aspx

    I havent heard any slowness from developers initially. But now I am getting calls.

    Currently the...

    “If your actions inspire others to dream more, learn more, do more and become more, you are a leader.” -- John Quincy Adams

  • RE: Tempdb issues

    update: There was an auto restart this morning and I dint see any errors after that successful auto restart

    But a couple of weeks back I had my SAN Admin carve...

    “If your actions inspire others to dream more, learn more, do more and become more, you are a leader.” -- John Quincy Adams

  • RE: Powershell to send email with attachment only if file is full

    Thanks Alzdba.

    “If your actions inspire others to dream more, learn more, do more and become more, you are a leader.” -- John Quincy Adams

  • RE: Powershell to send email with attachment only if file is full

    ALZDBA,

    I am new to powershell. May I know what this statement does please. Thanks a bunch.

    “If your actions inspire others to dream more, learn more, do more and become more, you are a leader.” -- John Quincy Adams

  • RE: Powershell to send email with attachment only if file is full

    o..ok. The file shdnt grow bigger than 10 Mb, currently its at 388kb and it doesnt append to previously exisiting data as I am clearing the text file at the...

    “If your actions inspire others to dream more, learn more, do more and become more, you are a leader.” -- John Quincy Adams

  • RE: Powershell to send email with attachment only if file is full

    This is my code:

    if((Get-Content "c:\scripts\appevents.txt") -eq $Null)

    {

    Send-MailMessage -To<> -From <> -Subject " " -body "There are no Errors or Warnings" -SmtpServer <>

    }

    else

    {

    Send-MailMessage -To <> -From <> -Subject "" -Attachments "c:\scripts\appevents.txt"...

    “If your actions inspire others to dream more, learn more, do more and become more, you are a leader.” -- John Quincy Adams

  • RE: Powershell to send email with attachment only if file is full

    🙂

    “If your actions inspire others to dream more, learn more, do more and become more, you are a leader.” -- John Quincy Adams

Viewing 15 posts - 226 through 240 (of 360 total)