Viewing 15 posts - 1,231 through 1,245 (of 5,394 total)
All the tasks you mentioned belong to the DBA.
If you don't want to grant sysadmin permissions to a DBA, you're doing it wrong.
May 5, 2014 at 7:51 am
I see what you mean...
It is started by a process named DCEXEC.EXE which controls the Data Collector collection sets.
DCEXEC is invoked by a SQL Agent job generated automatically by the...
May 5, 2014 at 4:15 am
Thanks for the input.
I need the execute process task, unless there's another way to execute a process. How would a batch file help me here?
May 5, 2014 at 3:49 am
All the built-in collector types use SSIS packages to collect and upload data, but you don't have to install SSIS to make them work.
Looking in the installation folder of...
May 5, 2014 at 2:40 am
I have no idea why you need to restore msdb to work with DTA.
However, somebody is logged into that database and it probably is the SQL Server Agent login.
Stop the...
May 5, 2014 at 1:45 am
You need to grant ALTER ANY LOGIN to do that, which is the axact same permission granted to securityadmin.
In other words, you can't do that directly.
You should grant ALTER LOGIN...
May 5, 2014 at 1:31 am
A Google search with your exact words produces lots of results.
Are you sure none of those can help you?
May 5, 2014 at 1:24 am
The error message says it all:Operand data type varchar is invalid for subtract operator
Variance = '$ ' + REVERSE(SUBSTRING(REVERSE(CONVERT(VARCHAR,cast(round(isnull(sum(Current_Tear),0),0)as money),1)),4,255)) - <<<<<< This is your subtract operator
'$ ' + REVERSE(SUBSTRING(REVERSE(CONVERT(VARCHAR,cast(round(isnull(sum(Previous_Year),0),0)as...
May 5, 2014 at 1:20 am
A 10 seconds google search came up with this: http://stackoverflow.com/questions/2061113/sql-server-bcp-how-to-put-quotes-around-all-fields
May 2, 2014 at 11:04 am
Thanks for the hint.
Actually, everything in %programfiles%\Microsoft SQL Server\110\DTS\Tasks is missing in a system without SSIS components.
Searching the registry I found that each task has many entries and I...
May 2, 2014 at 11:03 am
May 2, 2014 at 7:59 am
Anything useful in the remote server's ERRORLOG?
Are you able to log on interactively (SSMS, SQLCMD...)?
May 2, 2014 at 7:35 am
You're welcome.
Don't overlook Grant's advice. It will probably be easier to extract from the cache, even though you won't have all the information stored in the actual plan.
April 30, 2014 at 2:03 pm
Have you tried using SQL Sentry Plan Explorer?
It shows plans in a more compact way and can display individual plans in a batch.
EDIT: Oh, last but not least, it's free.
April 30, 2014 at 9:35 am
Viewing 15 posts - 1,231 through 1,245 (of 5,394 total)