Viewing 15 posts - 3,256 through 3,270 (of 8,761 total)
nazaninahmady_sh (9/3/2016)
I use sharepoint(2013),for this I have SQLServer(2014) in seprate server.Now I have to" update" SQLServer(2014) in server, I want to know that if there is any specific point in...
September 3, 2016 at 3:38 am
mah_j (9/3/2016)
I have a table with 11 G data space and 25,000,000 records.3 fields are configured for full text search, they are all nvarchar(4000) and the cataloge size...
September 3, 2016 at 3:35 am
Quick thought, add a test for the row in the table header template match, i.e changing
xsl:template match="oh"
to
xsl:template match="oh/q"
will eliminate the header for the "oh" if there are no "q" elements...
September 3, 2016 at 2:51 am
Another option is to use either sp_describe_first_result_set or the sys.DM... version of it.
😎
September 1, 2016 at 10:37 am
jharvey6 76850 (8/30/2016)
There are three columns [Index_ID] and IDENTITY seeded index, InsertDate, and XML_File of XML...
August 31, 2016 at 6:49 am
Ed Wagner (8/31/2016)
Eirikur Eiriksson (8/31/2016)
Grant Fritchey (8/25/2016)
Eirikur Eiriksson (8/25/2016)
August 31, 2016 at 6:46 am
Grant Fritchey (8/25/2016)
Eirikur Eiriksson (8/25/2016)
Taking my girls (7 & 9) to New York this weekend, does anyone have a suggestion on what to do there for their age?😎
The Metropolitan Museum...
August 31, 2016 at 6:27 am
Steve Thompson-454462 (8/26/2016)
Grant Fritchey (8/25/2016)
Eirikur Eiriksson (8/25/2016)
Taking my girls (7 & 9) to New York this weekend, does anyone have a suggestion on what to do there for their age?😎
The...
August 31, 2016 at 6:22 am
rodickwillision (8/31/2016)
August 31, 2016 at 5:18 am
Quick suggestion, shift both the start and end time back 3 milliseconds when the end time is 00:00:00
😎
USE TEEST;
GO
SET NOCOUNT ON;
-- Calculating the difference in minutes between two time stamps
--...
August 31, 2016 at 5:12 am
jamesforest (8/29/2016)
August 31, 2016 at 5:09 am
jcarlxv15 (8/31/2016)
While performing tuning at a stored procedure and tuning error prompt in Submitting Configuration Information.
Can you elaborate further on this problem as without more details and information it is...
August 31, 2016 at 4:15 am
Quick solution
😎
USE TEEST;
GO
SET NOCOUNT ON;
Declare @MyXML XML = '<root>
<person>
<type>student</type>
<idnumber>123</idnumber>
</person>
<person>
<type>employee</type>
...
August 30, 2016 at 4:41 am
Pivot-156509 (8/29/2016)
I insert a row in a table and log the identity that was generated using...
August 29, 2016 at 5:17 am
Viewing 15 posts - 3,256 through 3,270 (of 8,761 total)