Viewing 6 posts - 1 through 6 (of 6 total)
Thanks a lot, bkelley!
But I have SP3 installed. I ran few tests and found out:
1)If 'rpc out' option is enabled the following statement is successfully executed:
'exec ClientServer.DB.dbo.usp_LoadData @Param' with any...
April 21, 2003 at 9:35 am
Today I've run two tests under WinXP: created two unformatted partitions and created log file firstly on formatted partition and after that on unformatted one.Both tests have succeeded. So now...
April 15, 2003 at 10:01 pm
to Andy Warren:
So you mean that I must specify drive letter for both data and log files ?
Ok. I'll try but MSSQL has errored when accessing raw partition ...
From me:
That's...
April 15, 2003 at 4:22 am
We've come across this problem some time ago and the solution offered was developing two tables. Let's call it Table1 and Table2.
Table1 contains all objects (with their properties) including two...
April 9, 2002 at 10:13 am
If use ADO components to communicate with SQL Server(i think you do) then you have a lot of methods to trap(or handle) errors that MSSQL raises. After you have catched...
April 9, 2002 at 9:06 am
There's an easier statement:
if not OBJECT_ID('#TableName') is Null
and so on.
April 9, 2002 at 8:33 am
Viewing 6 posts - 1 through 6 (of 6 total)