Viewing 15 posts - 2,971 through 2,985 (of 13,461 total)
That tripped me up once too,
Sys.server_triggers is the view for database or server triggers. Sys.triggers is only those 8n views or tables
August 16, 2013 at 4:52 am
Well, I need to unsubscribe from "the thread" aka are the posted questions getting worse because I landed a new job and have to check personal email via...
August 14, 2013 at 6:19 pm
Doesnt the bolfor cdc specifically mention something about columns of type text and maybe image are nnot updated but are deleted and inserted? Does the thanle in question have...
August 7, 2013 at 4:54 pm
Ed i agree. Ive used ultraedit and my current favorite is EditPlus. I knew notepad++ was free, so i suggested that over something the OP might have to trialware.
August 7, 2013 at 6:11 am
no, you should say "Because @@rowcount is affected by any commands in the session, it's my practice to re-select from the table in case there was a trigger that might...
August 6, 2013 at 2:54 pm
also, sp_oa methods can only return 4000 nchars at a time, so your method needs to loop until the responses are complete, and return a nvarchar(max); you probably alreayd have...
August 6, 2013 at 2:50 pm
i've seen that a few times, that nul character is CHAR(0), and a great example of why you need a little better text editor; plain old windows notepad won't show...
August 6, 2013 at 12:51 pm
WinMerge, which is free, can compare folders vs folders or files vs files, and identifiy differences:
will that do what you want?

August 6, 2013 at 12:37 pm
i've done this two different ways via a CLR; one that uses System.Forms, and another that calls a web service that does the same thing, basically;
there are some regular expresisons...
August 6, 2013 at 12:34 pm
well in general, "particular column does not a character" would mean a NOT LIKE '%X%' pr PATINDEX =0, right?, so that would requre a table scan of all rows, so...
August 6, 2013 at 11:00 am
very very useful for me, indeed. great job.
I might remember a post i saw two weeks ago,and want to find it;
now with the Relevant First, it's muche easier to page...
August 6, 2013 at 10:56 am
open the file up in an enhanced text editor like NotePad++;
you'll be able to see what the row terminator actually is.
i think \r maps to CHAR(10), and \n is...
August 6, 2013 at 10:12 am
just like the repair for any other item that was installed with windows insaller:
reviews any dll's , exe's or ocx's, as well as files for differences in the saved .msi...
August 6, 2013 at 8:58 am
my best guess; not sure what you expect on the last record, it doesn't seem to follow the right pattern, but at elast with a framework like this, oyu could...
August 2, 2013 at 2:35 pm
Ashwin M N (8/2/2013)
August 2, 2013 at 12:45 pm
Viewing 15 posts - 2,971 through 2,985 (of 13,461 total)