Viewing 15 posts - 76 through 90 (of 663 total)
Why don't you first import the complete table into a temp table and then insert/update into the real tables
October 19, 2003 at 3:28 pm
Just confirming some of the comments made.
http://www.microsoft.com/sql/techinfo/tips/development/July23.asp
October 19, 2003 at 3:07 pm
Think they are a bit stingy with SQL Server If SQL is not stressed it should release the memory if the box is stressed.
Lastly, adding more spindles...
October 14, 2003 at 4:55 pm
Reminder: limit SQL max memory to 450 or 480 MB as leave memory for Windows/IIS/COM+, etc.
October 13, 2003 at 10:14 am
You may win on the network io transfer time but agree with mccork. Once enough memory then cpu will be too slow, etc.
October 13, 2003 at 1:20 am
Can you check the link please
October 12, 2003 at 8:37 pm
Found another reference at
http://www.experts-exchange.com/Programming/Programming_Languages/Visual_Basic/Q_20413027.html
Talk about jumping through hoops to achieve something.
I only needs the bit upto
Public Function loggedusername() As String
Dim tok As Long
Dim ret...
October 12, 2003 at 2:32 am
Hopefully to to far of the mark and only a month late
if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[Junction]') and OBJECTPROPERTY(id,...
October 12, 2003 at 2:25 am
Thanks for the replies.
Phillcart I suspects if the service 'looks' at the environment variable for its thread/shell it will see SYSTEM. I will defnitely give it a try.
Frank thanks for...
October 10, 2003 at 12:00 pm
Maybe raise an error explicitly in stored procedure 3 an check if the application handle the error correctly[?}
October 4, 2003 at 5:05 am
quote:
The other question i have is that in one of these tables i have an image in for a digital signature, but...
October 4, 2003 at 4:59 am
Informative article in BOL 2000 search on 'Using Partitioned Views'.
quote:
However, if the CHECK constraints have not been defined, the query optimizer must...
October 4, 2003 at 4:36 am
and finally the url
http://www.sqlmag.com/Forums/messageview.cfm?catid=3&threadid=19497
October 4, 2003 at 4:24 am
Viewing 15 posts - 76 through 90 (of 663 total)