Viewing 15 posts - 346 through 360 (of 1,229 total)
hydbadrose (4/26/2013)
Thank you so much and God bless you! TGIF
You're welcome and Happy Friday to you too!
April 26, 2013 at 10:59 am
;WITH OrderedRows AS (
SELECT Last_Name, First_NAme, Department, Email, phone, Sid,
rn = ROW_NUMBER() OVER(PARTITION BY Last_Name, First_NAme, Department, Email, phone, Sid ORDER BY (SELECT NULL))
FROM MyTable
)
DELETE FROM...
April 26, 2013 at 9:45 am
How long do they take to run?
How long does a potentially SARGable SELECT MAX(CONVERT(smalldatetime, CAST(MonthValue AS varchar) + '/01/' +
...
April 24, 2013 at 2:34 pm
gcresse (4/15/2013)
April 20, 2013 at 10:29 am
SQLRNNR (4/17/2013)
ChrisM@home (4/17/2013)
WayneS (4/17/2013)
JasonCongratulations!
Awesome! Well done Jason!
Wayne, is that you too?
Thanks Chris
And yup Wayne and I received our news on the same day.
Heh fantastic! That's quite an achievement!
April 17, 2013 at 12:02 pm
WayneS (4/17/2013)
JasonCongratulations!
Awesome! Well done Jason!
Wayne, is that you too?
April 17, 2013 at 10:51 am
Easier and Correcter 😉
SELECT [firstname] = value
FROM test
WHERE key = 'firstname'
April 17, 2013 at 3:49 am
ashuthinks (4/17/2013)
I want to use group by on one column which is having many entries
table_a
Name price
AAA 12
BBB...
April 17, 2013 at 3:44 am
baabhu (4/17/2013)
ChrisM@Work (4/15/2013)
SET @RowsDeleted = 1000;
WHILE @RowsDeleted...
April 17, 2013 at 3:20 am
Gary Nease (4/16/2013)
In the initial CREATE TABLE example, [RowNum] should be [EmployeeId].Thanks for the great article.
Thank you very much Gary - duly updated.
April 16, 2013 at 12:53 pm
balde (4/16/2013)
To the extent where I start...
April 16, 2013 at 11:14 am
Is this code generated by a tool?
February 21, 2013 at 10:09 am
akberali67 (2/8/2013)
Msg 701, Level 17, State 123, Line 3
There is...
February 9, 2013 at 1:17 am
drew.allen (2/8/2013)
akberali67 (2/8/2013)
Are Rollup and Cube stored procedures because sql doesnt seem to be recognizing them. I am using SQL Server 2005, maybe thats the problem?
No, but the syntax was...
February 8, 2013 at 11:35 am
GilaMonster (1/29/2013)
ChrisM@Work (1/29/2013)
January 29, 2013 at 2:13 pm
Viewing 15 posts - 346 through 360 (of 1,229 total)