Viewing 15 posts - 16 through 30 (of 189 total)
Well, you could say that about life, in general. But I the trade-off here is data integrity versus performance. Wrong data versus fast data. It is not that close...
November 4, 2019 at 1:39 pm
We will soon be able to drop support for SQL 2008R2 from our product making SQL 2014 the minimum...
I strongly recommend that you upgrade that to the latest...
November 4, 2019 at 1:38 pm
Oh, what a recipe for disaster! Since you are requerying the data every time, you have NO WAY to know if the offset is still valid. You are going...
November 4, 2019 at 8:22 am
From the performance article this one links to it looks like the answer is no - it suggests that doing a count() in a separate query is the best option...
October 31, 2019 at 10:06 am
We will soon be able to drop support for SQL 2008R2 from our product making SQL 2014 the minimum and thus we could use this newer paging syntax. However currently...
October 31, 2019 at 9:28 am
Seems like this will just add more stuff to be concerned with. Typically I just always use nvarchar thus internationalised text data is not a problem and since we primarily...
August 30, 2019 at 7:53 am
Unfortunately with a combination of VPN to server + T-SQL + 3rd party partner it is possible to write reports with SSRS and thus we (dev side) are forced to...
July 29, 2019 at 6:49 am
Thank you very much, Peter. Now, I'm concerned about SSRS and how we're trying to go to it. I work for a large state agency, so reporting is a...
July 25, 2019 at 3:03 pm
Well you have to use your own custom written authentication DLL with SSRS unless you are running the whole thing on a Windows domain then you need to be able...
July 24, 2019 at 2:26 pm
Peter, Customers are learning to move faster, but it's a slow process. I expect that in five years, things will have changed a lot, especially a there are no...
July 24, 2019 at 2:16 pm
Since we use SSRS then Azure SQL Server is out the door immediately.
Typically I'd love for us to be using the latest and greatest SQL Server but our customers are...
July 24, 2019 at 10:51 am
Some what off topic, I just noticed the "Take a peek into our servers" stuff in the footer.
Isn't this a penetration test failure as you are exposing server names thus...
July 9, 2019 at 9:09 am
I think where I'm at we tend to "loose" the comments in our VCS because the developers feature branch everything, so unless you know what branch the change was...
July 9, 2019 at 9:01 am
I work for a small company that has three people who work with SQL and VB.net. We are very interested in learning how to use a Version Control System,...
July 9, 2019 at 8:58 am
Oh in that case you won't lose anything. JIRA is a task management system it is not a VCS. We use SVN for VCS and JIRA for task management.
July 8, 2019 at 12:13 pm
Viewing 15 posts - 16 through 30 (of 189 total)