Viewing 15 posts - 4,696 through 4,710 (of 15,381 total)
Luis Cazares (5/29/2014)
JOIN keywords on the right of the tables.
+1000 That one drives me nuts!!! (ok I know it is a short trip)
May 29, 2014 at 2:15 pm
SQL is delicious (5/29/2014)
Sean Lange (5/29/2014)
SQL is delicious (5/29/2014)
KoldCoffee (5/29/2014)
May 29, 2014 at 2:08 pm
SQL is delicious (5/29/2014)
KoldCoffee (5/29/2014)
May 29, 2014 at 2:03 pm
KoldCoffee (5/29/2014)
May 29, 2014 at 1:51 pm
KoldCoffee (5/29/2014)
May 29, 2014 at 1:24 pm
samalex (5/29/2014)
May 29, 2014 at 1:21 pm
Mr. Kapsicum (5/29/2014)
This Data Type is of the Source Table. We Insert Data from Mysql DB to SQL Server.
The Data Type for few columns in Source Table is Decimal(65,2), so...
May 29, 2014 at 12:38 pm
Mr. Kapsicum (5/29/2014)
Hi,I need the exact Data Type Mapping for DECIMAL(65,2) MySQL to SQL SERVER.
What data type should be used in SQL Server for this
Thanks in Advance.
How big are...
May 29, 2014 at 12:24 pm
Eirikur Eiriksson (5/29/2014)
Sean Lange (5/29/2014)
May 29, 2014 at 12:23 pm
Rog Saber (5/29/2014)
May 29, 2014 at 12:14 pm
jbalbo (5/29/2014)
Not sure why I'm stuck on this.. but I am
I have a parameter called activestatus values are "A" for Active or "B" for "All"
I want to filter the...
May 29, 2014 at 12:08 pm
My code does two very important things. First, it only updates the rows that need to be updated instead of updating them all. Secondly it references the alias in the...
May 29, 2014 at 12:07 pm
Let's see...in no particular order.
storing datetime in ANY other datatype.
NOLOCK
Poor formatting
Not having a space between parameters in a function call (parm1,parm2,parm3)
Not having a space in a where clause or join...
May 29, 2014 at 12:01 pm
eyric101 (5/29/2014)
DECLARE @intTmpTblCnt INT,
@strTmpSql VARCHAR(max),
...
May 29, 2014 at 11:56 am
tshad (5/29/2014)
UPDATE Employee
SET VEmployeeID = CASE WHEN E.VEmployeeID IS NULL
...
May 29, 2014 at 11:47 am
Viewing 15 posts - 4,696 through 4,710 (of 15,381 total)