Viewing 15 posts - 2,326 through 2,340 (of 2,857 total)
OH, my bad. But, yay, progress!
SQL browser service (I believe) uses port 1434. Do you have that port open in your firewall (as was suggested by July 26, 2017 at 3:02 pm
Since you can connect when you specify the port, I am thinking this isn't a firewall related issue.
Have you tried restarting the SQL browser service? I beleive (but could...
July 26, 2017 at 2:42 pm
I am planning on speaking soon... just need to get some demo scripts and some stuff set up.
I am hoping to do a presentation on troubleshooting service broker. I've...
July 26, 2017 at 2:30 pm
Where I work, we sometimes have an issue with orphaned users on our test systems. We restore live user databases to test from backup when we need to troubleshoot some...
July 26, 2017 at 11:35 am
I'd enjoy it. I know I have wanted to start speaking in general and plan on doing a presentation at my local chapter sometime soon. But I have also been...
July 26, 2017 at 11:29 am
Do you have windows authentication turned on on the server? If so, just add the windows group instead of the individual users.
Otherwise, you would want to create a SQL...
July 26, 2017 at 11:27 am
I agree with Lowell here. I would export all of the dtsx's using powershell. You should also get all the DTSX's (or ISPAC's) off of your server so you have...
July 25, 2017 at 2:28 pm
July 25, 2017 at 1:45 pm
Another thought - does your SSRS server have access to the Excel file? If it is on a network share, are you using the full UNC filename or the drive...
July 25, 2017 at 9:06 am
..the query which takes about 2 seconds to run normally clocks until the timeout...
July 24, 2017 at 3:42 pm
Try it. That is the best way to know for sure. Inserting into a temp table (as long as your tempdb isn't full, which will cause other problems as well)...
July 24, 2017 at 8:05 am
Might not hurt to run chkdsk on the drive as well. Could be the disk is starting to fail.
July 21, 2017 at 2:53 pm
I could be wrong, but I think the problem is you are doing incorrect data type conversion.
You are dividing an int by an int which will produce an int....
July 21, 2017 at 2:24 pm
July 20, 2017 at 2:56 pm
July 20, 2017 at 2:32 pm
Viewing 15 posts - 2,326 through 2,340 (of 2,857 total)