Viewing 15 posts - 1 through 15 (of 47 total)
Trigger change worked for me. Thanks!!
May 2, 2016 at 12:28 pm
This is an old thread, but here is the solution for using a UNC path for anyone searching and finding this:
exec xp_cmdshell 'PushD "\\UNCPath" &&(forfiles /m FileName*.* /d -180 /c...
January 14, 2015 at 2:29 pm
Thanks Bill! And keep them coming! Well done.
September 17, 2014 at 12:33 pm
One word of warning, there are plenty that read the articles and never touch the discussions. I[f] the purpose is to get people talking, great. I'd worry about those who...
April 16, 2014 at 10:13 am
Bill (DBAOnTheGo) (4/16/2014)
April 16, 2014 at 9:39 am
I agree with most of the posts so far, in that clustering can be really tricky to get right, especially on anything under Windows 2008. Windows 2012R2 finally gets it...
April 15, 2014 at 11:24 am
William,
Unfortunately, you can't add a Windows 2012R2 node to a Windows 2008R2 cluster. If you could I'd add an 8th reason to my article 😉
I'm not sure there is a...
April 15, 2014 at 8:57 am
You are a life saver. Thanks!!!
November 1, 2013 at 1:42 pm
I would consider Log Shipping to another secondary. This link provide some more detail along with additional links to set it up.
http://technet.microsoft.com/en-us/library/ms189572(v=sql.90).aspx
Hope this helps.
September 11, 2013 at 1:09 pm
Having a domain is at the heart of cluster installation. You need a domain for the virtual name, for instance. See the install documentation . The very first thing...
September 11, 2013 at 12:02 pm
The short answer is that a cluster does indeed need to reside in a domain. Are you saying that the domain controllers reside on the SQL Server boxes? The [reside]...
September 11, 2013 at 11:35 am
I'm not sure why you would use a script component, when all you should really need is a Flat File Connection / Flat File Source Component and perhaps a Derived...
September 11, 2013 at 11:30 am
Seems to me that if you are selling software that requires SQL Server, the logical extension would be for you to do the licensing of SQL Server too, if only...
September 11, 2013 at 11:22 am
SANs are a completely different animal. And even the variation in manufacturer and model change the "best practice" of how to lay out your files. The best thing to do...
September 11, 2013 at 11:14 am
SELECT referencing_schema_name, referencing_entity_name,
referencing_id, referencing_class_desc, is_caller_dependent
FROM sys.dm_sql_referencing_entities ('YourObject', 'OBJECT');
If you want a recursive lookup, check out this:
September 4, 2013 at 9:19 am
Viewing 15 posts - 1 through 15 (of 47 total)