Viewing 15 posts - 1,666 through 1,680 (of 9,641 total)
Yes you could and should re-write the trigger, but not just because of the error message, which you get whenever you have a rollback in a trigger, there's no way...
April 4, 2012 at 9:52 am
Hey, I haven't gotten the newsletter for today, has anyone else had this issue?
April 3, 2012 at 10:21 am
GilaMonster (3/27/2012)
Is it just me, or does a term like 'That can be done, but people usually learn better' rankle when applied to something you've said?Feels a little condescending.
Not...
March 27, 2012 at 7:34 am
I believe so, since you can connect to any version of SQL Server using ADO.NET. I haven't done it and don't currently have an environment to try it...
March 23, 2012 at 3:16 pm
I wouldn't expect you to get anything back form TRACESTATUS that you didn't already know about. I'm checking all my resources to see if I can find anything about...
March 23, 2012 at 3:13 pm
First you need to determine if you have a good candidate for a clustered index. Check out Kimberly Tripp's blog for this. Here's the last post, http://www.sqlskills.com/BLOGS/KIMBERLY/post/The-Clustered-Index-Debate-again!.aspx in group...
March 23, 2012 at 2:46 pm
tim-407748 (3/23/2012)
DBCC TRACESTATUS
Why did you run this? Running this will only get you trace flags set for the current session. If you wanted to all trace flags...
March 23, 2012 at 2:31 pm
The only resource I can find that mentions this lock type is this and it says:
DATABASE.ENCRYPTION_SCAN = TDE encryption synchronization.
I'd love to be able to give you more than...
March 23, 2012 at 2:27 pm
If you are calling the stored procedure and using parameters then you wouldn't need to escape the single quotes, just have the parameter types set correctly. I can't recall...
March 23, 2012 at 2:24 pm
Select * from sys.databases where is_encrypted = 1
returns no rows?
If a single database is encrypted using TDE then tempdb is encrypted.
March 23, 2012 at 2:20 pm
Lynn Pettis (3/22/2012)
Has anyone heard from Barry lately?
No, and it's funny you should ask about him because I was thinking of asking the same thing.
March 23, 2012 at 9:56 am
After the destination
March 19, 2012 at 1:03 pm
Welsh Corgi (3/19/2012)
Jack,I'm getting the same error when importing the data from DB2 AS400.
Do you have link to a simple exampl on redirecting output on error?
Thanks.
Here's an article on how...
March 19, 2012 at 12:33 pm
codebyo (3/19/2012)
Great suggestions there!
But why do you need to use an IF block?
Wouldn't this work as well?
UPDATE inventory
SET Sold = Sold + 1
WHERE FlightNumber =...
March 19, 2012 at 9:26 am
Brandie Tarvin (3/16/2012)
Book 2 of Latchkeys, The Ugly Little Bloke by Robert Greenberger is out. Links are below.
Preview the book at http://www.crazy8press.com/2012/02/24/preview-the-ugly-little-bloke/%5B/url%5D.
Buy the book on...
March 16, 2012 at 1:00 pm
Viewing 15 posts - 1,666 through 1,680 (of 9,641 total)