Viewing 4 posts - 1 through 4 (of 4 total)
I found it on the download page (http://www.microsoft.com/downloads/details.aspx?FamilyID=50b97994-8453-4998-8226-fa42ec403d17&DisplayLang=en):
Microsoft SQL Server 2000 PivotTable Services
PivotTable Services 8.0 is the OLE DB provider for SQL Server 2000 Analysis Services and...
September 17, 2009 at 10:41 am
From what I remember, this code should also insert the appropriate commas, but then also get the number up to the decimal (after rounding).
select Substring (CONVERT(varchar(25),round(cast('12345678.99' as money),0),1) ,1,patindex(...
April 28, 2009 at 7:47 am
I spent quite a bit of time trying to get Kerberos to work with linked servers and gave up and used sql accounts. However, I found these articles later that...
November 7, 2008 at 7:47 am
I would like to see regex built in into t-sql rather than having to build a dll with Visual Studio.
Examples:
Find the nth occurrence of data in a string
Replacing...
July 15, 2008 at 10:15 am
Viewing 4 posts - 1 through 4 (of 4 total)