Viewing 15 posts - 6,991 through 7,005 (of 8,760 total)
Steve Jones - SSC Editor (9/22/2014)
Eirikur Eiriksson (9/22/2014)
Steve Jones - SSC Editor (9/22/2014)
It's backHandful of posts missing, did you break the log chain;-)
😎
There was no chance to get the log...
September 22, 2014 at 10:46 am
Steve Jones - SSC Editor (9/22/2014)
It's back
Handful of posts missing, did you break the log chain;-)
😎
September 22, 2014 at 9:17 am
There are some other topics missing, some points also went missing, all happened more or less at the same time.
😎
September 22, 2014 at 5:17 am
Not certain what is causing the problem, nothing in the code should limit the length apart from the maximum 2Gb limit of the varchar(max). Consider the following example
😎
GO
SET NOCOUNT ON;
/*...
September 22, 2014 at 2:11 am
Thank you Gail for this nice piece!
It in fact highlights a constant battle, challenging pinhole view, missing metrics, personal opinions etc., things which far to often, but wrongly, drive optimization...
September 22, 2014 at 1:42 am
serg-52 (9/22/2014)
abhas (9/18/2014)
There are more rows for CanNum as below: and in such case its failing. I want to compare only latest two.
I can Add one more column into...
September 22, 2014 at 1:29 am
hiram.osiris (9/21/2014)
Hi, SQL Server Browser is running in Server1, as well as in other environments we have but the behavior of Server1 is like if it wasn't running.
The browser service's...
September 21, 2014 at 10:35 pm
graziano.montagna (9/21/2014)
Tentativo di lettura o scrittura della memoria protetta. Spesso questa condizione indica che altre parti della memoria sono danneggiate. (Microsoft.VisualStudio.OLE.Interop)I need help
Hi and welcome to the forum.
This error message...
September 21, 2014 at 9:55 pm
bobba (9/21/2014)
September 21, 2014 at 1:19 pm
CptCrusty1 (9/21/2014)
OUTER APPLY??? What's this OUTER APPLY stuff?? No one told me about that???This XQuery stuff is SEXY!!
Outer apply acts as a left outer join, otherwise...
September 21, 2014 at 8:33 am
Spamming has definitely reached new heights, forums are fobar, points and threads dropping like flies, something must be done to stop this. First thought is that no one ever posts...
September 21, 2014 at 7:51 am
Quick amendment to the code, only unpacking the hyphened serial values
😎
USE tempdb;
GO
SET NOCOUNT ON;
DECLARE @SerialNumber VARCHAR(1024) = '1000-1010,1230,1234,1235,1236,1239,1244,1250-1260';
-- Return only the requested serial numbers
;WITH E1(N) AS (
...
September 21, 2014 at 5:33 am
selpoivre (9/19/2014)
Is this possible i get old dated wan and new dated wan according to activation_date column.?
Activation date of both wan compared then old dated wan...
September 21, 2014 at 4:45 am
k.kavitha236 (9/21/2014)
Could some one suggest me the transformation i need to use in SSIS. Please find the excel sheet attached
I want to know how many times Response 1 has occured...
September 21, 2014 at 2:56 am
Try this out for a size
😎
DECLARE @TXML XML = '<SEARCHREQUESTRESULT><DOCUMENTS><DOCUMENTDETAIL><DOCUMENTDATE/><CONSIDERATIONAMOUNT>0</CONSIDERATIONAMOUNT><BOOK/><PAGE/><REFERENCENUMBER>APPOINT TRUSTEE FOR POWER OF SALE</REFERENCENUMBER><NOTES/><RETURNEDTO/><PARTIES><PARTY><ID>940</ID><NAME>MARINER HOUSE COUNCIL OF CO-OWNERS INC</NAME><ADDITIONALNAME/><PARTYTYPEID>1</PARTYTYPEID><TYPE/><ADDRESS1/><ADDRESS2/><CITY/><STATE/><ZIPCODE/><ATTRIBUTE/><SESSIONID>0</SESSIONID></PARTY><PARTY><ID>941</ID><NAME>DOYLE</NAME><ADDITIONALNAME>PATRICK F</ADDITIONALNAME><PARTYTYPEID>2</PARTYTYPEID><TYPE/><ADDRESS1/><ADDRESS2/><CITY/><STATE/><ZIPCODE/><ATTRIBUTE/><SESSIONID>0</SESSIONID></PARTY><PARTY><ID>942</ID><NAME>BETTISON</NAME><ADDITIONALNAME>DENNIS R</ADDITIONALNAME><PARTYTYPEID>2</PARTYTYPEID><TYPE/><ADDRESS1/><ADDRESS2/><CITY/><STATE/><ZIPCODE/><ATTRIBUTE/><SESSIONID>0</SESSIONID></PARTY><PARTY><ID>943</ID><NAME>APFFEL</NAME><ADDITIONALNAME>DARRELL A</ADDITIONALNAME><PARTYTYPEID>2</PARTYTYPEID><TYPE/><ADDRESS1/><ADDRESS2/><CITY/><STATE/><ZIPCODE/><ATTRIBUTE/><SESSIONID>0</SESSIONID></PARTY><PARTY><ID>944</ID><NAME>SHABOT</NAME><ADDITIONALNAME>S BENJAMIN</ADDITIONALNAME><PARTYTYPEID>2</PARTYTYPEID><TYPE/><ADDRESS1/><ADDRESS2/><CITY/><STATE/><ZIPCODE/><ATTRIBUTE/><SESSIONID>0</SESSIONID></PARTY><PARTY><ID>945</ID><NAME>BAKER</NAME><ADDITIONALNAME>ETHAN</ADDITIONALNAME><PARTYTYPEID>2</PARTYTYPEID><TYPE/><ADDRESS1/><ADDRESS2/><CITY/><STATE/><ZIPCODE/><ATTRIBUTE/><SESSIONID>0</SESSIONID></PARTY></PARTIES><LEGALS/><LEGALDETAILS/><FEES/><ASSOCIATEDDOCUMENTS/><ID>752</ID><NAME>2014048673</NAME><DOCSTATE>A</DOCSTATE><RECORDEDDATETIME>8/27/2014 8:19:03 AM</RECORDEDDATETIME><TYPE><DOCUMENTTYPE><ID>583</ID><CODE>RESOLUTION</CODE><NAME>RESOLUTION</NAME><SESSIONID>0</SESSIONID></DOCUMENTTYPE></TYPE><PARTY1>MARINER HOUSE COUNCIL OF CO-OWNERS...
September 21, 2014 at 1:29 am
Viewing 15 posts - 6,991 through 7,005 (of 8,760 total)