Viewing 15 posts - 316 through 330 (of 486 total)
Solved: had to set CopyAllObjects = $false, and enumerate each of the object categories and set them to $true.
January 17, 2011 at 9:23 am
Boooo: I added RAISERROR ('test', 11' 1) at the end of the trigger (10 is converted to 0 by SQL Server -- See Erland Sommerskog's website http://www.sommarskog.se/error-handling-I.html#@@error)
The Insert occurs successfully,...
November 15, 2010 at 1:39 pm
If possible, I prefer to avoid triggers altogether.
Having said that, on tables where business rules can be enforced using DRI and constraints, I use them for auditing.
However, my developers...
November 12, 2010 at 6:15 am
Thanks Jack,
That's what I was afraid of.
Ah well, it needs doing, so....
P
August 5, 2010 at 5:47 am
Ah sorry, the errors (copied from another post):
Msg 5110, Level 16, State 2, Line 3
The file "\\web-server6\FreeAgent\Backups\SQLtest\Data\Test_COR_Online.mdf" is on a network path that is not supported for database files.
Msg 3156,...
July 26, 2010 at 6:00 am
I think he was using general case, as in, all HTML needs to be between <sometag> (open) and </sometag> (close)
Try this as message text:
This is the first line.
This is the...
June 16, 2010 at 12:13 pm
Thanks Sergiy!
It works (at least with xp_smtp_sendmail)!!!
Been trying to get CR-LF in emails for years!!!!
June 16, 2010 at 6:27 am
So I had one of the developers write a little .net app which queries AD for what I need and outputs it to a .csv in about 20 seconds --...
May 13, 2010 at 6:24 am
Well, if I can't find a way to do from the server, I'll look into an outside solution.
"Your AD administrators will thank you. :)"
Why do you say that?
May 4, 2010 at 8:24 am
In fact, it was an AD replication thing. Took waaaay longer than expected.
May 3, 2010 at 1:29 pm
Hi Seth,
Thanks for having a look. If I understand your proposal, it's to break down the single into two. That means I'm maintaining two versions of the function, while...
March 29, 2010 at 6:15 am
SELECT CONVERT(VARCHAR, GetDate(), 101) + ' ' + CONVERT(VARCHAR, GetDate(), 114)
See CONVERT in BOL.
March 26, 2010 at 1:26 pm
Viewing 15 posts - 316 through 330 (of 486 total)