Forum Replies Created

Viewing 15 posts - 46 through 60 (of 307 total)

  • RE: Cannot access 1 database

    Hi Jack,

    Backup is SQL Native backup. about the MMC snap-in is it in EM?

    "-=Still Learning=-"

    Lester Policarpio

  • RE: Stored Procedure to restore a database with 6 .mdf files and 1 .ldf file

    All you have to do is to supply the necessary informations in this part of the scipt

    --Set Values to the variables

    SET @newpath_mdf = 'C:\put path here)\' --new path wherein you...

    "-=Still Learning=-"

    Lester Policarpio

  • RE: SHRINK LOG FILES in SQL 7

    Actually our servers do not backup log files. when i arrived at the company they are set to full recovery but not backing logfiles. We decided to change the recovery...

    "-=Still Learning=-"

    Lester Policarpio

  • RE: SHRINK LOG FILES in SQL 7

    Thanks Clive I was also advised by my officer about transactions not comitted to the database that cause the shrink to fail I think a full backup then shrink will...

    "-=Still Learning=-"

    Lester Policarpio

  • RE: Stored Procedure to restore a database with 6 .mdf files and 1 .ldf file

    If your in MSSQL 2000 or 7 try the script below but test it first on your testing server

    /*************************************************************

    Script made by : Lester A. Policarpio

    Email Address : lpolicarpio2001@yahoo.com

    Date Created :...

    "-=Still Learning=-"

    Lester Policarpio

  • RE: Is this possible?

    I think the 1st solution will not be applicable since he will not be permitted to install a client connectivity. I've read some articles about psexec I think this will...

    "-=Still Learning=-"

    Lester Policarpio

  • RE: xp_smtp_sendmail connection error

    Thank you very much for your help!! what values do i need to input in the server where I am connecting? do I need to copy the values in the...

    "-=Still Learning=-"

    Lester Policarpio

  • RE: DTS package to delete all rows from excel

    Are the columns the same for the new and old excel file? you can try creating an excel file that will stand as your template save it to a location...

    "-=Still Learning=-"

    Lester Policarpio

  • RE: Execute stored proc question!

    Mh (8/14/2008)


    I have a simple question, I am trying to execute a storedproc the following way which has about 5 input parameters.

    SQL:

    Execute storedproc

    Select col1,col2,col3,col4,col5 from #Temp

    I am passing in col1,col2,col3,col4,col5...

    "-=Still Learning=-"

    Lester Policarpio

  • RE: Instead of Using Cursor? Other Ways?

    "I think" it can be done using a tally table. Some experts here in the forum maybe can share something about it.

    And also please read the article of The...

    "-=Still Learning=-"

    Lester Policarpio

  • RE: Need stored procedure or query

    For your 1st question...

    I am in a banking industry and hadling 40+ branch servers. I made a script which will run 1 query to the entire branch servers so whenever...

    "-=Still Learning=-"

    Lester Policarpio

  • RE: Automatically Restores All database ".BAK" Files

    @vambati,@avipenina

    Guys any feedback on the answers i gave you???

    "-=Still Learning=-"

    Lester Policarpio

  • RE: Linked server error

    Can you post the trigger schema you created and the process of updating the link server?

    "-=Still Learning=-"

    Lester Policarpio

  • RE: Database auditing

    What else do you need to monitor???

    "-=Still Learning=-"

    Lester Policarpio

  • RE: BCP Remote Files

    Angel Miranda Nieto (8/7/2008)


    Hello to everyone, I try to explain my problem, i need with BCP utility put a file in remote machine, I writed this script exec master..xp_cmdshell 'bcp...

    "-=Still Learning=-"

    Lester Policarpio

Viewing 15 posts - 46 through 60 (of 307 total)