Viewing 15 posts - 14,086 through 14,100 (of 26,486 total)
Am I missing something in the code of the main stored procedure? There is an IF ELSE determining what data is being returned, but both segments of code after...
December 5, 2011 at 12:40 pm
Revenant (12/5/2011)
SQLRNNR (12/5/2011)
Stefan Krzywicki (12/5/2011)
Evil Kraig F (12/5/2011)
GilaMonster (12/5/2011)
jcrawf02 (12/5/2011)
Did you guys see this? http://arstechnica.com/business/news/2011/12/bill-would-end-overtime-pay-requirement-for-many-more-it-workers.arsOne more reason I'm glad I'm not American...
The difference Gail is if you WERE American (or...
December 5, 2011 at 12:31 pm
I would like to clarify my position a bit.
If you are hiring me for a database administrator or database developer position and tell me I will be working 40 to...
December 5, 2011 at 11:55 am
Oh, two things. Your code for your tables only works if people running it have the same databases and configurations as you do. Wouldn't run as is on...
December 5, 2011 at 11:43 am
TradeDateKey is defined as an integer, what and how is stored in this column?
December 5, 2011 at 11:38 am
mos-prog (12/4/2011)
when i try to send the Email it give me error with the...
December 4, 2011 at 6:08 pm
bhaveshp.dba (12/2/2011)
How can I calculate last day of month?
I have two parameter in stored procedure
create procedure
(@year int,
@uptomonth)
as
begin
....................................
end
I want to calculate last day of the Month ....
based on...
December 4, 2011 at 5:13 pm
mos-prog (12/4/2011)
I want to assign sql parameter called @myParam with many values returned from SQL statement like that:
declare @param text
set @param = select * from MyTable
but it give me...
December 4, 2011 at 5:03 pm
You may have reached a tipping point with other indexes and that is why adding the new index helped.
One thing you may also want to to look at is the...
December 3, 2011 at 3:13 pm
The two possibilities I see are blocking and network. You could run a server side trace to see if you can catch anything regarding blocking. You may also...
December 3, 2011 at 3:07 pm
Perhaps the point that overtime drops of the radar should be moved up the pay scale. I have seen many places that require produce moves to occur late evenings...
December 3, 2011 at 2:48 pm
slizam (12/3/2011)
Payphone
---------
PhoneNo MF6_TelMn ...
December 3, 2011 at 9:16 am
slizam (11/30/2011)
thanks for reply my topic Lynn Pettis...the problem is, it sometimes get error when i use keyword 'LEFT' in SQL server 2000. can i know the related topic here?
No...
November 30, 2011 at 6:12 pm
Have you given us the complete error message? It looks quite short and seems to be missing some information.
November 28, 2011 at 10:01 pm
I can see the report developers writing the stored procedures in their sandbox environments on their local boxes, but they probably shouldn't be the ones moving those into production. ...
November 28, 2011 at 9:58 pm
Viewing 15 posts - 14,086 through 14,100 (of 26,486 total)