Viewing 6 posts - 1 through 6 (of 6 total)
Download and install MSDE (Microsoft SQL Server 2000 Desktop Engine)
Then you can use client tools.
April 14, 2005 at 9:41 am
April 13, 2005 at 11:06 am
The most information I have found in the SQL Server Books Online is
under Using Encryption Methods, Data in Network Packets.
"For compatibility with earlier versions of SQL Server, the
Multiprotocol Net-Library continues...
April 8, 2005 at 11:47 am
In today SQLServerCentra.com news
http://www.sqlservercentral.com/columnists/hji/usingvbscripttoautomatetasks.asp
April 8, 2005 at 11:12 am
Stops the message indicating the number of rows affected by a Transact-SQL statement from being returned as part of the results.
SET NOCOUNT { ON | OFF }
When SET NOCOUNT...
April 4, 2005 at 11:21 am
SELECT TOP 30000
Have you tried SELECT TOP 10? Do you have same problem with 10 records?
If you do try change WHILE loop to something like(insted of SET ROWCOUNT)
WHILE...
April 1, 2005 at 12:06 pm
Viewing 6 posts - 1 through 6 (of 6 total)