Viewing 15 posts - 61 through 75 (of 85 total)
If you have Lightspeed or SQL Backup, be sure to check out my sp_ABBackup and sp_ABRestore utilities and the article that explains them, http://www.sqlservercentral.com/columnists/vIacoboni/moreintelligentbackupandrestore.asp.
They have saved my hide...
December 9, 2005 at 11:18 am
I'm alive! I just noticed your question now though, sorry! Did you personally email me? If not, fire away...
December 9, 2005 at 11:03 am
Not directly. My suggestion would be to use the @DryRun=1 parameter, which will generate the statements to restore the database but not execute them. You can then edit...
November 23, 2005 at 6:10 am
Yeah, that's just because we're installing it as a system function. Had to turn "allow updates" on to do that. You can safely ignore the spewage...
November 22, 2005 at 2:41 pm
Well, I goofed. I used a similarly-named stored procedure that was meant for SQL 7, as you suspected. Thanks for finding this, Luis. Here's the proc I...
November 22, 2005 at 2:13 pm
Luis,
If you give me a little more information on the error and the contents of syslogins and sysusers I'd be happy to look at it.
Vince
November 22, 2005 at 12:57 pm
Ian,
Not more than a passing thought at this point, but I'll think about how to integrate it some more.
Vince
November 8, 2005 at 6:43 am
I'm a PERL convert and prefer it over any other high level non-SQL language. Perl's effortless handling of arrays and hashes mesh particular well with SQL's set-oriented abilities.
Brian, I...
March 17, 2005 at 11:46 am
Gabriela,
Interesting idea, but I don't see how it would be used when calling an existing stored procedure like sp_helpjob. Could you give an example of what you mean?
Vince
January 31, 2005 at 9:31 am
Add me to the pile. I read it -- saves me the trouble of searching out these sources myself.
Vince
January 31, 2005 at 9:07 am
Steve,
The answer is in general. As I stated, I'm aware that you can create the table first and then insert exec into it.
Sorry for the confusion caused...
January 20, 2005 at 6:37 am
OK, I think I solved this one. It appears that the dev box had different, domain account owners of the database. After loading the first time, I ran...
December 20, 2004 at 12:51 pm
Kathi,
Thanks, but we aren't worried about the SQL accounts. Its the domain accounts that are the cause of the trouble. And, I've tried creating a new SQL account...
December 20, 2004 at 12:45 pm
Chris Rose's point is important. I thought the point of this question was the default state of "NULL permitted" on a new table. If the author's intention of...
November 26, 2004 at 6:51 am
I hate "Me too!" posts, but...
Me too! I specifically chose my answer based on the fact that one would see the rows deleted if executed from the same...
November 11, 2004 at 6:39 am
Viewing 15 posts - 61 through 75 (of 85 total)