Viewing 15 posts - 2,821 through 2,835 (of 2,853 total)
Thanks for the quick reply.
I ran the commands you suggested and got results that I was not expecting:
3 for the first one (FilestreamConfiguredLevel) and 0 for thes second (FilestreamEffectiveLevel). ...
January 10, 2017 at 12:42 pm
First half of that works, but the second half fails.
the "Enable Filestream in Configuration Manager and select all options (IO, remote)" step is already done (also tried cycling the options...
January 10, 2017 at 11:58 am
Sounds to me like the password is incorrect. The database master key is not the same thing as the sa password or anything like that normally unless you changed...
January 10, 2017 at 11:27 am
sbostic (9/30/2016)
Thanks for the information!
Have you gone for your MTA yet? If so, how'd you do?
December 16, 2016 at 9:21 am
Geeze there is a lot I want to do but realistically:
Rogue one
get my new turntable set up properly and listen to a few records
likely some video games (play but not...
December 16, 2016 at 8:13 am
Hello richlion2,
I did not think of the case where disabling the index wasn't an option. I suppose for old SQL versions, that does make more sense then.
With respect to...
December 9, 2016 at 7:32 am
richlion2 (12/8/2016)
December 8, 2016 at 8:20 am
Not a problem. Everybody has days like that.
Plus it is much nicer to find out you missed something simple than to find out that your query really needs to...
December 6, 2016 at 12:08 pm
Possibly a dumb question but are you using the database as the schema?
That is, in the UPDATE command it should be:
UPDATE <database>.<schema>.<table>
SET dest.[project_id] = stage.[project_id]
...
November 28, 2016 at 3:04 pm
If I understand your question correctly, you are wondering why you would want to specify a listener IP.
Lets say for example, your SQL instance had 2 network cards; one inside...
November 28, 2016 at 2:57 pm
As a thought, could you ask your domain controller manager to check their logs if the account got locked at the time the job failed?
Is it always the "backup" job...
November 17, 2016 at 7:21 am
Is the backup happening to local disk or network attached storage?
If it is network attached storage, you could bug your network admin to see if there are any network issues...
November 16, 2016 at 8:29 am
Did a quick google of that and found this link: http://answers.microsoft.com/en-us/windows/forum/windows_7-pictures/error-the-application-has-failed-to-start-because/df019c0d-746e-42d0-ad68-465e18e3f3ef
which had the following answer:
Error message: "Side-by-side configuration is incorrect"
The machine is missing the correct C++ runtime components for your...
November 16, 2016 at 7:43 am
Now, I am no SQL expert, but if I had to guess, I would say it is part of how SQL Server handles ACID.
If you do an update and something...
November 16, 2016 at 7:37 am
Should also be noted that this is for SQL version greater than SQL Server 2005 which according to the microsoft documentation at https://msdn.microsoft.com/en-us/library/ms174335(v=sql.90).aspx states:
expression
Is a constant, a variable, or an...
October 17, 2016 at 8:35 am
Viewing 15 posts - 2,821 through 2,835 (of 2,853 total)