Viewing 15 posts - 1,711 through 1,725 (of 8,760 total)
Merry Christmas everyone and a happy new year.
😎
December 22, 2017 at 9:26 am
December 20, 2017 at 8:49 am
If so you could...
December 20, 2017 at 8:16 am
December 20, 2017 at 7:50 am
Quick thought, you could either use the ROW_NUMBER or the DENSE_RANK functions for this, just wrap the initial query in a CTE.
😎
December 20, 2017 at 6:58 am
You'll either need a dynamic query or if the number of distinct values are limited, use a case statement.
😎
CREATE TABLE #Sample (RID INT IDENTITY(1,1)...
December 20, 2017 at 6:38 am
Can you post the DDL for the table variables and some sample data as insert statements please?
😎
December 20, 2017 at 3:17 am
drew.allen - Tuesday, December 19, 2017 10:17 AMYou've been around long enough to know to provide sample data and expected results.Drew
He he,...
December 19, 2017 at 10:48 am
Guess you need to ask someone some questions, best bet is that it wasn't a clean install in the first place,
😎
Did this node have a previous live?
December 19, 2017 at 9:51 am
and the server/db/table collation?
😎
What does this return?SELECT
char(249) AS FROM_CHAR
,char(168) AS TO_CHAR
;
December 18, 2017 at 10:30 am
December 18, 2017 at 10:00 am
What type of hardware are you running this on?
😎
As I mentioned earlier, meager specs for anything in production, further, are you using a dev edition for a...
December 18, 2017 at 9:23 am
Quick thought, get a bigger server for the task, the specs are in the laptop range, not production!
😎
What more are you seeing in the SQL Server Error...
December 18, 2017 at 9:03 am
Quick suggestion, don't use OPENXML, you can do a straight XQuery
😎DECLARE @TXML AS XML
SET @TXML = '
<appt_links>
<appt_link>
<Field name="ResourceID">38</Field>
<Field name="FromActivityID">4545</Field>
<Field...
December 13, 2017 at 12:53 pm
Viewing 15 posts - 1,711 through 1,725 (of 8,760 total)