Viewing 15 posts - 8,956 through 8,970 (of 59,078 total)
It's time to calibrate the people that are sending you the data.
July 24, 2019 at 9:27 pm
Thanks for posting, sir. I did happen to try that on a development sql box that is version 14.0.2002.14 (2017) and it doesn't seem to work though. At first,...
July 24, 2019 at 9:14 pm
NOLOCK isn't to prevent locks... it's to prevent from waiting for locks to be released when you're doing reads. You've kind of overridden that because the SELECT is in a...
July 24, 2019 at 9:09 pm
If your presentation layer is SSRS, then using underscores in your column names makes life easier, IMHO. Now I'm using 2008 SSRS, but when I drop a column name...
July 24, 2019 at 8:52 pm
I really would recommend that you back up to a different folder, rather than giving access to the Administrator area. Something on a different server would be best -...
July 24, 2019 at 8:14 pm
On that same note, I'd also change the datatype for "IsBillable" and "IsActive" to TINYINT and use a 1 for "Yes" and a 0 for "No" along with...
July 24, 2019 at 3:45 pm
Last but certainly not least, there is no way that I'd ever include spaces or other special characters in the columns so as to make them require brackets....
July 24, 2019 at 3:43 pm
While it does depend, in general I'd think that while the DBA might be not responsible for those design items, they likely will be held accountable for...
July 24, 2019 at 3:32 pm
We have databases that need to, eventually, fully migrate to PostgreSQL for the future environment they will be hosted on.
Got it. Thanks for the feedback.
July 23, 2019 at 9:36 pm
I know it sounds crazy but I just went through something similar just 15 minutes ago. The problem was that the SQL Service wasn't started. When I manually started it,...
July 23, 2019 at 9:06 pm
I guess my question would be... if you have to keep Postgre in sync with the SQL Server data, why are you using Postgre???
July 23, 2019 at 8:14 pm
You are more than a year behind on SQL Server cumulative updates. I can only imagine but would suspect that you're probably behind on Windows Updates, as well. If for...
July 23, 2019 at 7:04 pm
Just to be sure, it wasn't meant as any kind of slam for missing something, Phil. I absolutely thought it excellent emphasis on a problem that would...
July 23, 2019 at 6:33 pm
Thanks Jonathan. query we have will run always with same set of parameters and this query is in PROD. so I can't run DBCC FREEPROCACHE
You could, however, lookup how...
July 23, 2019 at 5:53 pm
Viewing 15 posts - 8,956 through 8,970 (of 59,078 total)