Viewing 9 posts - 1 through 9 (of 9 total)
mdv3441 (12/8/2010)
Msg 2715, Level 16, State 3, Procedure TRG_Profile, Line 1
Column,...
December 8, 2010 at 3:52 pm
quetzco (11/22/2009)
How can I avoid the problem of 'ntext', 'text', 'image' fields when executing:
IF @ACT = 'INSERT' INSERT [DBO].[AUDIT_BTPRJ_COSTIIMP] SELECT *,'INSERT' ,GETDATE() FROM INSERTED
IF @ACT = 'DELETE' INSERT...
November 23, 2010 at 4:52 pm
Thanks for everyone's comments.
Just to illustrate that the SQL Server behaviour is not necessarily obvious ...
With the test data I used above, the following SQL Server query results in 120...
October 28, 2009 at 10:23 pm
It is the developer's responsibility to ensure that the correct value is used to update, and I can sympathize with your desire for an error message to keep unexpected multiple...
October 28, 2009 at 9:32 pm
Lynn Pettis (10/28/2009)
The problem is in your code. Please note the changes I have made in both versions.
Hi Lynn, and thanks. Perhaps I wasn't clear about my purpose. I...
October 28, 2009 at 9:22 pm
Try putting a detail group on the list and then a page break on the detail group. Group on the data that identifies a statement e.g. the client key or...
November 1, 2007 at 1:09 am
If you need to recover, it will be much easier if you have both databases AND also the encryption keys - you will loose all security information without the key backup.
August 20, 2007 at 11:01 pm
What about using environment.newline() in the field expression?
Something like: iif(<condition for line 1>, <line 1> + environment.newline()) + <line 2>
July 10, 2007 at 6:05 pm
Is your Windows version 64-bit?
I had the same error message with a DTS package. It worked on 32-bit Windows and on 64-bit Windows when running manually, but when running as a job, or...
May 8, 2007 at 11:23 pm
Viewing 9 posts - 1 through 9 (of 9 total)