Viewing 15 posts - 1 through 15 (of 22 total)
Hi,
Thank you for your reply.
We don't have a QA environment separately. The Dev environment acts as the QA environment too.
Thanks,
Nsh.
February 9, 2012 at 8:04 pm
Hi,
Will try out your suggestions.
Thanks for your reply.
Natalie.
March 18, 2008 at 8:37 pm
It works when a new query window connection is opened.
Thanks!
October 18, 2007 at 2:38 pm
Hi,
It was restored - and it was showing null because the 'auto-close' option was selected.
Thanks.
October 4, 2006 at 11:08 am
Hi,
After including version is not null (as per ur suggestion) - its working fine.
Thanks a lot.
September 28, 2006 at 1:00 pm
Hi,
thnx for the code......
i came across another syntax too :
declare
@login sysname
declare @dbname
September 26, 2006 at 6:49 pm
Hi,
Thanks - went through your blog link. I will try one following your example.
Thanks again.
Natalie
August 31, 2006 at 10:40 am
Hi,
Sorry i am still having trouble in getting my xcacls to work.
Should the xcacls.vbs be download into a specific path....?
I downloaded the xcalcs.vbs into this path: C:\Documents and Settings\UN\My...
May 17, 2006 at 10:40 am
Hi,
I want to view the existing permission of a folder and then set the folder permission through command line or batch file.
when i use calcs "D:\Test" in the dos...
May 2, 2006 at 3:27 pm
Hi,
I have the following code:
declare @new_plan_id uniqueidentifier
declare @new_command nvarchar(1000)
exec msdb.dbo.sp_add_maintenance_plan 'System DB Maint',@plan_id=@new_plan_id output
exec msdb.dbo.sp_add_maintenance_plan_db @new_plan_id, 'All System Databases'
/* entry for max_history_rows field. */
IF EXISTS (SELECT *
FROM msdb.dbo.sysdbmaintplans
WHERE...
April 17, 2006 at 11:14 am
Viewing 15 posts - 1 through 15 (of 22 total)