Viewing 15 posts - 10,111 through 10,125 (of 15,381 total)
sa06rdy (11/7/2012)
At present the script will just calculate Numerator/Denomenatorx100 from 2012-apr-01 to current date.
I am looking to split the result for each individual month aganist each ward.
Sample Output...
November 7, 2012 at 1:12 pm
stephenmbell (11/7/2012)
November 7, 2012 at 1:01 pm
Please see the first link in my signature about best practices when posting questions. From what you posted nobody can run any code and we have no idea what you...
November 7, 2012 at 12:57 pm
Thanks for the sample data and the stripped down version. Reading this again it is obvious that what you need is to read the article I suggested about splitting strings....
November 7, 2012 at 12:52 pm
fwob04 (11/7/2012)
November 7, 2012 at 12:36 pm
Matt Miller (#4) (11/7/2012)
Sean Lange (11/7/2012)
Matt Miller (#4) (11/7/2012)
Sean Lange (11/5/2012)
yogi123 (11/5/2012)
I need to delete 1000 rows from table and it should do it batch wise.
means
i need to loop delete...
November 7, 2012 at 12:35 pm
Hi and welcome to SSC. It is very hard for somebody to understand your exact problem here because we have nothing to reference (tables, data, etc). It seems that part...
November 7, 2012 at 10:48 am
I don't have code for creating the database. As I indicated previously, I didn't create the thing, I just get stuck cleaning it up when the end user does something...
November 7, 2012 at 10:43 am
river1 (11/7/2012)
How can I send the data sample?Text file?
Insert statements.
Take a look at the first link in my signature about best practices when posting questions.
November 7, 2012 at 10:37 am
Matt Miller (#4) (11/7/2012)
Sean Lange (11/5/2012)
yogi123 (11/5/2012)
I need to delete 1000 rows from table and it should do it batch wise.
means
i need to loop delete statement that delete top 1000...
November 7, 2012 at 10:27 am
river1 (11/7/2012)
I have deleted my first trigger and created a new one based on the code changes you told me.
The trigger is now like:
USE [SGCTCentral]
GO
/****** Object:...
November 7, 2012 at 10:24 am
fwob04 (11/7/2012)
It didn't occur to me to verify the datatypes were the same, good point. Unfortunately it didn't help this time as the datatype is int.
Just checking here.
I...
November 7, 2012 at 8:03 am
river1 (11/7/2012)
update contribuintes
set
nif = d.nif,
...
November 7, 2012 at 7:56 am
This table also has a trigger.
The code is:
Your trigger needs to be completely rewritten. You can't handle multiple row updates. This whole thing needs to be set based or you...
November 7, 2012 at 7:55 am
Jeff Moden (11/6/2012)
Sean Lange (11/6/2012)
ROFL. I drove past this bar the other day...honest it is called RBAR.See the attached photo.
Heh... truly kindred "spirits". 😛
**groan**
November 6, 2012 at 9:07 pm
Viewing 15 posts - 10,111 through 10,125 (of 15,381 total)