Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.databases.ms-sqlserver > #1398
| Newsgroups | comp.databases.ms-sqlserver |
|---|---|
| Date | 2013-02-21 17:38 -0800 |
| References | <695679d9-3eb9-44c8-a7fb-2e60ef2b8373@googlegroups.com> |
| Message-ID | <00d6df61-bf2a-4e17-be9b-3c2b112b118e@googlegroups.com> (permalink) |
| Subject | Re: Purge Utility |
| From | JAW <willjamu@gmail.com> |
DECLARE @VSQLQuery NVARCHAR(2000),
@VCount INT,
@ErrorMessage NVARCHAR(4000),
@VParameterDefinition NVARCHAR(100);
In the words of Fred G. Sanford I fell like a 'real dummy"
My Vparameterdefinition just needed to be increased just needed to be increased and it worked.
Back to comp.databases.ms-sqlserver | Previous | Next — Previous in thread | Next in thread | Find similar
Purge Utility JAW <jwilliam@aglresources.com> - 2013-02-13 12:44 -0800
Re: Purge Utility Erland Sommarskog <esquel@sommarskog.se> - 2013-02-13 22:25 +0100
Re: Purge Utility JAW <jwilliam@aglresources.com> - 2013-02-14 08:10 -0800
Re: Purge Utility Erland Sommarskog <esquel@sommarskog.se> - 2013-02-14 21:00 +0100
Re: Purge Utility JAW <jwilliam@aglresources.com> - 2013-02-14 08:22 -0800
Re: Purge Utility JAW <willjamu@gmail.com> - 2013-02-21 17:38 -0800
Re: Purge Utility rja.carnegie@gmail.com - 2013-02-21 18:04 -0800
csiph-web