Viewing 12 posts - 1 through 12 (of 12 total)
Vince,
I tried to send you an email as you requested but it came back undelivered. I am sure I have either your first name or last name wrong -...
August 30, 2006 at 2:27 pm
Hi Vince, I just wanted to know if you have any updates on your scritps to support SQL Server 2005, mainly the Restore one.
Thanks!
August 29, 2006 at 4:17 pm
Vince,
Thank you for your reply. I'll be watching this thread anxiously for any updates you may have.
August 14, 2006 at 7:43 am
Hey Vince, still around?
I was wondering if you have a newer version that supports SQL Server 2005. I tried to "fix" the issue myself but my little brain doesn't...
August 10, 2006 at 8:55 am
Vince,
As allways, thank you very much for your help. Here is the link to Phil Cruz's website. It should work this time.
I downloaded your original source code and have been using...
August 7, 2006 at 9:29 am
I donwloaded the scripts from Phil Cruz
(http://philcruz.com/blog/2006/04/more-intelligent-backup-and-restore.htm)
The Backup part works like a charm but when I tried to run the Restore part I got the following...
August 4, 2006 at 3:29 pm
Mr. razor, you are sharp....
Thank you very much for all your help!
June 20, 2006 at 11:58 am
Tim, here is the exact SQL I am using and the error returned:
update CAT_products
set DescriptionHTML = t1.[Long_Description_Code]
from dbo.Product_Detail t1
join dbo.CAT_products t2
on t1.modelnumber = t2.productNumber
Server: Msg 515, Level 16, State...
June 20, 2006 at 10:56 am
Yup. It all works as expected now. Thank you very much.
Let me ask you one more question
When I run EXEC sp_ABRestoreDb 'Newluis',...
November 22, 2005 at 3:19 pm
You're the man!
One more thing. When I installed the FUNCTION fn_Split I got the following:
DBCC execution completed. If DBCC printed error messages, contact...
November 22, 2005 at 2:34 pm
Thanks for your prompt reply!
Basically I opened Query Analyzer and tried to run the sp_ABFixUserLoginLinks.sql script. The following errors poped up:
DBCC execution completed. If DBCC printed error messages, contact your...
November 22, 2005 at 1:15 pm
Excellent article indeed!
I just had an issue running the following script "sp_ABFixUserLoginLinks.sql" in SQL Server 2000. It seems like the script was written back in 1998 for SQL7 and does...
November 22, 2005 at 12:44 pm
Viewing 12 posts - 1 through 12 (of 12 total)