Viewing 15 posts - 331 through 345 (of 9,641 total)
Brandie Tarvin (7/24/2015)
July 24, 2015 at 11:03 am
GilaMonster (7/23/2015)
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Congratulations!
July 23, 2015 at 11:00 am
Prior to 2012 the options for this were replication and log-shipping. As you read up on Availability Groups I think you'll find that they are probably the best way...
July 20, 2015 at 2:00 pm
Can you share? It looks like you just didn't double-up the single quotes within your string, but I want to be sure.
July 20, 2015 at 1:31 pm
I don't think the machine id is there, but you can get the user and I'd assume that SharePoint is running under a unique service account. You do this...
July 20, 2015 at 1:30 pm
Please lookup AlwaysOn Availablity Groups using your favorite search engine. All of this is documented in multiple places including BOL. This site also has nice set of articles...
July 20, 2015 at 1:21 pm
I'd start by making all my string variables NVARCHAR to make sure that isn't the problem.
July 20, 2015 at 1:14 pm
In addition to what Luis has said, foreign keys also ensure that no rows can be inserted into the "data" table without a corresponding row in the lookup tables. ...
July 20, 2015 at 1:09 pm
If you are really on SQL Server 2014 or even 2012, I'd recommend an AlwaysOn Availability group with a synchronous read-only secondary.
July 20, 2015 at 1:06 pm
Can you post the query or a generic representation of it?
Cross server queries, whether using Linked Servers or openrowset are notorious for performance issues depending on how you...
July 17, 2015 at 1:03 pm
Sounds like you either have a faulty controller connecting to the drives or needs a firmware upgrade based on the error. I have no experience with Lenovo Flex systems...
July 17, 2015 at 12:58 pm
Because SQL is a declarative language you can't enforce which criteria is evaluated first, the optimizer chooses based on what it thinks will work fastest. The other thing you...
July 17, 2015 at 12:52 pm
Are there any scheduled jobs (windows, backups, etc...) running at 12:30? Any information in the event logs around that time?
July 17, 2015 at 12:22 pm
What is the data type of the column you are excluding? If it is a LOB type (XML, NVARCHAR(MAX), etc...) including/excluding the column can have a large impact on...
July 17, 2015 at 12:19 pm
You don't need both, but you can enable both without doing any harm. Did you restart the SQL Server service after making the change?
July 17, 2015 at 11:49 am
Viewing 15 posts - 331 through 345 (of 9,641 total)