Viewing 15 posts - 151 through 165 (of 229 total)
[font="Comic Sans MS"]CRM 2011 uses sequential ID's to number invoices. Instead of merely relying on the next IDENTITY value, CRM calculates and stores in a table the next number available...
June 3, 2015 at 9:00 am
TheSQLGuru (6/1/2015)
declare @var1, @var2, @var3, @var4, @var5 (appropriate definitions here)
SELECT
@var1 = rt.TransactionID,
@var2 =...
June 2, 2015 at 8:18 am
Jason A. Long (5/29/2015)
j-1064772 (5/29/2015)
Eirikur Eiriksson (5/25/2015)
Luis Cazares (5/25/2015)
This might be simpler to understand....has only one sort operator which can be eliminated with a single index...
[font="Comic Sans MS"]Sinking feeling of...
June 1, 2015 at 7:55 am
Eirikur Eiriksson (5/25/2015)
Luis Cazares (5/25/2015)
This might be simpler to understand....has only one sort operator which can be eliminated with a single index...
[font="Comic Sans MS"]Sinking feeling of reverting back to newbie...
May 29, 2015 at 8:51 am
[font="Comic Sans MS"]To Mr. Luis Cazares
I am impressed with the extra effort you took in creating the demo table and test data for the original poster struggling even with the...
May 29, 2015 at 8:20 am
[font="Comic Sans MS"]Went for these links you provided and played around a bit with the ROW UNBOUNDED part I had neglected.
[/font]
[font="Courier New"]DECLARE @Tbl TABLE
(
pk BIGINT not...
May 28, 2015 at 2:48 pm
Thanks for the link to newest string splitter.
May 21, 2015 at 2:49 pm
The second version has also taught me a lot.
I have been trying to complete the function so that it would return as separate "words" the characters between each delimiter (a...
May 12, 2015 at 8:02 am
GilaMonster's warning about poor performance and the link mentioned rates as a most useful answer.
March 9, 2015 at 8:31 am
From a total newbie to the fancy world of OData and services: Wunderbar !
So, what is the next step ?
March 3, 2015 at 7:42 am
In the meantime, just comment out the 4 lines dealing with the filegroupname, the rest works.
February 12, 2015 at 3:12 pm
In fact, I would suggest you add Microsoft's own comments on installing 64-bit office
February 10, 2015 at 9:34 am
I suggest that you include your reply about the 64-bit in your main article as "qualifier" about your recommendation about using 64-bit - right where your readers can see it,...
February 10, 2015 at 9:29 am
Thank you for the code. Just added TOP 500000 to the select statements so I can stay with the 32 bit Excel.
Regards
February 10, 2015 at 9:08 am
Great introduction. Thank you.
One thing though: 64-bit Office. The IT manager here views it as nothing but trouble. Incompatible with most other software. Better installed on a separate machine and...
February 10, 2015 at 8:58 am
Viewing 15 posts - 151 through 165 (of 229 total)