Viewing 15 posts - 7,996 through 8,010 (of 13,460 total)
SQLRandall did this idea work for you? I'm using a derivation of this technique to create a trace on the startup/restart of the server; i add a DML trace, and...
March 4, 2011 at 9:25 am
if we are going to help with syntax, you have to paste the entire script you are trying to use.
remember we are not standing in your cubicle looking over your...
March 4, 2011 at 8:38 am
what you would need is just a variation of the above example, but with the three foreign key columns involved; can you paste the definition of the primary key/unique constraint...
March 4, 2011 at 8:05 am
SKYBVI (3/4/2011)
Also, i want the results in body , not in as an attachment.Thanks.
Regards,
Sushant
please try both code snippets i pasted; one does exactly what you are asking by putting a...
March 4, 2011 at 7:50 am
the code i posted above has both examples: pasting the results of a SQL inline the html body, or as an attachment.
take a look at the lower example i pasted,...
March 4, 2011 at 7:29 am
my recommendation is to simply fix the trigger so you don't have to work around your errors; we can certainly help and offer advice and testable scripted solutions.
paste the trigger...
March 4, 2011 at 7:14 am
well it sounds like th trm_cde is a lookup value, correct?
so that table which contains all the possible trm_cde would have foreign keys from those 80 other tables, right?
one of...
March 4, 2011 at 7:11 am
LutzM (3/3/2011)
Duplicate post. No replies please.Original post can be found here
March 3, 2011 at 2:50 pm
theres an application out there called What's Up!, which does what you are asking for...tests servers and services on those servers, and notifies people if anything goes down.
last i heard...
March 3, 2011 at 2:45 pm
ok, still not an issue; read the file from the database, and recreate the view as needed:
--we want the current trace folder
declare...
March 3, 2011 at 2:43 pm
what i would suggest do is on the server itself, create a VIEW that selects the data from the trace; the view would run under the context of the owner...
March 3, 2011 at 1:08 pm
why cant you just use find and replace in a text editor or SSMS before you run the command? there cannot be that many defaults you have to change; just...
March 3, 2011 at 12:34 pm
opc.three (3/3/2011)
Just FYI using NOLOCK in an UPDATE or DELETE statement has been marked as deprecated in SQL 11 (Denali).
and this command still works with the missing WITH in 2005/2008;...
March 3, 2011 at 12:32 pm
I agree with Coldcoffee; no significant difference.
Also i think i read in the future versions directives like that in the future will require the "WITH (nolock)" format, instead...
March 3, 2011 at 11:58 am
Viewing 15 posts - 7,996 through 8,010 (of 13,460 total)