Viewing 8 posts - 1 through 8 (of 8 total)
Another solution is third party tools. I haven't tested this but we just got Red Gate's SQL Backup Pro (moved away from Litespeed) and SQL Data Compare Pro. SQL...
September 29, 2008 at 2:54 pm
From the article:
"The plan is to give them the features only if they promise to build the product we want. No ‘we'll look into it' or ‘we'll see what we...
September 2, 2005 at 8:55 am
Hopefully this will help. Following the steps in this KB article should make it so only databases you have access to show up in EM, QA, and even DTS. ...
April 20, 2005 at 10:07 am
Sorry my code wrapped funny...the User ID in the connection string should have the space so it is "User ID" instead of UserID.
Also, check to make sure you are...
February 25, 2004 at 2:22 pm
As you've probably already found out, there are a lot of different ways to do things in ASP and ADO. Somethings to consider when choosing which way to do it...
February 25, 2004 at 10:24 am
Ok...sorry to get off on a tangent. First, does your stored procedure need to return anything back to your second ASP page or is it just doing an insert then...
February 25, 2004 at 9:30 am
I have to disagree with the comment that you should always use a CursorLocation of adUseClient if returning a recordset. The cursor location and type is totally dependent on what you want...
February 25, 2004 at 7:32 am
Why the recordset object? It doesn't appear your SP returns any records to it? I would just use the Command Object and do as Gary has suggested and use the...
February 24, 2004 at 10:24 pm
Viewing 8 posts - 1 through 8 (of 8 total)