Viewing 15 posts - 1 through 15 (of 160 total)
Hi Guys,
I have found and fixed this issue. We use a Powershell script to do unattended installs of our SQL Server environments. In the script, there was...
October 22, 2018 at 3:47 am
I have found the issue, it seems that when the logs get cycled, sql server seems to leave a space before the full stop and the number e.g ERRORLOG .1
October 18, 2018 at 6:11 am
You can also use replace as below:
UPDATE #Test
SET Dsc = REPLACE(dsc,SUBSTRING(dsc,1,1),'27')
WHERE Dsc LIKE '0%';
September 13, 2017 at 2:45 am
Thank you sir, that solved it. I was in the user database, as soon as I switched the to master database I could create the backup.
August 16, 2017 at 10:50 pm
That is the first place I tried, but no luck. There is only an AgentSigningCertificate. The strange thing is if I search my localhost for a .pvk (for my private...
August 16, 2017 at 6:12 am
Hi This is on my local, I am just playing around to see how it works. I have now idea where the private key is, that I what I suspecting...
August 16, 2017 at 3:51 am
I got the connection working. The iss was that i was using http://serverip/reports instead of http://serverip/reportserver.
July 28, 2017 at 2:26 am
I have switched off the firewall completely and I am still getting the same error.
July 27, 2017 at 9:31 am
I have opened port 80 on the firewall. Is there anything else I should open?
July 27, 2017 at 8:45 am
This server is newly set up. I would assume all the default settings.
July 27, 2017 at 8:38 am
Hi Guys,
TI have resolved this. Seems that the issue was a compatibility issue between 64 bit and 32 bit. I just installed vc++ redistributable 2010 x32 and x64 then I...
May 29, 2017 at 2:27 am
That is the exact output from the cmd.
January 12, 2017 at 5:27 am
So that shows my a directory that I created originally to insert documents via a stored proc, using the open rowset with single blob, and I know where this...
January 11, 2017 at 10:25 pm
From xp_cmdshell I get access denied. and from cmd I get:
MSSQLSERVER \\?\GLOBALROOT\Device\RsFx0320\<localmachine>\MSSQLSERVER
...
January 10, 2017 at 5:49 am
Viewing 15 posts - 1 through 15 (of 160 total)