Viewing 15 posts - 1 through 15 (of 67 total)
kevriley (5/14/2008)
had a strange error yesterday with SSRS 2005.
When I attempted to open a report through the Report Manager (i.e. http://MYSERVER/reports) I got the following error
unable to...
May 19, 2008 at 10:15 pm
Anirban Paul (5/11/2008)
May 11, 2008 at 8:13 pm
Shamshad,
Unfortunately, your question and explanation are still too broad to provide code or examples.
You mentioned you're calling a C# (ver. 3.5) DLL??
If you've started down that path, you...
May 7, 2008 at 3:09 am
Hugo Kornelis (5/7/2008)
Shamshad Ali (5/7/2008)
May 7, 2008 at 3:01 am
Hugo Kornelis (5/7/2008)
Shamshad Ali (5/7/2008)
My quewtion is related to replacing loop, I am very interested on this. coz i really want to improve performance and I can't find a...
May 7, 2008 at 2:22 am
Another most excellent and fantastic article Jeff.
😎
May 7, 2008 at 12:46 am
EDIT:Sorry for continuing on Matt's off topic response...Last one I promise.
---------------------------------------------------------------------------
EH? Wait a minute...
Sorry for posting before thinking...sometimes my fingers are faster than my brain.
Maybe Matt is confused. 🙂
According...
March 27, 2008 at 11:07 am
Mike C (3/27/2008)
Matt Miller (3/27/2008)
Mike C (3/26/2008)
March 27, 2008 at 11:03 am
The light finally went off...
for each "section" I need to cross apply it to do what I want.
Example below:
SELECT
x.value('UnparsedName[1]', 'VARCHAR(20)') as Name
,l.value('@BusinessType', 'varchar(20)') as BusinessType
,CAST(CONVERT(varchar(20),l.query('HighBalanceAmount/text()')) as money) as HighBalanceAmount
FROM...
March 26, 2008 at 1:32 pm
cmille19 (3/26/2008)
http://blogs.msdn.com/mrorke/archive/2005/07/21/441554.aspx
SELECT T.ref.value('.', 'varchar(256)') AS Employee
FROM
(
...
March 26, 2008 at 12:28 pm
Sir Slicendice (2/19/2008)
February 19, 2008 at 10:00 pm
Jeff Moden (2/19/2008)
Very cool, Chris... how the heck did you do it?
1. Click Topic Options in the blue title bar above top most post on page.
2. Click Print Topic
3. Have...
February 19, 2008 at 8:13 pm
TheSQLGuru (2/19/2008)
February 19, 2008 at 8:07 pm
Sir Slicendice (2/19/2008)
select...
February 19, 2008 at 1:54 pm
Thats lightning speed indeed !
Just keep in mind there are issues with partitioned tables !
Ah, which is how we got on this track of guaranteed, ordered, lightning speed updates with...
February 19, 2008 at 1:46 pm
Viewing 15 posts - 1 through 15 (of 67 total)