Forum Replies Created

Viewing 15 posts - 21,631 through 21,645 (of 26,484 total)

  • RE: Are the posted questions getting worse?

    Jeff Moden (4/7/2009)


    Actually, there are a dozen or so good folks on this forum that I'd like to see get the MVP.

    I did a little more reading, Jeff. As...

  • RE: Are the posted questions getting worse?

    Steve Jones - Editor (4/7/2009)


    The MVP certainly isn't a ton of knowledge. It's a community contribution award.

    Arguably I haven't contributed anything substantial to the SQL knowledge base in quite some...

  • RE: Select *

    Using SELECT * is just lazy. Do all the queries that are being run need all the columns from all the rows everytime? that is the question I'd...

  • RE: MAX DATE

    Bob Hovious (4/7/2009)


    Yet the poster apparently has more control than you would think 😉

    Actually, depending on what and how they are doing things, there are "ways" around the tools. ...

  • RE: MAX DATE

    Bob Hovious (4/7/2009)


    You can tell that from the table and column names, I suppose.

    Yes. I provide SQL Server support for our PeopleSoft developers, so I have learned a bit...

  • RE: Manners

    Jeff Moden (4/7/2009)


    Jeff Moden (4/6/2009)


    Lynn Pettis (4/5/2009)


    Well said, both the editorial and the pod cast. From that, I really think that my blog posts are particularly relevant. For...

  • RE: Looping Sql Server

    saranram_forum (4/7/2009)


    Hi,

    I need T-SQL.Pls give the solution.

    Solution to what? You haven't provided us with enough information do help you yet. Have you read...

  • RE: Not able to add user

    Looks to me like that may be a third party or in-house routine. I'm not familiar with it and a search of the web on Google and Yahoo don't...

  • RE: Not able to add user

    Not really sure, you haven't told us much. Are you getting an error of some sort? If so, what is the error you are receiving? That would...

  • RE: Are the posted questions getting worse?

    Roy Ernest (4/6/2009)


    And it is no surprise that Lynn is dealing very patiently. He is THE SAINT.. 🙂

    Next I want to see Lynn being nominated as MVP...

    I appreciate the sentiment,...

  • RE: restore to different machine(instance) problem

    Run the following code, putting the output to a .txt file and upload that file here.

    RESTORE FILELISTONLY FROM DISK = 'C:\SASE\DatabaseOldBackup\SASE041202'

  • RE: restore to different machine(instance) problem

    vrabhadram (4/6/2009)


    Is the SQL I have written:

    i have only the backup of this databse. at present we dont have that server.

    RESTORE DATABASE SASE

    FROM DISK = 'C:\SASE\DatabaseOldBackup\SASE041202'

    WITH REPLACE, MOVE 'SASE_log2' TO...

  • RE: restore to different machine(instance) problem

    If you remember, I also asked you for the logical and physical files names. To assist further, I will need this information from both servers for this database.

  • RE: restore to different machine(instance) problem

    Simple answer, the server you are attempting the restore on is not configured the same as the server from which you are attempting a restore.

    Since they are not the same,...

  • RE: restore to different machine(instance) problem

    Please explain why the error is comming.The backup set holds a backup of a database other than the existing 'SASE' database

    I'm not really sure what you mean by...

Viewing 15 posts - 21,631 through 21,645 (of 26,484 total)