Viewing 15 posts - 4,666 through 4,680 (of 11,676 total)
Your caps lock seems to be broken.
On topic: you can query the SSRS webservice to get the report in HTML format. I'm no Cold Fusion expert, so it's up to...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
October 3, 2013 at 1:25 am
J39L4753 (10/3/2013)
Column A = PersonID
Column E = DateOfAppt
Column L = is the column that I will...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
October 3, 2013 at 1:16 am
An alternative might be to use the Import/Export wizard to copy the tables from one server to the other.
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
October 3, 2013 at 1:15 am
To give a little more information about dwain's answer (he is totally correct):
you are doing an integer division before you cast it to a decimal.
This means the result is rounded...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
October 3, 2013 at 1:10 am
If you know Java well, C# is the obvious choice.
You can do the same things in a script task/components with C# or Visual Basic, so it all boils down to...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
October 3, 2013 at 1:03 am
SELECT
CASE WHEN (A9 = A8) AND (L8 = 'MoreThan1')
THEN 'MoreThan1'
ELSE CASE WHEN (A9 = A8)
THEN CASE WHEN (E9 = E8)
THEN 'OneStop'
ELSE 'MoreThan1'
END
ELSE 'OneStop'
END
END
FROM myTable
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
October 3, 2013 at 12:45 am
You should be able to just kill it, transactions should rollback.
If you want to know what is going on, save the SSIS package instead of running it and inspect it's...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
October 3, 2013 at 12:30 am
pawana.paul (10/2/2013)
Thanks Jeff.I tried to find ACE Drivers details but not able to find much. Please let me know the web links where I can gain more inforamtion.
Regards,
Paul
Better brush...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
October 3, 2013 at 12:27 am
Jeff Moden (10/2/2013)
pawana.paul (10/2/2013)
I tried to find ACE Drivers details but not able to find much. Please let me know the web links where I can gain more...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
October 3, 2013 at 12:26 am
Nice one, thanks.
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
October 3, 2013 at 12:21 am
Shaun2012 (10/2/2013)
Can I send u my file..Shaun
Just add it as an attachment to a post.
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
October 2, 2013 at 3:06 pm
ccavaco (10/2/2013)
You could rename every file in the folder to "name_date". The "good" ones would stay the same and the "bad" would be modified like the others.
So if I have...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
October 2, 2013 at 3:05 pm
There's no clear way of telling.
You'd have to ask the developer who created them.
If I create a bunch of stored procedures, some of them calling others, how would you know...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
October 2, 2013 at 3:02 pm
There's no "first" report. When a user clicks on a report, SSRS runs the report.
You can have master reports though which use other reports as subreports or use other reports...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
October 2, 2013 at 1:45 pm
To develop SSIS packages for SQL Server 2008 you need BIDS 2008. No alternatives.
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
October 2, 2013 at 1:41 pm
Viewing 15 posts - 4,666 through 4,680 (of 11,676 total)