Viewing 15 posts - 3,436 through 3,450 (of 5,111 total)
crazy_new - Thursday, July 27, 2017 8:45 AMI have opened port 80 on the firewall. Is there anything else I should open?
For...
July 27, 2017 at 9:00 am
crazy_new - Thursday, July 27, 2017 8:38 AMThis server is newly set up. I would assume all the default settings.
Windows firewall is...
July 27, 2017 at 8:41 am
Do you have a firewall on the serve, which is blocking the connection?
July 27, 2017 at 8:23 am
July 27, 2017 at 5:49 am
Forgot to mention, resolved this in the end. The problem was due to a Server level trigger (one that a another DBA built and has been a bane in by...
July 27, 2017 at 4:21 am
I encountered this error about a week ago when trying to deploy as SSIS project. it turned out the problem was due to a trigger. Do you have any triggers...
July 27, 2017 at 4:16 am
How are you defining that these numbers are out of order as well? Is there another column we should be checking against that defines the order that your rows are...
July 27, 2017 at 2:15 am
Firstly, an explanation of what what you're doing isn't working. Inside your While loop your returning your full dataset, in this case every row that your going to insert, every...
July 27, 2017 at 2:08 am
Sean Lange - Wednesday, July 26, 2017 8:53 AM
No!!! How am i going to relive my childhood playing 80's Flash...
July 26, 2017 at 8:58 am
Using the undocumented procedure sp_MSforeachdb (yes, I know some people don't like it), you could do something like this:
USE OpenGI;
GO
Use master;
GO
July 26, 2017 at 8:50 am
Are you specifying the port in your Connection string? if not, what happens if you do? So your Server name would be: FJ-SQLDEV1\fjm,55991
July 26, 2017 at 8:33 am
What error message are you receiving when you try to connect. What details show in the SQL Server's Logs? Can you ping the server from your machine? After enabling TCP/IP...
July 26, 2017 at 8:09 am
I'm with Lowell here. I think this is something I referenced in a previous topic with you.
I'll have a go at decrypting the XML at the office tomorrow,...
July 25, 2017 at 1:01 pm
If you're using SSISDB, your packages would t be located in MSDB, they'll be in SSISDB. Which are you using?
July 25, 2017 at 12:08 pm
July 25, 2017 at 10:10 am
Viewing 15 posts - 3,436 through 3,450 (of 5,111 total)