Viewing 15 posts - 46 through 60 (of 184 total)
1. Those 15 transactions will not be performed. SQL server will refuse any connection during that time.
2. I think they will be disconnected.
Ryan
//All our dreams can come true, if we have the courage to pursue them//
October 19, 2011 at 1:12 am
Nice question
Ryan
//All our dreams can come true, if we have the courage to pursue them//
October 6, 2011 at 12:58 am
The policy will check if the autoshrink is off for all the databases. The scrpits and conditions are attached.
---condition
Declare @condition_id int
EXEC msdb.dbo.sp_syspolicy_add_condition @name=N'Condition_name', @description=N'', @facet=N'Database', @expression=N'<Operator>
<TypeClass>Bool</TypeClass>
<OpType>EQ</OpType>
...
Ryan
//All our dreams can come true, if we have the courage to pursue them//
September 28, 2011 at 7:14 am
They are not exactly same. I found one disparity between them. After creating a policy in policy based management, I set the evaluation mode as 'on demand'. While enabling the...
Ryan
//All our dreams can come true, if we have the courage to pursue them//
September 28, 2011 at 5:47 am
Thanks
Ryan
//All our dreams can come true, if we have the courage to pursue them//
September 19, 2011 at 5:56 am
Hi MarkusB, thank you very much.
Ryan
//All our dreams can come true, if we have the courage to pursue them//
September 12, 2011 at 6:17 am
Whats the error message you are getting?
Ryan
//All our dreams can come true, if we have the courage to pursue them//
August 24, 2011 at 12:34 am
Can someone give some idea on this? I am also interested to get some information on this.
Ryan
//All our dreams can come true, if we have the courage to pursue them//
August 22, 2011 at 1:59 am
Initial size will not be changed. If the database contains the data less than the intial size, the size will be the initial size. As the database grows beyound the...
Ryan
//All our dreams can come true, if we have the courage to pursue them//
August 18, 2011 at 8:33 am
As Brandie said manual work is required to automate.
Create new step and add this to the job you want mail alert for failure. Add the below script to the new...
Ryan
//All our dreams can come true, if we have the courage to pursue them//
August 12, 2011 at 8:25 am
Hi,
Have you checked (sp_helpdb tempdb) from SSMS 2008 after adding the files? If it shows there it must be seen from SSMS 2005 from the server itself.
Ryan
//All our dreams can come true, if we have the courage to pursue them//
August 12, 2011 at 5:52 am
Have you checked if you can open the shared folder using \\servername\shared_folder from your server?
Ryan
//All our dreams can come true, if we have the courage to pursue them//
August 12, 2011 at 1:48 am
Is your SQL server browser running?
Ryan
//All our dreams can come true, if we have the courage to pursue them//
August 10, 2011 at 3:36 am
What is the recovery model of the database where you inserts the rows? You can change to bulk logged before inserting and change it once completed.
Ryan
//All our dreams can come true, if we have the courage to pursue them//
August 9, 2011 at 8:36 am
I ran the same and it worked for me.
Ryan
//All our dreams can come true, if we have the courage to pursue them//
August 9, 2011 at 4:18 am
Viewing 15 posts - 46 through 60 (of 184 total)