Viewing 15 posts - 61 through 75 (of 103 total)
Thank You Gail for the reply...
So then the answer to my question is Write Through? In the event of a failure and no battery-backup cache, I will not lose...
August 21, 2013 at 1:00 pm
I think I am getting things confused here...I am talking about Transaction Logs (WAL) and what I care about is what SQL Server prefers with caching on the RAID controller....
August 21, 2013 at 12:52 pm
Thanks for the reply Calvo, while I 100 percent agree with you, that is not how our clusters are set up. The information within my Node1, Node2, and the...
July 12, 2013 at 7:38 am
The intention is to loop over each Linked Server, run the transaction for that Linked Server, and then fetch the next Linked Server. That being said, I have gotten...
July 8, 2013 at 2:17 pm
Chris, Thanks for the reply, but why would I need to check the firewall settings, when I can run the old SPROC that hardcodes everything (it works fine) and when...
July 8, 2013 at 9:19 am
The SPROC being called by the Dynamic SQL is a gathering metadata about each database on a Linked Server. The reason for this, is that we are undertaking a...
July 8, 2013 at 9:17 am
Lowell and Ed,
Thanks for the replies, I will try to better explain what I am doing and what I am looking for.
What I am doing: I have cursor...
July 1, 2013 at 6:11 am
Thank you so much Howard! I really appreciate it...
June 12, 2013 at 10:38 am
I give up too easily and over complicate things, I believe I have what I need below:
SELECT DATEADD(MONTH, DATEDIFF(MONTH, 0, GETDATE()) - 18, 0)
Thanks
May 17, 2013 at 12:51 pm
Thanks to both of you for the reply...
Lowell, yours works perfectly!
Thanks Again
April 2, 2013 at 6:52 am
Thanks for the reply OPC...
I did try that method as I researched out to get this done. My problem that I had with it, is that the File System...
July 30, 2012 at 7:11 am
Nevermind, I was making this harder than it should have been. I thought I was going to need an expression for this, but it was simply a check box...
June 29, 2012 at 9:39 am
Thanks Mister.Magoo...This is new a database I am not familiar, there was already a Phase Order defined, once I added that to the dataset all was good.
June 22, 2012 at 11:43 am
Viewing 15 posts - 61 through 75 (of 103 total)