Viewing 15 posts - 1,006 through 1,020 (of 1,468 total)
August 8, 2017 at 2:29 am
You can also make the function much more efficient and also enable it to go parallel by making it an ITVFCREATE FUNCTION udf_IsAlpha(@Word nvarchar(50))
RETURNS TABLE WITH...
August 4, 2017 at 12:09 am
This should do the trickWITH cteData AS (
SELECT
Id
, Name
, sequel
, Id + Name + CAST(ROW_NUMBER() OVER(PARTITION BY Id,...
August 3, 2017 at 12:09 pm
Why not use SSIS to get the required data from ServerA, and save it to a staging table on ServerB. Then join to the staging table on ServerB, and truncate...
August 3, 2017 at 8:56 am
I hit the "Clear Cookies" button at the bottom of the Main Forum Page.
This has marked ALL posts as unread, and restored the functionality.
August 2, 2017 at 4:16 am
August 1, 2017 at 11:35 am
July 26, 2017 at 7:26 pm
reported as spam
July 25, 2017 at 1:18 am
July 20, 2017 at 12:00 pm
Viewing 15 posts - 1,006 through 1,020 (of 1,468 total)