Forum Replies Created

Viewing 15 posts - 61 through 75 (of 114 total)

  • RE: Log Shipping - Add Destination Database

    I figure out the answer.

  • RE: Managment Studio Query Window

    Great! Thanks Aunt Kathi!

  • RE: Restore transaction Log failed

    I used the Database Maintenance Plan Transaction Log Backup.

    While the Recovery Model is Full

  • RE: Restore transaction Log failed

    I know that.

    That is my last full backup @ 1:00 AM

    Then, the transaction log backup @ 2:00 AM

     

  • RE: Restore script failing but using restore GUI works!

    it is a local server.

  • RE: Restore script failing but using restore GUI works!

    output                                                                                                                                                                                                                                                         

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

    The system cannot find the file specified.

    NULL

    (2 row(s) affected)

  • RE: Restore script failing but using restore GUI works!

    Good eye, SQLBill.

    I made a typing typo here.

    I manually run the script from Query Analyzer that have a SA credentials.

    I checked and run this: Xp_cmdshell 'dir E:\Scipts\FULLBACKUP.BAK'

    output                                                                                                                                                                                                                                                         

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

     Volume...

  • RE: SQL 2005 SP2 CTP

    I installed the SP2 CTP but the Database Services part is Failed.

    What should I do to fix?

  • RE: dynamic sql

    Thanks for the help Sergiy! You're the MAN!!!

  • RE: dynamic sql

    YES, just plain sql stmt...

    select * into #temp from basis

  • RE: dynamic sql

    what's crytical?

    You mean critical?

    Nope, I created #temp from different table using into stmt.

    e.g. select * into #temp from basis

  • RE: dynamic sql

    ok, I created and populated the #temp table before the stmt I provided above.

    they all in a script I run in Query Analyzer.

    IN BOL, Temporary Tables

    SQL Server supports temporary tables....

  • RE: dynamic sql

    your question not related to my question 'coz

    I'm asking why if I run exec(@sqlstmt) there is no output

    instead of running the stmt:declare @cnt int SELECT @cnt = count(1) FROM...

Viewing 15 posts - 61 through 75 (of 114 total)