Viewing 15 posts - 2,896 through 2,910 (of 15,381 total)
paul 17028 (5/6/2015)
So to normalise the table do I need to remove the commas? What about spaces? and is it possible for instance to have ...
May 6, 2015 at 9:12 am
GG_BI_GG (5/6/2015)
I have table like this;
FACC_WID FACC_BKEY ...
May 6, 2015 at 7:32 am
john.yori 32529 (5/6/2015)
May 6, 2015 at 7:31 am
paul 17028 (5/6/2015)
Thanks for replies. removing the wildcards was the first thing I tried but this resulted in "no records found" which is strange because i have other statements without...
May 6, 2015 at 7:23 am
minimay (5/5/2015)
Declare @Julycount int
Set @Julycount= (Select Count(*) From orders Where MONTH(OrderDate) = 7)
print 'The total orders for july is ' +...
May 5, 2015 at 2:21 pm
minimay (5/5/2015)
Declare @Julycount int
Set @Julycount= (Select Count(*) From orders Where MONTH(OrderDate) = 7)
print 'The total orders for july is ' +...
May 5, 2015 at 2:16 pm
minimay (5/5/2015)
May 5, 2015 at 2:02 pm
faberDB (5/5/2015)
When I have to make the product I have to have all the needed quantity in my warehouse, ok?
So, in the sample data I can't...
May 5, 2015 at 8:51 am
paul 17028 (5/3/2015)
May 5, 2015 at 8:26 am
I don't fully understand your question. There is something missing in the details that I can't wrap my head around. That being said it seems that you need a running...
May 5, 2015 at 8:23 am
To add to what pietlinden stated and perhaps explain the concern is that looping in t-sql is horrible from a performance perspective. When you have nested cursors you also have...
May 4, 2015 at 10:00 am
Grant Fritchey (5/4/2015)
Sean Lange (5/4/2015)
Lynn Pettis (5/4/2015)
Jack Corbett (5/4/2015)
May 4, 2015 at 9:54 am
Lynn Pettis (5/4/2015)
Jack Corbett (5/4/2015)
Please help me fix...
May 4, 2015 at 9:18 am
Grant Fritchey (5/4/2015)
Jack Corbett (5/4/2015)
Please help me fix...
May 4, 2015 at 7:54 am
kd11 (5/4/2015)
Is it possible to have a trigger on a single table (column2, column3, column5 & column9) and if so I would have to used the "columns_updated" method.
All triggers are...
May 4, 2015 at 7:24 am
Viewing 15 posts - 2,896 through 2,910 (of 15,381 total)