Viewing 15 posts - 14,776 through 14,790 (of 15,381 total)
Just take the rowid out of the list. You don't want the details, you just want to get the calculation.
April 28, 2011 at 1:56 pm
LOL. :blush: I was not aware that you could do that.
Back to your situation, did it in fact update the underlying data?
April 28, 2011 at 1:29 pm
I am really confused by a lot of things here. First of all you can't put a trigger on a view. You can't insert or update a view. You can...
April 28, 2011 at 1:13 pm
Please don't create new threads for new answers to your existing question. It just fragments the answers.
Reply to the original post here
April 28, 2011 at 12:55 pm
It may very well be an IIS execution timeout given the amount of data and the time it takes since this probably called during a post back. If the original...
April 28, 2011 at 9:19 am
I see a number of problems here. You are wrapping your variables with '@variablename'. That will not do what you think. Secondly and most importantly I don't see why you...
April 28, 2011 at 7:31 am
April 28, 2011 at 7:05 am
I don't think it can be. How could sql server "rollback" previous write to an external location?
April 27, 2011 at 8:11 am
Can you chunk this out into batches? It would probably make it run a ton faster if you handle this in batches instead of all at once. I don't know...
April 27, 2011 at 8:00 am
virender.singh (4/21/2011)
this table sufferes a huge insert commands.
I am fetching incremental records with row_id
query is...
April 27, 2011 at 7:45 am
Not to mention that most servers have the time changed twice a year. Daylight saving time. :w00t:
April 27, 2011 at 7:38 am
...
SQL Server does not exist or access denied..."
Is this normal error or critical error? Please advise
I guess it depends. Is this process failing normal or critical? What this message is...
April 26, 2011 at 2:18 pm
There is no "best practice" or "generic should always have" list of constraints. The application, ddl and business rules as well as db knowledge go into this. There is no...
April 26, 2011 at 1:56 pm
ChrisM@home (4/26/2011)
PRINT @l_sql_string
insert into TSTDB.dbo.CAPACITY...
The last query printed will be the one which fails. Copy and paste it into a new query...
April 26, 2011 at 1:40 pm
Viewing 15 posts - 14,776 through 14,790 (of 15,381 total)