Viewing 15 posts - 6,031 through 6,045 (of 6,102 total)
Yes, I've used it to execute multiple SQL statements. For instance, I have a single Execute SQL Task that truncates several database tables all within the same "task."
K. Brian...
September 4, 2001 at 7:04 am
When we bring over large extract files from our mainframe systems, what we do is put a small (100 bytes or so) "tickler" file to tell us that the other...
August 25, 2001 at 9:33 am
I'm bothered by the following:
quote:
if update(btbclnt)if not update(btbbcn)
set @oldclnt = (select btbclnt from deleted)
If we...
August 22, 2001 at 9:09 pm
It's a MAPI-compliant client that you'll be needed. Basically Outlook will do (though Outlook 2000 is required for SQL Server 2000). Outlook can connect with a POP3 server,...
August 22, 2001 at 1:52 pm
They shouldn't be conflicting, but one never knows. Yes, please post the code for both triggers.
K. Brian Kelley
August 22, 2001 at 1:48 pm
There's a topic with basically the same issue:
Essentially, make sure you clear out all the EM files and edit out the appropriate registry keys belonging to SQL 2K....
August 22, 2001 at 1:46 pm
I'm in agreement with Andy here. Basically, you have to consider that if you build the add a City into the UI, you're only running an operation in those...
August 22, 2001 at 9:42 am
Try this article from Brian Knight:
http://www.sqlservercentral.com/columnists/bknight/stepbystepclustering.asp
K. Brian Kelley
August 22, 2001 at 9:32 am
Sounds good, Chris, I like the suggestions and the script. Looks like I need to write a part II. 🙂
K. Brian Kelley
August 22, 2001 at 9:25 am
Connecting via NT Authentication or SQL Server logins? Sounds like you are getting to the servers via EM, so it doesn't sound like a ports issue.
K. Brian Kelley
August 16, 2001 at 2:37 pm
You might also try the Counterpane Labs site. Counterpane Internet Security was co-founded by Bruce Schneier, author of Applied Cryptography:
http://www.counterpane.com/labs.html
It has some algorithms and links to other...
August 8, 2001 at 6:55 am
Wes is right, it's called the Ad Rotator component. Basically you create a text file (Rotator Schedule File) with the list of graphics, any links that may be associated...
August 7, 2001 at 2:30 pm
From the VB side you have the option of the .AppendChunk method from ADO. I don't use it per se, but I do have several web apps running a...
August 7, 2001 at 7:17 am
A neat thing that SQL Server does is also allows you to insert any non-zero value (and non-null) and have it represented as 1. So if you're used to...
August 7, 2001 at 7:01 am
Can you post a small sample of your code? Generally there shouldn't be any reason .EOF would fail unless the connection isn't getting opened and/or the recordset isn't getting...
August 5, 2001 at 10:22 pm
Viewing 15 posts - 6,031 through 6,045 (of 6,102 total)