Viewing 15 posts - 841 through 855 (of 8,760 total)
December 20, 2018 at 4:29 am
We are after using 2 instances with an availability group in each instance over 2...
December 20, 2018 at 3:57 am
December 20, 2018 at 12:17 am
Here is an example
😎
USE TEEST;
GO
SET NOCOUNT ON;
DECLARE @TXML XML = '<ACES version="3.0">
<Header>
<Company>AI-CARDONE-CARDONE...
December 19, 2018 at 11:58 pm
Excuse my manners, meant to say very good article Phil.
😎
Wildcards are one common thing, wild developers are harder to find, but then again, one has to...
December 19, 2018 at 10:21 am
Not certain where to start here, but I think that there is one common aspect to all of the functions mentioned, none is up to the standard! Format is fantastic...
December 19, 2018 at 10:17 am
December 19, 2018 at 5:57 am
When the data is getting loaded from a Table to another table. Temp file...
December 19, 2018 at 5:53 am
December 19, 2018 at 1:05 am
December 18, 2018 at 10:53 pm
December 18, 2018 at 6:17 am
Here is another way of writing the logic
😎
USE TEEST;
GO
SET NOCOUNT ON;
DECLARE @t TABLE (s VARCHAR(8))
INSERT...
December 18, 2018 at 12:55 am
Michael Coles has a book called Pro SQL Server 2008 XML, published by Apress, don't even bother about any others for now (until I publish my book :exclamation:)
From the...
December 17, 2018 at 10:06 am
Viewing 15 posts - 841 through 855 (of 8,760 total)