Viewing 15 posts - 16 through 30 (of 391 total)
Error 105, incorrect syntax near...
There should not be commas after the
istask = 1,
AND
isparent =1,
I've removed the brackets and commas below:
If you keep finding issues, just run the statement without...
January 12, 2016 at 7:11 pm
The user is probably selecting SQL authentication rather than Windows / AD authentication.
January 11, 2016 at 11:07 pm
Error 4145 is:
An expression of non-boolean type specified in a context where a
condition is expected
Looks like the "istask" clause is missing a matching statement.
ie. istask = 1
Also space out your...
January 7, 2016 at 11:13 pm
In msdb.dbo.sysjobactivity there is a run_requested_source column. That will tell you if a schedule or a user executed a job.
Values are documented here: https://msdn.microsoft.com/en-us/library/ms190484.aspx
If a user, check the job...
January 7, 2016 at 10:56 pm
Not sure why, as I just tried the same thing and it did not hide the text box in the header after hiding the column in the tablix.
You can set...
January 7, 2016 at 10:41 pm
If enterprise edition, then as per Eddie's linked licencing document, you need to licence all physical cores of the host, so 32 cores, which gives unlimited VMs.
If you licence just...
January 7, 2016 at 12:13 am
I'll give you my take on it.
We use mostly 1 instance per VM as well, you are licencing the ESX host cores, not the virtual machine, so there is no...
January 6, 2016 at 11:44 pm
Since no one else has responded, I've had a similar rendering problem where the reports displayed the parameter header area but blank report:
You need to update the correct DIV based...
January 6, 2016 at 11:16 pm
BIDS VS2010 is for SQL 2008 R2 SSIS, BIDS VS2012 is for 2012.
I'm not sure about the .Net version, but you can probably assume 2008 is .NET2.0 and...
January 6, 2016 at 9:59 pm
Check the SQL Job owner. If it is set to a login that is a member of the sysadmin role, then the job will run as the SQL Agent...
January 6, 2016 at 9:51 pm
I also get a collation conflict on line 85 for databases like sharepoint which have a different collation to server default.
I've found it works fine when changing line 85 from
...
August 18, 2015 at 1:48 am
Thanks I've found this script very useful.
However the last update for contained databases seems to have broken the script for SQL2005 & SQL2008.
Line 63 has a reference to...
August 18, 2015 at 1:28 am
Unless you have the log backups back to May 2nd 2015 then you'll need to restore a new full backup.
June 4, 2015 at 1:02 am
I dont get this issue in SQL 2014 SP1 or SQL 2014 CU6?
It's the same statement generated with or without data.
June 3, 2015 at 10:02 pm
Viewing 15 posts - 16 through 30 (of 391 total)