Viewing 15 posts - 21,091 through 21,105 (of 26,490 total)
RBarryYoung (5/7/2009)
Lynn Pettis (5/7/2009)
May 7, 2009 at 11:50 pm
The really sad part, he is probably working on an off-shore project for some sap company here in the US that thinks they have someone with a Masters degree working...
May 7, 2009 at 11:17 pm
RBarryYoung (5/7/2009)
Lynn Pettis (5/6/2009)
I'm also curious...
May 7, 2009 at 10:50 pm
karthikeyan (5/7/2009)
Lynn Pettis (5/6/2009)
karthikeyan (5/6/2009)
DECLARE @Fixed1 decimal(8,4), @Fixed2 decimal(8,4), @Fixed3 decimal(16,8);
SET @Fixed1 = 5444.32;
SET @Fixed2 = 12121.03; <-- Problem is here. decimal(8,4) means you...
May 7, 2009 at 10:41 pm
karthikeyan (5/7/2009)
Lynn,Yes.It will work.. But I have more than one row in the table,so i can't use local variable here, becuase it lead us to use 'LOOP'.
Really, and you know...
May 7, 2009 at 10:36 pm
I'm sure I can help find an adapter or two if needed.
May 7, 2009 at 3:24 pm
Somewhat unrelated, I would also suggest moving away from ORDER BY 1 and move to using ORDER BY column_name.
May 7, 2009 at 3:04 pm
Check sp_trace_create in BOL. A problem I see withyour is options is set to 0, when it needs to be 2 for rollover.
May 7, 2009 at 2:50 pm
Florian Reischl (5/7/2009)
I got it. You have to specify an alias for the outer table. Since your table name is "holddups" and you refer it within your sub-query you cannot...
May 7, 2009 at 2:31 pm
Jamie Julius (5/7/2009)
May 7, 2009 at 2:25 pm
Query your data for this just this IP: 10.1.8.0. See if there are duplicate services. If so, you either need to add a distinct or determine if there...
May 7, 2009 at 1:30 pm
No. No reason to. Tempdb is recreated everytime SQL Server is restarted.
May 7, 2009 at 11:54 am
ssismaddy (5/7/2009)
Hi...How can I get the Same day of Last year?? please give me the sql query...Thank you
And what have you tried? Have you looked in BOL regarding...
May 7, 2009 at 11:28 am
mikesigsworth (5/7/2009)
My query now looks something like this:
DECLARE @sql nvarchar(MAX),
@OP nvarchar(9),
@Name nvarchar(128),
@Value...
May 7, 2009 at 11:27 am
Viewing 15 posts - 21,091 through 21,105 (of 26,490 total)