Viewing 15 posts - 1 through 15 (of 17 total)
Curious: could your login naming convention be similar to your email naming convention? I see an interesting experiment brewing...
June 5, 2003 at 8:03 am
I've set this up on a server I administer and it works like a charm. The overhead is pretty close to nonexistent. The only "catch" (in my scenario...
May 12, 2003 at 8:14 am
I tried using VB6's DMO functions and it worked pretty good. I wanted a command-line object scripter and it performed OK. You might want to give that a...
March 24, 2003 at 5:59 am
You should check out a third party product by Lumigent called Log Explorer. This can roll back individual transactions. Maybe this product will influence your decision to replicate...
March 10, 2003 at 2:28 pm
paulbowman:
I'm curious where you got the information that it was developed independently of Microsoft.
Cheers,
Ken
March 10, 2003 at 1:54 pm
Depending on the sessions that are executing and calling, you may have to insert into a global temp table rather than a regular temp table.
Consequently, you'll want to deal with...
March 10, 2003 at 11:46 am
Brendon:
To achieve the level of security you are looking for, I think you would need to run [your software] on [your server] at [your site], and have your clients email...
March 10, 2003 at 8:44 am
This is clearly an awkward position for a SQL DBA to be in: responsible for the databases on a server that you have no control over - worse yet, you...
February 27, 2003 at 7:21 am
How about writing your own .DLL and calling a set of extended stored procedures? Any of you guys have any comments on that?
February 13, 2003 at 10:21 am
I'm guessing that your databases are named after your client names, right...?
I'll vouch for the "can't do that" answer, and maybe named instances are the answer, but in a situation...
February 3, 2003 at 8:18 am
Would a Global temp table solve the problem?
December 2, 2002 at 9:42 am
rprice: check the BOL for "Bulk-Logged Recovery"
SELECT INTO doesn't generate tlogs like an INSERT statement does.
December 2, 2002 at 9:36 am
Read up on the sp_trace_... stored procedures. I've set up something similar to monitor utilization and "bad queries".
September 16, 2002 at 2:51 pm
Be -very- careful about the "string-building" you do. Your first/last name strings [should] be OK as is, but if you give enough elbow room in the length of a...
September 9, 2002 at 6:54 am
Check Q308267 in the Microsoft Knowledgebase.
If you've done anything to the database with SQLDMO, this may be causing the problem.
Cheers,
Ken
September 5, 2002 at 9:07 am
Viewing 15 posts - 1 through 15 (of 17 total)