Viewing 15 posts - 19,006 through 19,020 (of 59,072 total)
It's not sp_testlinkedserver that's slow. It's the connection that is slow. That could be anything between the server where the linked server has been created to the target...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 9, 2015 at 11:26 am
SQL Guy 1 (12/8/2015)
In...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 9, 2015 at 11:19 am
Rod at work (12/9/2015)
--Jeff Moden
Change is inevitable... Change for the better is not.
December 9, 2015 at 10:31 am
Steve Jones - SSC Editor (12/2/2015)
Rod at work (12/2/2015)
--Jeff Moden
Change is inevitable... Change for the better is not.
December 9, 2015 at 9:31 am
Ah... sorry Gary. I knew what you were getting at. Didn't mean to make it look like I was sniping you. It's just that I'm both...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 9, 2015 at 9:18 am
ChrisM@Work (12/9/2015)
suvesh.sonker 2691 (12/9/2015)
-- Ten digitDeclare @field as varchar(20) = '559'
Select Replace(right(replicate(' ',10) + @field ,10),' ','0')
In what circumstances might this be preferable to the simpler SELECT RIGHT('0000000000'+@field,10)?
When you have...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 9, 2015 at 9:14 am
Gary Varga (12/8/2015)
--Jeff Moden
Change is inevitable... Change for the better is not.
December 9, 2015 at 9:02 am
Rod at work (12/8/2015)
--Jeff Moden
Change is inevitable... Change for the better is not.
December 9, 2015 at 8:41 am
Just making sure that I can post here. They had some major problems with my account. I couldn't even see this forum never mind post anything here.
--Jeff Moden
Change is inevitable... Change for the better is not.
December 9, 2015 at 8:22 am
Heh... I'm a little aggressive because of what? Recommending that you format your code and use meaningful aliases or the recommendation to change the data to be a true...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 9, 2015 at 8:17 am
Chitown (12/7/2015)
--Jeff Moden
Change is inevitable... Change for the better is not.
December 7, 2015 at 11:28 pm
naufymc (12/6/2015)
Here xp_cmdshell is disabled ,Please let me know an alternative method for this
That's a shame. It's a powerful tool. They should learn that it can be used...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 7, 2015 at 11:22 pm
pwalter83 (12/7/2015)
msbisyed (12/7/2015)
Same Issue was there when I'd work on the Excel to SQL and vice versa.
This is ('01/01/1900 ) default time stamp.
TRY This: - Select the...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 7, 2015 at 11:14 pm
shelir (12/7/2015)
--Jeff Moden
Change is inevitable... Change for the better is not.
December 7, 2015 at 10:51 pm
OK. The first problem with all of this is that you've not used Bike10 as a child and so you have to do all sorts of different stuff because...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 7, 2015 at 10:36 pm
Viewing 15 posts - 19,006 through 19,020 (of 59,072 total)