Viewing 15 posts - 151 through 165 (of 330 total)
Don't buy visual source safe, it blows chunks, badly. Really.
If you want a simple audit trail, write a CLR DDL trigger which scripts out the changed object and saves it...
September 22, 2009 at 10:07 am
SSSolice (9/22/2009)
Is that what you are after?
No. Thanks. There is a Where clause. The syntax is not the question. I can fix the join. A while back I...
September 22, 2009 at 9:59 am
99% likely because the other machine does not have a file/folder D:\... whatever it was ...
September 22, 2009 at 9:36 am
There is a way to do it automatically - just enumerate through the names of the columns in your source, adding each one as an explicit bulk copy mapping... I...
September 22, 2009 at 9:29 am
Erm... there is another way - check out ROW_NUMBER, OVER clauses and the PARTITION BY statement.
September 22, 2009 at 9:27 am
You have two virtual tables available in triggers, deleted and inserted. inserted is valid for INSERT and UPDATE triggers, and deleted is valid for UPDATE and DELETE triggers.
deleted holds the...
September 22, 2009 at 9:25 am
0x prefixes a hexadecimal number.
Use windows calculator - type in a number, press F5 to turn it into hex. Type in a hex number, press F6 to turn it into...
September 22, 2009 at 9:23 am
rjv_rnjn (9/22/2009)
(Wrong) Assumption is the root cause of all evil. 😛 And I still did that in my first sentence of this post. :w00t:
Errr - yeah - that's why I...
September 22, 2009 at 9:19 am
To be honest, most people call it 'old style join'... lame huh?
September 22, 2009 at 9:19 am
danielmanke (9/14/2009)
ERP and I have no control over the development and function of this code. At one time it was a t-sql code...
September 22, 2009 at 9:08 am
eko - you may also want to consider, if you're at an appropriate stage in the project, whether you want to use the SOAP endpoint because the feature is deprecated...
September 22, 2009 at 8:58 am
You're seeing two SPID 60's because there are two sub-processed with different ECIDs - i.e. more than one thread is running the query on behalf of that SPID.
September 22, 2009 at 8:56 am
rjv_rnjn (9/22/2009)
@Matt, As the where clause is not mentioned in the query I don't think it implies even a old style join.
That's assuming there is no where clause after the...
September 22, 2009 at 8:53 am
Viewing 15 posts - 151 through 165 (of 330 total)