Viewing 15 posts - 1,591 through 1,605 (of 15,381 total)
rockyshi (4/18/2016)
SET @locale = 'User!Language'
DECLARE @lcid AS INT;
SET @lcid = dbo.fn_LShortNameToLCID(@locale)
DECLARE @Machine_Class AS VARCHAR(25);
SET @Machine_Class = 'Server'
DECLARE @Vendor AS VARCHAR(25);
SET @Vendor = 'Microsoft'
DECLARE @Assignee AS VARCHAR(25);
SET @Assignee...
April 18, 2016 at 7:51 am
fareedhmohamed (4/17/2016)
Hi,Well, I would like to know how to create a trigger?
Thanks,
I understand being a bit overwhelmed when working with something new but you have got to learn some...
April 18, 2016 at 7:20 am
Eirikur Eiriksson (4/15/2016)
Ed Wagner (4/15/2016)
Greg Edwards-268690 (4/15/2016)
Eirikur Eiriksson (4/15/2016)
jeff.mason (4/15/2016)
Eirikur Eiriksson (4/15/2016)
Phil Parkin (4/15/2016)
Anyone have a crystal ball, several hours to kill and feeling masochistic? Dive in!
Quick fix in three...
April 15, 2016 at 2:35 pm
Sergiy (4/14/2016)
Lynn Pettis (4/14/2016)
Sean Lange (4/14/2016)
Mike Frazer (4/14/2016)
Thank you...attached.Edit: I added the DDL for the related objects as scripts.txt
Those nested views are going to kill your performance something fierce....
April 15, 2016 at 7:21 am
Grant Fritchey (4/14/2016)
Sean Lange (4/14/2016)
Oh that's right. It should be
;select
BURN IT WITH FIRE!!!!
Of course you do realize that all the same people that still start a cte with a semicolon...
April 14, 2016 at 2:58 pm
fareedhmohamed (4/14/2016)
Hi,Just all the orders ordered by the same customer.
Thanks,
Huh? That is not helping us understand what you are having a problem with. There are three people so far in...
April 14, 2016 at 1:51 pm
Luis Cazares (4/14/2016)
Ed Wagner (4/14/2016)
Luis Cazares (4/14/2016)
Ed Wagner (4/14/2016)
SQLRNNR (4/14/2016)
Luis Cazares (4/14/2016)
How is it possible that he can't work out a basic DML statement and still...
April 14, 2016 at 1:13 pm
Luis Cazares (4/14/2016)
Phil Parkin (4/14/2016)
Steve Jones - SSC Editor (4/14/2016)
Maybe some of you should write some questions to help...
April 14, 2016 at 12:56 pm
Ed Wagner (4/14/2016)
Sean Lange (4/14/2016)
Phil Parkin (4/14/2016)
Steve Jones - SSC Editor (4/14/2016)
Maybe some of you should write some questions...
April 14, 2016 at 12:36 pm
Phil Parkin (4/14/2016)
Steve Jones - SSC Editor (4/14/2016)
Maybe some of you should write some questions to help people learn...
April 14, 2016 at 12:17 pm
Mike Frazer (4/14/2016)
Thank you...attached.Edit: I added the DDL for the related objects as scripts.txt
Those nested views are going to kill your performance something fierce. They seem so logical but...
April 14, 2016 at 12:11 pm
Mike Frazer (4/13/2016)
Physical Operation: Key Lookup
Logical Operation: Key Lookup
Actual/Estimated...
April 14, 2016 at 7:04 am
fareedhmohamed (4/13/2016)
I have a question regarding increments in trigger. I want to update a field in customer table, if the same customer has more than two orders. I am not...
April 14, 2016 at 6:59 am
EamonSQL (4/14/2016)
Is it possible to find out which updates were made against a first, second, third etc nested transactions?
For example, if select @@trancount returns 4 can I find out what...
April 14, 2016 at 6:53 am
The next question is why are you storing dollar amounts as formatted text instead of decimals?
April 13, 2016 at 1:03 pm
Viewing 15 posts - 1,591 through 1,605 (of 15,381 total)