Forum Replies Created

Viewing 15 posts - 5,761 through 5,775 (of 6,679 total)

  • RE: Dynamic Coding

    Okay, I am still not clear what you are trying to say. If you have replication enabled between two databases and these objects which you have created synonyms for...

  • RE: Differential Backup Failures

    GilaMonster (12/29/2008)


    Jeffrey Williams (12/29/2008)


    Changing the recovery model from full to simple will invalidate the backup chain - causing differential backups to fail with the error you are getting.

    This could also...

  • RE: Differential Backup Failures

    Changing the recovery model from full to simple will invalidate the backup chain - causing differential backups to fail with the error you are getting.

    This could also be caused (I...

  • RE: what will be the value of YEAR(GETDATE()) + MONTH(GETDATE()) + DAY(GETDATE()))

    It is definitely a huge mistake to store dates as integers. This is just one of the many issues you are going to run into - but, if you...

  • RE: ERROR trying to backup from Dataprotector

    I know - I have now updated my signature and added two links, one of which is that article.

  • RE: Dynamic Coding

    Tracey, I am not sure what you are asking here. If you drop and create a synonym - the synonym will now be a synonym for the new object.

    Synonyms...

  • RE: ERROR trying to backup from Dataprotector

    Gail - I have to make sure I remember this link. I see this issue so often now that it would just be easier to link to the article...

  • RE: system table for SQL server agent

    To add to what Jonathan has stated - I prefer a scripted solution since that does not require an instance of SQL Server be available for monitoring. For something...

  • RE: ERROR trying to backup from Dataprotector

    The error is telling you everything you need to know.

    Error message: ' [Microsoft][ODBC SQL Server Driver][SQL Server]The log file for database 'Indicadores' is full. Back up the transaction...

  • RE: How to calculate the Bi-weekly in SQL

    Christian - the semi-colon is required before a CTE WITH statement. I personally prefer prefixing the WITH instead of relying upon the previous statement ending with a semi-colon. ...

  • RE: system table for SQL server agent

    I would use Powershell and WMI to check service status.

    This will get you started, all you need to do is look at the examples for how to loop through a...

  • RE: Semi joins

    No need to run the test code - I did say *may*...;)

    Now, if you look at what the OP posted - you'll see that the WHERE IN is also a...

  • RE: Semi joins

    Just to be clear - EXISTS does not return any rows at all. Exists stops processing as soon as a match is found. The EXISTS query may be...

  • RE: Changing Taxonomy

    I would recommend that you don't get rid of the data corruption forum. It should be one that stands by itself for those cases where someone is really in...

  • RE: Modify Maintenance Plan thrown error Invalid memory locaiton

    From a query window execute SELECT @@VERSION and also from SSMS go to Help | About and show us the results for both. These kinds of errors can generally...

Viewing 15 posts - 5,761 through 5,775 (of 6,679 total)