Viewing 15 posts - 631 through 645 (of 8,760 total)
Now all everyone has to do is fix the links in their signature line. Wellโฆ that and a dozen other things.
...
April 1, 2019 at 3:22 pm
+100 Salomon,
didn't see your post earlier
๐
March 31, 2019 at 5:54 pm
My stored procedure is running fast (2 sec) for particular parameter in local server with 25 million rows in the table, but on the testing server, it takes 15...
March 31, 2019 at 1:46 pm
Here is one link that is not working, https://www.sqlservercentral.com/articles/SQL+Server+2012/106903/
and another one, https://www.sqlservercentral.com/questions/functions/178188/
๐
Most of the links I've tried from the discussions to the Question Of the Day are not working either
March 30, 2019 at 5:11 pm
Happy birthday Jonathan!
March 30, 2019 at 12:32 pm
March 28, 2019 at 11:44 am
yogi123 - Thursday, March 28, 2019 10:41 AMThanks Guys for helping out to build this.
Appreciate your effort.
You are very welcome
๐
March 28, 2019 at 10:51 am
March 28, 2019 at 10:29 am
Check the function from this article
๐
The function (slightly modified)
CREATE FUNCTION [dbo].[DelimitedSplit8K_LEAD]
--===== Define I/O parameters
(@pString VARCHAR(8000),...
March 28, 2019 at 9:46 am
March 28, 2019 at 12:58 am
Name
User ID
How many days...
March 27, 2019 at 8:48 am
This should get you started
๐
USE TEEST;
GO
SET NOCOUNT ON;
DECLARE @ItemNumber Table
(
PONumber varchar(10)
, ItemNumber varchar(10)
March 27, 2019 at 6:40 am
March 25, 2019 at 9:58 am
March 25, 2019 at 6:30 am
This message is actually most of the...
March 22, 2019 at 12:40 pm
Viewing 15 posts - 631 through 645 (of 8,760 total)