Viewing 15 posts - 91 through 105 (of 257 total)
That was it. Thank you
***SQL born on date Spring 2013:-)
March 16, 2015 at 3:06 pm
This should work.
Any reason you are not doing this calc in SQL ?
=DATEADD(DateInterval.Year, -1, (DateAdd(DateInterval.Month, -1, DateSerial(Year(Now), Month(Now), 1))))
***SQL born on date Spring 2013:-)
March 16, 2015 at 1:00 pm
Hello gents,
So I started researching the Convert and Bitwise. Very interesting stuff. I also ran into another issue. Not all row colors go good with black text.
So I used more...
***SQL born on date Spring 2013:-)
March 16, 2015 at 11:15 am
mister.magoo (3/15/2015)
If they were...
***SQL born on date Spring 2013:-)
March 16, 2015 at 11:10 am
That Bit Bash is sweet! Wow, so cool. I'm not sure why this is exciting but it is. 😀
***SQL born on date Spring 2013:-)
March 15, 2015 at 9:45 am
I searched things like
Convert RGB to Hex color TSQL
RGB column stored as INT how to convert tsql
RGB to hex code SQL
Hex to RGB sql
Convert int rgb to hex SQL
Stuff...
***SQL born on date Spring 2013:-)
March 14, 2015 at 6:28 pm
Thanks again Jeff , "Jefe el Sql ",
I ran both convert codes and on my limited test data (1,000 rows) they were both uber fast. Not even a 1 ms.
The...
***SQL born on date Spring 2013:-)
March 14, 2015 at 5:31 pm
Holy smokes Batman
That is awesome Erik!
I can put that directly into the code and this makes it where I don't have to install any other objects beside my SP.
Just put...
***SQL born on date Spring 2013:-)
March 14, 2015 at 2:26 pm
I am currently building the report with my test data. Its small so my original function is working well but wont on larger data sets. The stuff you pointed out...
***SQL born on date Spring 2013:-)
March 14, 2015 at 2:06 pm
Wow Jeff you always amaze!
Just blown away 😀
I was trying to figure out a efficient solution. I found this Scalar Function online it use the INT version...
***SQL born on date Spring 2013:-)
March 14, 2015 at 12:49 pm
I also have the color stored as a Int
So I have either this format 255,255,224 or 14745599
***SQL born on date Spring 2013:-)
March 14, 2015 at 12:15 pm
Yes sir,
Did I say it wrong on what data type it should be?
***SQL born on date Spring 2013:-)
March 14, 2015 at 12:11 pm
Sean,
Thank you so much. This did work and provided my solution to a very hard to understand table structure and requested query I was dealing with. I have incorporated...
***SQL born on date Spring 2013:-)
March 12, 2015 at 9:05 am
If I understand you needs correctly what about this. create table #test_table
(KW varchar(100),LP varchar(100))
insert into #test_table
select 'cat' as KW, '/catpage' as LP
insert into #test_table
select 'bigcat' as KW, '/catpage' as...
***SQL born on date Spring 2013:-)
January 25, 2015 at 11:25 am
Thanks so much for the explanation the pattern you mentioned is something I noticed but until you explained it I did not know why it was occurring. I really want...
***SQL born on date Spring 2013:-)
December 22, 2014 at 1:26 pm
Viewing 15 posts - 91 through 105 (of 257 total)