Viewing 15 posts - 9,991 through 10,005 (of 11,676 total)
sam.dahl (3/1/2011)
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
March 1, 2011 at 11:53 pm
sam.dahl (3/1/2011)
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
March 1, 2011 at 11:50 pm
GSquared (3/1/2011)
... and possibly insane." (Okay, I dubbed in that last one. You can leave it off.)
But ... you are possibly insane 😉
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
March 1, 2011 at 11:42 am
In the LoadFromSQLServer method, you don't specify values for the username and password.
Which means that you are using Windows Authentication. Can your ASP.NET application log in with windows authentication and...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
March 1, 2011 at 11:41 am
nahk.fussuy (3/1/2011)
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
March 1, 2011 at 11:35 am
GSquared (3/1/2011)
First flaw, "I'm far to self-critical". Wait for "and what's second", reply, "That's all. There isn't anything else." 🙂
I'm going to use that one in my next...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
March 1, 2011 at 7:23 am
Jeff Moden (3/1/2011)
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
March 1, 2011 at 7:13 am
GSquared (3/1/2011)
Koen Verbeeck (2/28/2011)
TravisDBA (2/28/2011)
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
March 1, 2011 at 6:39 am
Jeff Moden (3/1/2011)
Koen... this is no reflection on you. Your suggestion is perfect.
I know. 😎
😀
Jeff Moden (3/1/2011)
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
March 1, 2011 at 6:34 am
SKYBVI (3/1/2011)
Koen Verbeeck (3/1/2011)
SKYBVI (3/1/2011)
The question should clearly tell that there are MULTIPLE ANSWERS..Regards,
Sushant
Where do you think they use checkboxes for?
If it was only one correct answer, it would have...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
March 1, 2011 at 6:12 am
SKYBVI (3/1/2011)
The question should clearly tell that there are MULTIPLE ANSWERS..Regards,
Sushant
Where do you think they use checkboxes for?
If it was only one correct answer, it would have been radio buttons.
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
March 1, 2011 at 5:59 am
This article gives a good overview:
http://blogs.msdn.com/b/mattm/archive/2006/11/08/stored-procedures-with-output-parameters.aspx
and so does this one:
http://www.sqlis.com/sqlis/post/The-Execute-SQL-Task.aspx
I personally use the OLE DB connection manager, where parameters are replaced with a question mark. Important is that the ordinal...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
March 1, 2011 at 5:53 am
reem_kn (3/1/2011)
I tried it but not work
I'll told u what I want
I call Package in c# code then execute this package
and in db in integration services in msdb...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
March 1, 2011 at 3:54 am
First of all, this is an SSIS Script Task, not an Execute SQL Task.
Regarding your error, you cannot reference SSIS variables like that.
You need to use Dts.Variables("Code").Value to get the...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
March 1, 2011 at 3:52 am
Are there any errors or warnings?
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
March 1, 2011 at 3:48 am
Viewing 15 posts - 9,991 through 10,005 (of 11,676 total)