Viewing 15 posts - 1,366 through 1,380 (of 1,493 total)
bob.bell 82064 (6/23/2014)
June 24, 2014 at 6:35 am
BWFC (6/24/2014)
Ed Wagner (6/23/2014)
SQLRNNR (6/23/2014)
Ed Wagner (6/23/2014)
djj (6/23/2014)
crookj (6/23/2014)
Ed Wagner (6/23/2014)
SQLRNNR (6/23/2014)
sluggerBaseball
Babe
Ty
Al
Shoeless
Bundy
Ted
Murder
June 24, 2014 at 5:29 am
What have you tried?
June 23, 2014 at 1:49 pm
ByronOne (6/23/2014)
I hope someone can help
I have the following query which uses Row_Number
WITH A1
as
(
SELECT
,ID
,DATE
,NAME
,STATUS
,PRODUCT
,RowNum = ROW_NUMBER() OVER (PARTITION BY ID ORDER BY DATE desc)
FROM Table1
)
SELECT * FROM A1
I...
June 23, 2014 at 1:44 pm
crookj (6/23/2014)
Ed Wagner (6/23/2014)
SQLRNNR (6/23/2014)
sluggerBaseball
Babe
Ty
June 23, 2014 at 8:51 am
Ed Wagner (6/23/2014)
BWFC (6/22/2014)
MagneticPuppets
Muppets
June 23, 2014 at 6:06 am
SQLRNNR (6/19/2014)
Stuart Davies (6/19/2014)
Sean Lange (6/19/2014)
SQLRNNR (6/19/2014)
JAZZ Master (6/19/2014)
SQLRNNR (6/19/2014)
Ed Wagner (6/19/2014)
crookj (6/19/2014)
Ed Wagner (6/19/2014)
djj (6/19/2014)
Ed Wagner (6/19/2014)
crookj (6/19/2014)
Ed Wagner (6/19/2014)
Stuart Davies (6/19/2014)
rhythmk (6/19/2014)
Stuart Davies (6/19/2014)
BWFC (6/19/2014)
MethodTechnique
Procedure
Stored
Function
Script
Visual Basic
Visual Studio
Management Studio
...
June 19, 2014 at 9:00 am
As SQLRNNR said, maybe.
We would need to see the reset of the query.
June 19, 2014 at 8:58 am
ramrajan (6/19/2014)
INNER JOIN dbo.controllersystem cs WITH (NOLOCK)ON sl.SubLocationId IS NULL
...
June 19, 2014 at 8:37 am
Ed Wagner (6/19/2014)
crookj (6/19/2014)
Ed Wagner (6/19/2014)
Stuart Davies (6/19/2014)
rhythmk (6/19/2014)
Stuart Davies (6/19/2014)
BWFC (6/19/2014)
MethodTechnique
Procedure
Stored
Function
Script
Visual Basic
Visual Studio
June 19, 2014 at 6:49 am
Talib123 (6/16/2014)
I need to give a SQL account read access to a log shipped db. Encoiuntering issues due to it being read-only.
How do I achieve this, unable to fix any...
June 16, 2014 at 12:08 pm
Erland Sommarskog (6/12/2014)
But if...
June 12, 2014 at 10:36 am
If a procedure tries to access the database using SQL authentication but the login is disabled will the trigger then log the try if the trigger is modified to "EXECUTE...
June 12, 2014 at 10:20 am
Luis Cazares (6/6/2014)
That's why I consider zip codes, phone numbers, credit card numbers & others should be stored on string type columns. You could enforce to use just digits (or...
June 6, 2014 at 11:54 am
An expert converted our database from Access to SQL2000. We now have zip codes that are float, column names with spaces and #.
One thing I do not...
June 6, 2014 at 11:04 am
Viewing 15 posts - 1,366 through 1,380 (of 1,493 total)