Viewing 15 posts - 1 through 15 (of 45 total)
dmartin 38210 , I am a huge fan of Itzik. This is a great option, thanks!
I agree Jeff however, we do...
June 1, 2017 at 9:03 am
thank you very much, I will check it out!
May 11, 2016 at 11:07 am
Hello All,
How would you do this with any and all dates?
I am trying to think of a way to create a Greatest Value that will handle dates, different date formats,...
July 24, 2015 at 6:42 pm
You are correct. Sorry I did not give more details. Our department was using it to parse query and print dynamic T-SQL statements. We were not using it with SSIS...
June 25, 2015 at 1:14 pm
I had the same concern, our team was also using this feature and when I researched and found the same warning on MSDN, Do not use this feature. This feature...
June 25, 2015 at 12:54 pm
Sure. SO here is a screen shot of the procedure as a keyboard short cut and a snap shot of the table highlighted, now hit Ctrl + 6 to display...
May 15, 2015 at 1:22 pm
Hello Timothy,
Question where did you get the figure 1073741822?
SET @sSQL = SUBSTRING(@sSQL, @CurrentEnd+@Offset, 1073741822)
April 10, 2015 at 3:13 pm
here you go, ask and you receive.
sp_helplinkedsrvlogin
March 12, 2015 at 6:08 pm
How about options like this?
update t
set someValue = s.SomeValue
from openquery(lnk_sB,'
select *
xref.dbo.Symbols s') s
inner join #myTab t
on t.id = s.id
update t
set someValue = s.SomeValue
from #myTab t with...
March 12, 2015 at 2:35 pm
Luis,
Thanks! I was trying to figure out how to use COLLATE Latin1_General_BIN in the function, but I was unable. Thank again and it tests out fine!
EXEC ('
DROP VIEW schema.TableName_New;
');
EXEC('
CREATE...
November 20, 2014 at 10:16 am
Hello Adi,
This worked great! This does wok for my solution. But now curiosity has the best of me and I truly wonder how to use the replace function and replace...
November 20, 2014 at 9:30 am
Hello Igor,
In the question, are you assuming the correct database has been selected from the drop down menu?
Thanks,
Tim
November 18, 2014 at 11:04 pm
GM Shawn,
Thanks for the reply, I will also test out your idea as well, thanks a bunch, I appreciate it. I did not know this was an option.
August 29, 2014 at 6:17 am
GM Adam,
Sorry about that. Yes they are all SQL servers, SSMS 2008 R2. I thought about using Execute At using linked server, which is a great idea. I just do...
August 29, 2014 at 6:16 am
Viewing 15 posts - 1 through 15 (of 45 total)