Viewing 15 posts - 2,656 through 2,670 (of 7,498 total)
No, the message only states something is wrong.... which we already knew 😉
Can you check the maintenance plan log, or enable it ?
November 8, 2010 at 5:43 pm
Don't just rely on the ddl trigger taking for granted it is active.
Set up a sqlserver event monitoring, so you detect when the trigger is being disabled ("disable trigger"...
November 8, 2010 at 4:42 pm
as you have noticed any trigger is "in transation".
Your transaction will not complete until your trigger is completed.
Check out SQLServer service broker to get a async solution for this.
Service broker...
November 8, 2010 at 4:35 pm
Keep in mind you posted in a SQL2005 forum. Maybe ask SSC to shift it to a SQL2008 one.
- please post the actual backup error message (check your sqlserver logs)
November 8, 2010 at 4:29 pm
Have a look at SQLCMD in books online !
hmm ... so you're going to have users write your sqlscript and direct upload/update your prod db ??
If that user just needs...
November 7, 2010 at 5:36 pm
I would double check this query using a simple select.
Select COUNT(*) nRows
FROM dbo.convertr$
inner JOIN dbo.tbl_RadioRates
ON SUBSTRING(dbo.convertr$.STA_CODE, 2, 4) =...
November 7, 2010 at 5:25 pm
Jack Corbett (11/7/2010)
November 7, 2010 at 3:51 pm
Jeff Moden (11/7/2010)
November 7, 2010 at 3:44 pm
Jack Corbett (11/5/2010)
November 5, 2010 at 12:15 pm
Roy Ernest (11/5/2010)
November 5, 2010 at 12:12 pm
Jack Corbett (11/5/2010)
Grant Fritchey (11/5/2010)
November 5, 2010 at 7:16 am
GSquared (11/5/2010)
CirquedeSQLeil (11/4/2010)
Grant Fritchey (11/4/2010)
CirquedeSQLeil (11/4/2010)
November 5, 2010 at 6:54 am
Paul White NZ (11/5/2010)
ALZDBA (11/5/2010)
I received feedback from MS ....
Wouldn't it be nice if MSFT put a bit more effort into their replies on Connect?
Just confirming the bug is nice...
November 5, 2010 at 5:37 am
Here's a nice WP from SQLCAT that highlights about high availability and mentions the major topics a SLA/DRP should have:
November 5, 2010 at 1:52 am
I received feedback from MS ....
...
The problem is that we were trying to apply a particular optimization that doesn't work with table variables. The bug has been fixed for the...
November 5, 2010 at 12:58 am
Viewing 15 posts - 2,656 through 2,670 (of 7,498 total)