Viewing 15 posts - 3,571 through 3,585 (of 6,486 total)
David.Mizelle (4/18/2008)
SELECT COUNT(1) NO_OF_ROWS FROM ADOPTION_PERSON WHERE (
CONTAINS(ADOPTION_PERSON.NM_UPR_CURR_LST, ' fuzzy({A}, 68, 6, weight) ', 1)...
April 18, 2008 at 11:04 am
John Mitchell (4/18/2008)
Consider...
April 18, 2008 at 9:59 am
DAVNovak (4/18/2008)
April 18, 2008 at 9:33 am
Let's keep the formulae here, so that others can double-check me....
What about Future Value, you ask?
[font="Courier New"]DECLARE @APR FLOAT
SET @APR=.074;
DECLARE @months INT --how to break up the annual percentage
SET @months=12;
DECLARE @Period...
April 18, 2008 at 9:24 am
Steve Jones - Editor (4/18/2008)
Brie sure that you consider Mozzarella!! Pizza, baby!
Ricotta join in on this so that we can have the more the merrier. In spain - you...
April 18, 2008 at 8:11 am
Steve -
Is the drop down list showing the LAST 8 days? If not - is there a pattern in to what is shown? I'm just curious if...
April 18, 2008 at 7:56 am
Create a subproject...put the other reports in there. The project seems to hold the publishing folder.
April 18, 2008 at 7:50 am
Adrian - I'd Brie Tilton towards agreeing with you....
April 18, 2008 at 7:49 am
Brandie Tarvin (4/17/2008)
guh-ROAN!!!!@=)
Good one, though. (hee)
I don't know why you say that - I thought it was pretty gouda. Edam if you got'em , I'd say...:)
April 18, 2008 at 7:36 am
Jeff Moden (4/17/2008)
Not all Triangular Joins are bad. With some restraint and the right criteria, Triangular...
April 17, 2008 at 10:36 pm
escaleraroyal (4/17/2008)
matt,Then how do u explain me. the vendor running the application with my PRD database in his company'S environment and IT'S FAST!!!
I don't, and like it or not, I...
April 17, 2008 at 7:09 pm
escaleraroyal (4/17/2008)
Jeff Moden (4/16/2008)
escaleraroyal (4/16/2008)
Vendor says the same applicationX runs fast in another company1 which has a higher volumne of data. He thinks it's our clustering server that is causing...
April 17, 2008 at 5:08 pm
jmasson (4/17/2008)
update order_header set shipname1 = N '??'
where orderno = '13153461'
I get the following error message:
Server: Msg 170, Level 15, State 1, Line 1
Line 1: Incorrect syntax near...
April 17, 2008 at 3:03 pm
hmm - interesting.
If you just add the nvarchar notation (e.g.
update order_header set shipname1 =N'??') Notice the N in front of the values.
then although the characters themselves come across as...
April 17, 2008 at 2:50 pm
you have to set the seeding BEFORE you insert stuff into the table. Seeding only affect NEW identities being set up. If the table was empty when you...
April 17, 2008 at 2:10 pm
Viewing 15 posts - 3,571 through 3,585 (of 6,486 total)