Viewing 15 posts - 6,031 through 6,045 (of 6,104 total)
What we do is only the keep the latest backup on disk on the SQL Server itself. All over backups are moved over and renamed on a server dedicated...
K. Brian Kelley
@kbriankelley
September 4, 2001 at 9:41 am
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...
K. Brian Kelley
@kbriankelley
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...
K. Brian Kelley
@kbriankelley
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...
K. Brian Kelley
@kbriankelley
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,...
K. Brian Kelley
@kbriankelley
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
K. Brian Kelley
@kbriankelley
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. As...
K. Brian Kelley
@kbriankelley
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...
K. Brian Kelley
@kbriankelley
August 22, 2001 at 9:42 am
Try this article from Brian Knight:
http://www.sqlservercentral.com/columnists/bknight/stepbystepclustering.asp
K. Brian Kelley
K. Brian Kelley
@kbriankelley
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
K. Brian Kelley
@kbriankelley
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
K. Brian Kelley
@kbriankelley
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 cryptography sites.
K....
K. Brian Kelley
@kbriankelley
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...
K. Brian Kelley
@kbriankelley
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...
K. Brian Kelley
@kbriankelley
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...
K. Brian Kelley
@kbriankelley
August 7, 2001 at 7:01 am
Viewing 15 posts - 6,031 through 6,045 (of 6,104 total)