Viewing 15 posts - 9,526 through 9,540 (of 26,489 total)
Okay, so you have no idea if there is ever a value passed down to the procedure, do you.
My guess, untested, is that the value being passed in is null...
September 14, 2012 at 2:34 pm
Or this:
eclare @SQLCmd varchar(max);
select
@SQLCmd = (select 'UPDATE STATISTICS ' + object_name(object_id) + ' with fullscan;' + char(13) + char(10)
...
September 14, 2012 at 2:31 pm
a deslandes (9/14/2012)
If I use @subject = @PackageName, no mail is received
If I use SET @P = @PackageName
and then use @subject =...
September 14, 2012 at 2:13 pm
How is @P getting its value when you aren't getting the email?
September 14, 2012 at 2:05 pm
martinetymic (9/14/2012)
some details:
d_an = first year with a specific medical condition
before this date : d_YEAR=0
after this...
September 14, 2012 at 2:00 pm
We still have a problem here. You haven't given us enough to actually answer your question. We just can't see from here what you see there. Step...
September 14, 2012 at 1:53 pm
GilaMonster (9/14/2012)
Lynn Pettis (9/14/2012)
Nothing like having two people obviously in over their heads this week.Which 2 are you thinking about?
Installing SQL 2012, dropping filegroups? Or are there more?
Those are the...
September 14, 2012 at 1:47 pm
martinetymic (9/14/2012)
I have a problem in sql server 2005 to submit :
My table 1 is as follows : 1 column with refid and one with a year (d_an)
Table 1
REFIDd_an
11998
22001
31999
42012
I would...
September 14, 2012 at 1:44 pm
Nothing like having two people obviously in over their heads this week.
September 14, 2012 at 1:36 pm
GilaMonster (9/14/2012)
Sean Lange (9/14/2012)
Same with me on a totally different topic recently too.Oh good, so it's not just me. 😉
No, it isn't just you.
September 14, 2012 at 1:30 pm
Two, one from SSC and one from TDWI. Now, soccer/ref related, I have quite a few.
September 14, 2012 at 11:31 am
Any triggers on the destination table?
September 14, 2012 at 11:19 am
GSquared (9/14/2012)
Gazareth (9/14/2012)
It's the where clause that's causing the difference in the...
September 14, 2012 at 11:17 am
Have you tried joining the INVOICE_LINE into your second query and add the sum(..) tot he select?
September 14, 2012 at 11:13 am
Viewing 15 posts - 9,526 through 9,540 (of 26,489 total)