Forum Replies Created

Viewing 15 posts - 3,586 through 3,600 (of 3,665 total)

  • RE: SQL Server on our PC

    You can install the developer editions as many times as you want, as long as it's only being used by one user for development or demonstrations. You cannot install...

  • RE: SQL Server on our PC

    I believe the Developer Edition for SQL 2008 is only $50. That's not a bad investment if you want all the feature, as long you're not using it for...

  • RE: DBA Morning Check List

    paul.t.silvey (9/8/2008)


    Automate this stuff.... why manually look... but do not have you database server watch itself. That is like an internal investigation. Not much checks and balances there.

    I...

  • RE: All agent jobs returning error

    Have you tried just stopping and restarting SQL Server Agent?

  • RE: All agent jobs returning error

    If the jobs have TSQL steps, check that the database in the job step is accessible. Check that the SQL command can be executed outside of the job, from...

  • RE: All agent jobs returning error

    Also check each job to see who it "Runs As"

  • RE: iFTS

    The last option says "uploading an existing stoplist", not "uploading an existing dictionary file".

  • RE: Data Warehousing?

    PaulB (9/10/2008)


    Alvin Ramard (9/10/2008)


    Backup of the abacus would be easy. Just take a picture and store it in a safe place.;)

    That would be good for DR... you can send...

  • RE: Data Warehousing?

    The backup process may be a bit tricky though.

    Backup of the abacus would be easy. Just take a picture and store it in a safe place.

    😉

  • RE: Data Warehousing?

    I agree this is not a data warehouse but I can't help but wonder what would happen if the large table was put thru a simple normalization process. The...

  • RE: Index error on complex UPDATE statement that sets local variables

    Have you verified that the index does exist?

  • RE: Dynamic creat database

    There's at least to more places where @name is used and you should make the changes there too.

  • RE: Dynamic creat database

    I believe the problem is caused by @name being inside the double quotes so SQL server is seeing @name instead of the value you intended to pass.

    Try closing...

  • RE: Thinking of starting a dating site for DBAs

    Simon_L (9/5/2008)


    oh dear god.. do some of you never leave the darkened corners of the server room ?!!

    Do you really need to ask?

    Actually I do leave work regularly, thanks...

  • RE: Thinking of starting a dating site for DBAs

    SKIRT?!?

    WHERE???

Viewing 15 posts - 3,586 through 3,600 (of 3,665 total)