Viewing 15 posts - 7,606 through 7,620 (of 7,635 total)
Actually none of the answers is correct since it does different things based on the CheckSystemDB check box setting.
March 9, 2008 at 8:35 pm
Hmm, I thought that the ''=' ' trailing whitespace trick only worked for VarChar() fields, not char()'s?
March 9, 2008 at 12:43 pm
First of all you have to determine & define what the Purpose of your Audit Trail is. Is it for:
1) simple diagnostics and troubleshooting of the application & database?
2)...
March 9, 2008 at 12:19 pm
jwilley (3/9/2008)
March 9, 2008 at 12:12 pm
Geneva Payne (3/9/2008)
March 9, 2008 at 11:59 am
Vania Villarreal (3/8/2008)
March 9, 2008 at 11:19 am
(Oops, got it backwards. Fixed now...)
This is a substitute for [font="Courier New"]WHERE Len(..) < 12[/font]
March 8, 2008 at 8:01 pm
frank.perkins (3/6/2008)
amount is distinct (values can match, but I need all payments)
The problem is that we have no idea what this means. You have no fields or tables called...
March 8, 2008 at 6:56 pm
You have bad data in your [font="Courier New"]month_yr[/font] column.
FYI, varchar based date/time columns virtually always have bad data in them.
If you want to find them, try using:
SELECT * FROM emp_dd...
March 8, 2008 at 6:41 pm
Well, here is a way to do it without functions:
WHERE Not (column LIKE '____________%')
...bored...
March 8, 2008 at 6:31 pm
Yeah. It's a shame really, since so many good functions could easily be macro-ed out to easily search-able expressions in the WHERE clause.
March 8, 2008 at 5:59 pm
Sorry to say, but...
In general, you may NOT modify the Sharepoint database with your own SQL because that will void the warranty.
It would be great if we could because that...
March 8, 2008 at 5:24 pm
Viewing 15 posts - 7,606 through 7,620 (of 7,635 total)