RE: Error: 25002. The specified buffer size is not valid.
Can you reproduce this using the ISQLW20 Query Analyzer ?
Try moving tempdb to a storage card using SQL CE 2.0 Books Online section
"Specifying the Location of the Temporary Database .. "
Thank you!
Syed N. Yousuf
Microsoft Developer Support Professional
This posting is provided "AS IS" with no warranties, and confers no rights.
.
Relevant Pages
- Re: recent drivel posted by Tony Rogerson on his blog
... to respond to a blog. ... You accept what you are used to as the norm, msdn is slow which is why I have books online installed locally, it has a link on the search through to the online version anyway - also out to a number of community sites my own included. ... Tony Rogerson, SQL Server MVP ... [UK SQL User Community] ... (comp.databases.oracle.server) - Re: Command object and batching stored procedure calls
... I'm using SQL Server. ... ADO Command object. ... 22 separate statements is the most I've been able to get in one CommandText, ... I'd appreciate it if you could point me to the Books Online where it's ... (microsoft.public.data.ado) - Re: Command object and batching stored procedure calls
... batched sql statements documented? ... It is certainly documented in SQL Server ... Books OnLine. ... etc. for each network round-trip. ... (microsoft.public.data.ado) - Re: user wants access
... I would strongly recommend you read Books Online for this information. ... the db_securityadmin fixed database role. ... Looking for a SQL Server replication book? ... (microsoft.public.sqlserver.server) - Re: Specifying Cursor SQL
... From what I've read so far (John Palinski's book - I don't know how well it stands up against other publications, but it's done sterling service for me with respect to the Oracle SQL I've been doing the past few years), there doesn't seem to be an easy way of passing an SQL select statement to a function or procedure. ... I specified varchar2as I don't think I can just leave things open ended with specifying it as just varchar2 without a length specification? ... '-- begin '-- open cDistributions; close cDistributions; '-- return n_Distribution '-- ... Native Dynamic SQL. ... (comp.databases.oracle.server) |
|