Viewing 15 posts - 2,161 through 2,175 (of 8,760 total)
You may be able to use the PARSENAME function but that depends on the data.
😎
USE TEEST;
GO
SET NOCOUNT ON;
DECLARE @ChangeString VARCHAR(128)...
May 30, 2017 at 2:01 am
Quick thought, Ed's fine code can be made more efficient by two minor changes if you are running SQL Server 2012 or later. If you are on SQL Server 2005/2008 then...
May 30, 2017 at 1:18 am
May 29, 2017 at 2:59 pm
May 29, 2017 at 2:28 pm
Brown lamb shanks in a pan, remove from pan
Soften some onion and garlic
Add...
May 29, 2017 at 2:21 pm
May 29, 2017 at 8:52 am
May 29, 2017 at 8:50 am
May 29, 2017 at 8:10 am
acmedeepak - Monday, May 29, 2017 5:50 AMNice going both of you...
Are you going to update the sample data and the expected...
May 29, 2017 at 5:53 am
How to get execution plan of a SQL which has executed two days back?
And...
May 29, 2017 at 5:50 am
May 29, 2017 at 4:08 am
May 29, 2017 at 4:01 am
Viewing 15 posts - 2,161 through 2,175 (of 8,760 total)