Viewing 15 posts - 31 through 45 (of 2,902 total)
Well, MSSQL has several mechanics that can do something similar.
If you want to run a huge SELECT but don't care about the results open the Query Options go to...
November 12, 2025 at 3:22 pm
I am a fan of having things like "current" or "latest" with the expectation that I will rename it when a newer version comes out. Where possible, I like having...
November 7, 2025 at 9:46 pm
I like CDATA as a concept, but it is an expensive tool for sure AND it still requires other tools to do the heavy lifting. If you want the ODBC...
November 6, 2025 at 3:53 pm
Is the different domain in the same AD forest? If so, then you should be able to authenticate across and see the other servers and everything should just work. If...
November 5, 2025 at 10:26 pm
One more thing - make sure the ODBC DSN that you are using is the correct bitness (32-bit vs 64-bit). If the app is 32-bit, then it MUST be the...
October 29, 2025 at 8:52 pm
Speed of the SSD and network latency will determine the maximum performance of the SQL instance. My understanding, if the network latency is 1 second and the SSD speed is...
October 29, 2025 at 6:45 pm
My opinion - if E2 is running on a SQL Server backend, why reinvent the wheel? Use SSIS for your ETL.
If that isn't an option for one reason or another,...
October 29, 2025 at 6:33 pm
Maybe this is over-simplifying the problem, but is there any reason why you can't connect directly to the data source?
In my experience, the more hoops your application has to jump...
October 28, 2025 at 9:03 pm
Just my opinion, but systems with "variable mass systems" such as rockets, comets, fluid ejection, or systems with dynamic mass exchange, I am not sure what this model helps with....
October 23, 2025 at 7:43 pm
I'd be hesitant to use floats personally. Main reason is that floats and reals are approximate values. See this link
PLUS if you are REALLY needing a NUMERIC(30,10), the CAST...
September 19, 2025 at 7:39 pm
We actually use DH2i for handling our HA/DR, but we are only hosting a few instances in that failover - roughly 30 across all of our servers - and it...
September 18, 2025 at 7:42 pm
I don't think this is a problem with "rounding" but a problem with "precision". SQL has complicated logic around precision. The below is taken from here
The...
September 18, 2025 at 5:49 pm
The EASIEST way to do it is to download and install a SQL monitoring solution that watches for database growth.
If that isn't an option, you'd need something in place that...
September 17, 2025 at 8:07 pm
Just my 2 cents but the example provided in the link I provided to me proves that NKTg₂ is irrelevant in that example. If you assume NKTg₂ is 0, you...
September 16, 2025 at 10:28 pm
My opinion - it is LIKELY related to the job not having access to the stored procedure, but the logs will be the best way to tell what went wrong.
If...
September 16, 2025 at 5:37 pm
Viewing 15 posts - 31 through 45 (of 2,902 total)