Viewing 15 posts - 811 through 825 (of 15,381 total)
June 21, 2017 at 9:51 am
This is totally off topic but man I really hate contract developers sometimes. We had this guy in our shop for about three months helping relieve some of the pressure...
June 21, 2017 at 9:42 am
June 21, 2017 at 7:02 am
June 20, 2017 at 1:23 pm
Hold Shift+ALT and you can make...
June 20, 2017 at 12:16 pm
Does anyone know how to disable the intellisense in sql prompt? I only want to do this temporarily. I have a very long list of parameters and I need to...
June 20, 2017 at 10:34 am
I just nearly spit out my coffee laughing. I was looking at a table built by some consultants for a project a few years ago. This is a product table...
June 20, 2017 at 9:35 am
Holy cow Luis. I was not at all understanding what they were looking for. I was not even on the same planet as your post. That is pretty awesome my...
June 16, 2017 at 1:03 pm
For starters lets format this function so we can read it.
CREATE FUNCTION dbo.ufnConvertToFraction
(
@NumbertoConvert FLOAT
)
RETURNS VARCHAR(20) AS
BEGIN
DECLARE
@output VARCHAR(20)
,...
June 16, 2017 at 1:00 pm
I have data in VARCHAR column.
I need...
June 15, 2017 at 7:33 am
You are asking us to help with performance but we have no idea what your table structures and indexing is for any of this....although "There are multiple heap tables in...
June 14, 2017 at 8:21 am
June 14, 2017 at 8:02 am
Viewing 15 posts - 811 through 825 (of 15,381 total)