Viewing 15 posts - 31 through 45 (of 305 total)
Hi ALZDBA,
I'm able to resolve the backup file NOT to append to the existing files even if it crosses 12:00am by changing CONVERT(VARCHAR(50), GETDATE(),110) to CONVERT(VARCHAR(50), GETDATE(),120)
IF @BackupType = 'FULL'
...
December 12, 2011 at 10:52 am
So, every other day you alternate between adding to the same backup file and creating a new one? i.e. 200GB, 400GB, (delete), 200GB, 400GB?
Am I missing something
Yes.
And I do not...
December 10, 2011 at 10:16 am
The data source is Oracle and the query is finishing in 15 mins at oracle end.
But the report rendering is taking hours and it's not showing up any results and...
December 5, 2011 at 10:00 am
The above script is running fine in sql 2005. But in sql server 2008 R2, some times, it's performing integrity check for all databases and some times performing index defrag...
December 5, 2011 at 9:50 am
yes, user has the access. He is able to run all other reports except this.
The dbo.execution log table shows that the report was finished in 10 mins but the actual...
December 1, 2011 at 11:59 pm
I went through the below link and I'm clear that FileStream cannot have Multiple Files in a FileStream Filegroup.
But, I'm not sure whether we can have Multiple Filegroups for Filestream?...
September 12, 2011 at 10:48 am
Thanks Gail,
I do have one more question and I hope you can clarify that.
I have configured FileStream as below.
Use Mydb
go
if not exists (select groupname from sysfilegroups where groupname=N'RBSFileStream')
Alter database...
September 9, 2011 at 3:01 pm
So that means we can not use Powershell 2.0 for SQL Server 2005 on Windows 2003 servers?
What are the sanp-ins we need add for SQL Server 2005?
The way we add...
April 15, 2011 at 3:30 pm
I already tried [string] $toAddress="user1@abc.com;user2@abc.com". But getting the below error: (In Powershell, I know that, we should use comma but do not know how to use it)
Send-MailMessage : The specified...
April 11, 2011 at 12:41 pm
Is it possible to configure the SQL Server 2008 R2 cluster on in such way that, node1 resources can only failover to node2 and node3 resources can only fail...
February 15, 2011 at 10:49 am
I'm also in same scenario and confused with the ADD NODE operation on 3 nodes.
please advice
February 11, 2011 at 1:13 pm
Thank you,
It doesnt, the quorum is part of the Windows cluster deployment not the SQL Server installation
We just created Single node Windows 2008 cluster and according our Windows admin, we...
August 19, 2010 at 10:16 pm
Thank you,
quorum will be present as part of the cluster deployment.
Create a DTC clustered application first and then install SQL server
Could you please provide me the screen shot where the...
August 19, 2010 at 12:38 pm
Viewing 15 posts - 31 through 45 (of 305 total)