Viewing 15 posts - 106 through 120 (of 1,228 total)
Sergiy (5/26/2016)
ChrisM@home (5/26/2016)
Using a clustered index like so:
CREATE CLUSTERED INDEX [cx_Stuff] ON [dbo].[ann_events_Tech_Details]
([source] ASC, [start_time] ASC)
Such clustered may be very good on query but it's gonna be a very high...
May 27, 2016 at 4:40 am
jc85 (5/25/2016)
ChrisM@Work (5/25/2016)
jc85 (5/25/2016)
How should i post the table with data on this forum?How many rows do you need for ann_events_Tech_Details table?
ChrisM@Work (5/25/2016)
May 26, 2016 at 9:38 am
Eirikur Eiriksson (4/14/2016)
Chris M and a good chat😎
Don't listen to him he's drunk as usual 🙂
April 14, 2016 at 12:28 pm
jewel.sacred (3/22/2016)
March 22, 2016 at 1:09 pm
jewel.sacred (3/22/2016)
SELECT @DateStart = '20160425', @DateEnd = '20160501';
The result should have been
PrimaryKeyIDDateStartDateEnd ...
March 22, 2016 at 12:40 pm
Lynn Pettis (3/17/2016)
smithhead (3/16/2016)
March 17, 2016 at 3:18 pm
Hi Ben
A few questions for you based on the information you've posted so far.
The model system you have posted - does this model a production system or a system in...
February 22, 2016 at 9:00 am
That may be an unrestricted update. The left-joined table contributes nothing, and the WHERE clause is an unpredictable mess of AND and OR. What exactly are you trying to do?
February 13, 2016 at 5:15 am
Put the WHERE clause into the join.
February 3, 2016 at 11:39 pm
bala2 (2/3/2016)
Today i have heard a strange issue from apps team.
We have store procedure on one of our sql server 2008 server database. When we ran that sp(sp_new)
manually it...
February 3, 2016 at 2:10 pm
Jeff Moden (1/7/2016)
Jason A. Long (12/24/2015)
January 7, 2016 at 1:02 pm
Magy (1/7/2016)
I was wondering if there's a way to simply it? I tried formatting, but it still looks complex.
--delete all entries in the table...
January 7, 2016 at 12:54 pm
SQLPain (12/16/2015)
January 6, 2016 at 11:09 am
djj (12/16/2015)
One more thing to teach. How to ask a question. 😀
Did you have to ask that? 😉
December 16, 2015 at 1:01 pm
nileshbgp123 (11/18/2015)
November 18, 2015 at 2:07 am
Viewing 15 posts - 106 through 120 (of 1,228 total)