Viewing 15 posts - 1,351 through 1,365 (of 5,504 total)
Just go to the Line 155 of Procedure axspRSTOCKLEDGERREPORT as indicated by the error message.
Somewhere in that area is either a LEFT or SUBSTRING function (also mentioned in the error...
July 1, 2011 at 4:18 am
please provide table def and sample data in a ready to use format as described in the first link in my signature.
You might also want to have a look at...
June 29, 2011 at 2:42 pm
to add what Lowell already stated:
set @sh_act_*, set @sh_plan_* and set @proposal_* logic queries the related table once per column to be selected. This should be done with a single...
June 29, 2011 at 1:11 pm
May I ask what the purose of this request is?
Different "paths" may lead to different result (e.g. duplicate rows of the target table due to a 1:n relationship somewhere in...
June 29, 2011 at 12:36 pm
I guess you're missing the "aggregated result" you mentioned in your comment.
There's not much more to say unless we have table def and sample data for the tables involved together...
June 29, 2011 at 12:21 pm
Ok, this is the link where it's been mentioned that the app available on the web has been incorporated into SS2K8:
http://www.sqlskills.com/blogs/bobb/post/A-supported-Service-Broker-external-activator.aspx
The link also include a link to the original 2005...
June 28, 2011 at 3:27 pm
Are you sure your ODBC connection points to the very same database as you're looking at with SSMS? I'd compare the connectiong string and the SSMS database location.
June 28, 2011 at 3:12 pm
Great article, Dave! Very well done!
June 28, 2011 at 3:06 pm
I can't really give you an example but you might find a solution on the web when searching for "SQL Server 2005 External activation".
I'm not sure if the SQL 2008...
June 28, 2011 at 3:04 pm
What values do you expect to receive when running a query against that column, let's say now and 6 month from now?
Your computed column definition is based on getdate() so...
June 28, 2011 at 1:45 pm
Another option would be to fire a ServiceBroker message using the trigger.
This will separate the two processes ad still provide (almost) real time processing.
We've had the once-per-minute-job approach installed for...
June 28, 2011 at 1:36 pm
The code seems to be based on the BOL example A for "CREATE FUNCTION".
In the original code, the function itself is called inside the function.
In your case this would be...
June 28, 2011 at 1:24 pm
There might be an option to tune your query and or the indexes involved.
Is there any chance you could provide some ready to use table def (including indexes) and sample...
June 28, 2011 at 1:03 pm
Just to make sure I understand it correctly:
DBADMINS (like you) are not available 24/7, but developers are????
In that case there seems be a lot more to be fixed than the...
June 27, 2011 at 9:35 am
pujain (6/27/2011)
June 27, 2011 at 6:19 am
Viewing 15 posts - 1,351 through 1,365 (of 5,504 total)