Viewing 15 posts - 1,036 through 1,050 (of 2,863 total)
So it sounds like you want to adjust it to return the string minus the last character.
I would use a combination of LEFT and LEN (not 100% sure on the...
June 23, 2021 at 6:53 pm
running the script from C:\ though is different than running it from c:\temp or any other folder. If "file.bat" is using relative paths instead of absolute paths, it may be...
June 23, 2021 at 6:48 pm
Depending on how you are doing the move from work table to reporting table, that could be the problem. Is it a wipe and reload? Is it a merge? Is...
June 23, 2021 at 6:03 pm
I generally don't install SSMS on the server. To me it feels like extra overhead for little benefit. I have SSMS installed on my workstation and I connect to the...
June 23, 2021 at 3:09 pm
As a random guess (I can't see the code in your bat file), it is either using relative paths OR is using network shared drives.
Since SQL says it ran successfully,...
June 23, 2021 at 2:48 pm
As a thought, are you using NOLOCK?
As a second thought, are you doing any transforms on the data in the Data Flow task that MAY be changing the data?
Another thought,...
June 23, 2021 at 2:36 pm
I think it would help to see current output and expected output.
Looking at what you wrote, I don't see why it would add a comma in front of closing date...
June 23, 2021 at 2:20 pm
That error usually means a COM object is not registered correctly. I am not sure what COM object corresponds to that CLSID, but if you can determine that, you MAY...
June 23, 2021 at 2:19 pm
I think the first step is to define user requirements.
My understanding of an "air gapped" system is that the system is on an isolated network with limited access to it...
June 22, 2021 at 9:28 pm
Glad you found the answer. Could you share it with the group?
I know I have not seen this issue before. Generally though, I have a different habit. I disable the...
June 22, 2021 at 7:50 pm
Question 1 - As far as I am aware, three is no limit on the SSRS side, but there is a limit in how long the URL can be -...
June 22, 2021 at 4:19 pm
How much free disk space do you have? Can tempdb grow?
Also, is that 200MB the data size, the log size, or combined? Knowing the individual values would help.
Lastly, what are...
June 22, 2021 at 2:21 pm
With my experience, installing CU's or SP's via WSUS is a slow and painful process where it happens one instance at a time and generally needs a reboot between installs.
I...
June 21, 2021 at 5:31 pm
This sounds like a better question for your licensing provider than a random forum post, but I can try to help here.
Best I can tell, there is no difference between...
June 21, 2021 at 5:16 pm
Just to confirm - the totals when you run it unfiltered are NOT showing up, but when running it filtered, they ARE showing up?
If the above is correct, I would...
June 21, 2021 at 5:07 pm
Viewing 15 posts - 1,036 through 1,050 (of 2,863 total)