Viewing 15 posts - 5,761 through 5,775 (of 9,643 total)
How is TrackerID created? Is it sequential in nature or can it vary?
I'm just going to guess, and since Gail didn't mention it I may be way off and...
March 5, 2009 at 7:17 am
If you are using DBMail (sp_send_dbmail) you are probably all right sending an email using a trigger. This is because DBMail is now an asynchronous service using Service...
March 5, 2009 at 7:01 am
GilaMonster (3/4/2009)
Grant Fritchey (3/4/2009)
March 4, 2009 at 1:37 pm
Grant Fritchey (3/4/2009)
I've got a poster that I really don't know how to help.
I saw that one this morning and stayed away because I had no idea.
March 4, 2009 at 12:04 pm
Grant Fritchey (3/4/2009)
GilaMonster (3/4/2009)
Grant Fritchey (3/4/2009)
March 4, 2009 at 9:24 am
No problem.
Profiler is one of my favorite tools. I don't know what I'd do without it:)
March 4, 2009 at 8:57 am
thomas_w_rawley (3/4/2009)
March 4, 2009 at 8:30 am
ALIF (3/4/2009)
March 4, 2009 at 8:17 am
In this case you would need to get the user name from the application and pass it to spLogError.
March 4, 2009 at 8:02 am
Can you post the code you are using?
Have you removed the mailing section of your procedure and tried it directly in SSMS?
March 4, 2009 at 7:54 am
There doesn't appear to be anything in the SP that would create an error, so, yes it does sound like a java or jdbc problem. I'd ask you to...
March 4, 2009 at 7:47 am
Your source can be a query so you can put in the query with your conditions in the Dataflow source or you can create a stored procedure that contains your...
March 4, 2009 at 7:41 am
I don't think you can do this the way you are thinking because the user also needs rights in IIS to connect to the web page.
I typically have...
March 4, 2009 at 7:38 am
Phil,
I'm not sure which expression is causing the error.
You may want to try this for setting the visibility:
=IIF(Fields!CustomsValue.value is Nothing,True,False)
March 4, 2009 at 7:33 am
I'm not sure if this does what you want exactly but you could use the EXCEPT operator.
Something like this (I couldn't complete test it because I don't have...
March 4, 2009 at 7:29 am
Viewing 15 posts - 5,761 through 5,775 (of 9,643 total)