Viewing 15 posts - 1,981 through 1,995 (of 6,486 total)
I'd have to say - it comes down to how you plan on using the field. In the case you seem to be describing - you're looking to pass...
February 13, 2009 at 3:08 pm
pshvets (2/13/2009)
Michael,It's not I am arguing, but why SQL Server Online Help lists MOD function?
Pit.
You sure you looking only at SQL server and not a visual basic reference as well?
Keep...
February 13, 2009 at 2:55 pm
Have you tried installing .NET framework 2.0 SP 2
Also - making sure the full Windows authentication is on, IIS is installed, and you run the install in Admin mode (as...
February 13, 2009 at 2:45 pm
check for triggers. You might have something failiing a validation somewhere and getting rolled back.
February 13, 2009 at 2:29 pm
Have you considered using a UNION instead?
....
from
STG_CUSTOMER_INTEG
INNER JOIN mst.CICS_DIM
ON (STG_CUSTOMER_INTEG.CUST_CIS_ID = CICS_DIM.CUST_CICS_ID)
UNION
...
from
STG_CUSTOMER_INTEG
INNER JOIN mst.CICS_DIM
ON (STG_CUSTOMER_INTEG.CUST_CRD_ID = CICS_DIM.CUST_CICS_ID)
UNION
...
from
STG_CUSTOMER_INTEG
INNER JOIN mst.CICS_DIM
ON...
February 13, 2009 at 2:21 pm
Ivan b (2/13/2009)
No, column names are PersonID, PersonName, etc.
A* is criteria for searching data in Access query.
I know that I should create View, select...
February 13, 2009 at 2:17 pm
I'll believe it when I see the dried ink on paper, but that loophole is supposedly getting closed by Obama. The capping of executives salary @ 500G (supposed to...
February 13, 2009 at 1:54 pm
I have to say I kind of like it. It sure sounds a lot more like what it really is than the SQL Server name for it (a.k.a NOLOCK)....
February 11, 2009 at 1:53 pm
jbloes (2/6/2009)
In the real world, if I did lose the server, would it be best to...
February 6, 2009 at 8:11 am
The other thing you want to look at is that the definition of the input columns (in the SSIS package) actually matches the lengths. They default to 50, and...
February 6, 2009 at 8:05 am
Roy Ernest (2/5/2009)
Yes, there was a mistake on the script. I had two ON...
February 5, 2009 at 11:46 am
Lynn Pettis (2/2/2009)
noeld (2/2/2009)
Lynn Pettis (2/2/2009)
GilaMonster (2/2/2009)
Matt Miller (2/2/2009)
I'd laugh at that - but I was coding SQL while watching the superbowl yesterday....:)Super what?
Oh, right, the World Cup is the...
February 2, 2009 at 9:20 pm
Lynn Pettis (2/2/2009)
Phil Factor (2/2/2009)
Steve, you're supposed to be on holiday!
Typical geek, can't stay away. I should know, I do the same thing here, even when away I check...
February 2, 2009 at 10:38 am
Michael Valentine Jones (1/27/2009)
select Football_Fields_per_Million_SQ_Ft =
1000000/(select SQ_Ft_Per_Football_Field...
January 28, 2009 at 8:43 am
george sibbald (1/27/2009)
Can I...
January 27, 2009 at 3:30 pm
Viewing 15 posts - 1,981 through 1,995 (of 6,486 total)