Viewing 15 posts - 4,366 through 4,380 (of 4,476 total)
If you have already checked sysjobs and sysoperators, have you checked maintenance plans and alerts? Any chance you have a job step that is executing:
sp_notify_operator @name = 'SQL Job Failure'
You...
September 4, 2016 at 11:02 am
Open your browser using Run As Administrator and access the URL that way. Once connected, add your account to the administrators on the SSRS site.
Sue
September 4, 2016 at 10:51 am
Try checking the description in sysmail_event_log. If you query that, many times it will report if you have some type of SMTP errors or configuration issues. You could join it...
September 2, 2016 at 11:35 am
It's there on 2008 - it doesn't matter if you are on Standard or Enterprise.
If you are using Profiler to set it up, after you connect and then the...
September 1, 2016 at 4:38 pm
I have seen a couple of other reports of this. I think they all ended up being permissions on the file.
Hopefully you still can't see it (sorry) but I am...
September 1, 2016 at 3:08 pm
dastagiri16 (9/1/2016)
I am troubleshooting cpu usage issue of my server.
When i tracked most cpu usage queries, in that most of the procedures are executing continuously but those are recompiling...
September 1, 2016 at 2:59 pm
DarthBurrito (9/1/2016)
My company has an existing report server. All is working just fine when accessing and running the reports. However, when the server was...
September 1, 2016 at 10:59 am
Was a log generated when you tried to apply the patches? Success, failure, cancel it should log. The log should be located in:
Program Files\Microsoft SQL Server\110\Setup Bootstrap\Log
Sue
September 1, 2016 at 10:26 am
It's doable but can take a bit to work out the permissions issues and how you want to handle that in your environment. You'll need to know where you are...
September 1, 2016 at 7:54 am
There are several different ways. The simplest one is probably something like:
--Convert Int to Hex:
SELECT CONVERT(VARCHAR(8),CONVERT(VARBINARY(4), 345678),2)
--Convert Hex to Int:
SELECT CONVERT(INT,CONVERT(VARBINARY(4),'0005464E',2))
You can find others, likely some better approaches...
August 31, 2016 at 1:57 pm
Clint-525719 (8/31/2016)
As for msdb, our current DR strategy is to actually restore...
August 31, 2016 at 1:34 pm
Clint-525719 (8/30/2016)
August 31, 2016 at 12:17 pm
When I get to it, the link only shows as being in the download section.
Try going to downloads. Select servers. Then go to the SQL Server download you want....
August 31, 2016 at 11:10 am
Sorry no. However, if you are a member of Visual Studio Dev Essentials, the 2014 Developers edition is free to download.
Joining Dev Essentials is free so you may want...
August 30, 2016 at 4:25 pm
I don't see any attachment but...with the Express Edition, you get the Import Export Wizard and the Data Source connector but that's it. There is no SSIS designer or SSIS...
August 30, 2016 at 3:58 pm
Viewing 15 posts - 4,366 through 4,380 (of 4,476 total)