Viewing 8 posts - 1 through 9 (of 9 total)
Removing it breaks your project? Are you developing directly on the SQL server, if so I'd highly discourage that.
I'd say look in Object Explorer under databases and see if...
MCSA SQL 2014
March 17, 2015 at 9:18 am
Saw this thread from google as well. I have this happen occasionally in SQL 2012 SSMS, not really in earlier Management studios unless one of the myriad of more common...
MCSA SQL 2014
March 11, 2015 at 3:35 pm
For clusters with SSIS running, I always specify the server name in the C:\Program Files\Microsoft SQL Server\110\DTS\Binn\MsDtsSrvr.ini.xml file.
MCSA SQL 2014
January 16, 2014 at 9:19 pm
I wanted to share a powershell script I whipped up that adds the results directly to a SQL table:
Basically, you'd setup your CMS, add all your servers, and then run...
MCSA SQL 2014
April 30, 2013 at 8:27 pm
I was seeing this on one of our servers, I looked at the Services running and ran profiler and came up with the same things like: generic queries where NT...
MCSA SQL 2014
April 29, 2013 at 9:10 am
Ahh got it, throw all this into a .ps1 file, then run it like:
powershell -FILE C:\yourScript.ps1
#Server/DB for your repository
$Server = "yourServerName"
$Database = "yourDBName"
## SQL connection function
# removes the need to...
MCSA SQL 2014
October 22, 2012 at 10:55 am
Hrmm xp_cmdshell, I've seen others using the sp_OA Ole Automation proc's too, both imo potential security risks.
Why should I have to enable either of those on what could be...
MCSA SQL 2014
October 19, 2012 at 5:35 pm
Thanks! We reset it just to be safe. Had to search around for someone who knew the password though.
MCSA SQL 2014
January 4, 2010 at 4:12 pm
Viewing 8 posts - 1 through 9 (of 9 total)