Viewing 15 posts - 5,761 through 5,775 (of 6,678 total)
GilaMonster (12/29/2008)
Jeffrey Williams (12/29/2008)
This could also...
December 29, 2008 at 3:12 pm
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...
December 29, 2008 at 11:55 am
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...
December 29, 2008 at 11:22 am
I know - I have now updated my signature and added two links, one of which is that article.
December 29, 2008 at 10:43 am
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...
December 29, 2008 at 10:01 am
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...
December 29, 2008 at 9:54 am
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...
December 29, 2008 at 9:51 am
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...
December 28, 2008 at 10:30 pm
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. ...
December 28, 2008 at 1:16 pm
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...
December 28, 2008 at 11:12 am
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...
December 28, 2008 at 10:48 am
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...
December 28, 2008 at 10:27 am
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...
December 28, 2008 at 10:08 am
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...
December 28, 2008 at 9:50 am
Not sure I follow all of your dialog - but, if I am reading this correctly you are trying to access a report in SSRS on ServerA that accesses the...
December 27, 2008 at 10:18 am
Viewing 15 posts - 5,761 through 5,775 (of 6,678 total)